Logind.conf no effect

Hello,
I would like my laptop to suspend when the lid closes. This is the default action of logind.conf from what I understand yet strangely it doesn't happen(instead the screen switches off). I have read dozens of posts about related problems, but none seem to solve my problem. From what understand the information of the lid closing never reaches logind.conf, it seems to be handled somewhere before that to which the reaction is switching off the screen. I am quite a Linux noob, so I have no idea if what I am saying is possible.
So the problem is that the logind.conf configurations such as "HandleLidSwitch=lock" all have no effect. The screen just always switches off and that is all. Any suggestions?

I'm running gnome, but I know that gnome isn't inhibiting it. I checked the list of inhibitors and all that. Also gnome claims that it doesn't recognize any lid switch. So yes no lid event seems to be the problem. I am pretty sure the lid event is software though, considering in windows closing the lid did suspend the pc.
I will check out the DSDT and update firmware. If I find a solution I will post it.

Similar Messages

  • [Solved]I deleted /etc/systemd/logind.conf by mistake

    I deleted /etc/systemctl/logind.conf by mistake with
    sudo rm /etc/systemd/logind.conf
    How can I get that file back?
    Last edited by aaa234 (2015-06-07 10:26:56)

    it's ok now, I reinstalled it with
    sudo pacman -S systemd
    The problem is solved, thank u so much everyone.

  • Hdparm -Y /dev/sdb in /etc/rc.conf no effect

    Hello. I have added SSD disk to my laptop (/dev/sda), but I have kep old HDD (/dev/sdb).
    Because HDD is rarely used, I decided to spare some power by putting this HDD to rest. So I checked out the command in terminal:
    sudo hdparm -Y /dev/sdb
    It worked. However, when I added
    hdparm -Y /dev/sdb
    to the bottom of /etc/rc.conf file, nothing happens.
    Why is this and how can I debug that? Can I somehow prevent HDD spinning up in the first place?

    siriusb wrote:Problem is that hdparm needs root privilage to run. So if you want that command invoked in ~/.xinitrc you have to write a script which asks for root password then execute hdparm.
    There may be other ways I'm not aware of, but I'm not a guru either.
    You can work around that with proper sudo configuration. Say, this should work for whole wheel group to be able to use sudo hdparm without root password:
    %wheel ALL = NOPASSWD: /sbin/hdparm
    Obviously could be done for other groups as well. Just an example.
    technolog wrote:
    I have come up with solution:
    until [ "$(pidof X)" ]; do
    sleep 1
    done
    sleep 10
    hdparm -Y /dev/sdb
    Is solution like this acceptable?
    edit, nevermind, I'm just dumb looks good
    edit2 actually... a script put this way will ask for a pid of a process, on whose creation it is waiting. Either I'm very very tired (which I am), or the logic is a bit faulty.
    Last edited by meph (2012-01-29 16:08:24)

  • [SOLVED] Problem with acpid and systemd-logind

    Hi, I have the following problem: I want set an action, when power button is pushed, different from shutdown and I want do this with a rule in acpid. Before set a rule in acpid, I modified the /etc/systemd/logind.conf in the following way:
    HandlePowerKey=ignore
    HandleSuspendKey=ignore
    HandleHibernateKey=ignore
    HandleLidSwitch=ignore
    Of course I restart systemd-logind service.
    After this, I run #acpi_listen and when I press the power button, the output is the following:
    button/power PBTN 00000080 00000000
    button/power LNXPWRBN:00 00000080 00000008
    So at this point, with reference to arch wiki, I tried to set the acpid rule with a modify the /etc/acpi/handler.sh in this way:
    #!/bin/bash
    # Default acpi script that takes an entry for all actions
    case "$1" in
    button/power)
    case "$2" in
    PBTN)
    notify-send "this is a test message"
    logger 'Power button pressed'
    esac
    esac
    Because with this setting doesn't happens nothing, I tried the alternative configuration suggested in the arch wiki, So I create a file in /etc/acpi/events/power with this content:
    event=button/power
    action=/etc/acpi/actions/power.sh "%e"
    where power.sh has this content:
    #!/bin/bash
    notify-send "this is a test message"
    but also in the way when I push the power button doesn't happens nothing. Can you help me?
    P.S. I try to restart both service systemd-logind and acpid but the result is the same
    Last edited by pepib (2015-03-09 12:07:27)

    In the handler.sh script I put the getuser function and I modified the handler.sh as following:
    case "$1" in
    button/power)
    case "$2" in
    PBTN)
    getuser notify-send "this is a test message"
    but it continued to doesn't working. So at this point at place of getuser function I tried to put the
    export XAUTHORITY="/home/user/.Xauthority"
    export DISPLAY=":0.0"
    but it doesn't working. Fortunately, at the end I find this possible solution http://goo.gl/Lq4TsY that use uacpid. What was the problem? Where I wrong?

  • Systemd-logind fails at boot

    Hello,
    systemd-logind.service fails at boot.
    I get this status:
    [root /home/bas] # systemctl status systemd-logind.service
    ● systemd-logind.service - Login Service
    Loaded: loaded (/usr/lib/systemd/system/systemd-logind.service; static)
    Active: failed (Result: start-limit) since Thu 2014-11-27 15:07:45 CET; 14s ago
    Docs: man:systemd-logind.service(8)
    man:logind.conf(5)
    http://www.freedesktop.org/wiki/Software/systemd/logind
    http://www.freedesktop.org/wiki/Software/systemd/multiseat
    Process: 5742 ExecStart=/usr/lib/systemd/systemd-logind (code=exited, status=1/FAILURE)
    Main PID: 5742 (code=exited, status=1/FAILURE)
    Status: "Shutting down..."
    Nov 27 15:07:45 bs2 systemd[1]: Failed to start Login Service.
    Nov 27 15:07:45 bs2 systemd[1]: Unit systemd-logind.service entered failed state.
    Nov 27 15:07:45 bs2 systemd[1]: systemd-logind.service failed.
    Nov 27 15:07:45 bs2 systemd[1]: start request repeated too quickly for systemd-logind.service
    Nov 27 15:07:45 bs2 systemd[1]: Failed to start Login Service.
    Nov 27 15:07:45 bs2 systemd[1]: Unit systemd-logind.service entered failed state.
    Nov 27 15:07:45 bs2 systemd[1]: systemd-logind.service failed.
    I don't know where to go from here.. Any help would be very appreciated. Thank you!
    bas

    bump... Do you need more information? I did not post more because I did not know what. Also, I searched in the forum and on the web but I could not resolve it...

  • Systemd logind.service reports an error: Failed to start login service

    Hello,
    I found this error in /var/log/errors.log and /var/log/daemon.log although my system functions normally.
    It's been written there every 90 seconds!!!!:
    Dec 19 23:52:59 localhost systemd[1]: Failed to start Login Service.
    Dec 19 23:54:29 localhost systemd[1]: Failed to start Login Service.
    Dec 19 23:55:59 localhost systemd[1]: Failed to start Login Service.
    Dec 19 23:57:29 localhost systemd[1]: Failed to start Login Service.
    Dec 19 23:58:59 localhost systemd[1]: Failed to start Login Service.
    the process: systemd-logind.service seems to be working fine:
    [xxx@archbox ~]$ sudo systemctl status systemd-logind.service
    [sudo] password for xxx:
    systemd-logind.service - Login Service
    Loaded: loaded (/usr/lib/systemd/system/systemd-logind.service; static)
    Active: activating (start) since Wed, 2012-12-19 23:49:59 CET; 49s ago
    Docs: man:systemd-logind.service(8)
    man:logind.conf(5)
    http://www.freedesktop.org/wiki/Software/systemd/multiseat
    Main PID: 11822 (systemd-logind)
    CGroup: name=systemd:/system/systemd-logind.service
    └─11822 /usr/lib/systemd/systemd-logind
    Dec 19 23:49:59 archbox systemd[1]: Starting Login Service...
    Dec 19 23:49:59 archbox systemd-logind[11822]: New seat seat0.
    Dec 19 23:49:59 archbox systemd-logind[11822]: Watching system buttons on /dev/input/event6 (P...on)
    Dec 19 23:49:59 archbox systemd-logind[11822]: Watching system buttons on /dev/input/event7 (V...us)
    Dec 19 23:49:59 archbox systemd-logind[11822]: Watching system buttons on /dev/input/event4 (L...ch)
    Dec 19 23:49:59 archbox systemd-logind[11822]: Watching system buttons on /dev/input/event5 (S...on)
    Dec 19 23:49:59 archbox systemd-logind[11822]: Watching system buttons on /dev/input/event3 (T...ns)
    Dec 19 23:49:59 archbox systemd-logind[11822]: New session 1 of user xxx.
    Dec 19 23:49:59 archbox systemd-logind[11822]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-...ay.
    and journalctl _PID=11822 returns:
    Dec 19 23:38:01 archbox sudo[21335]: xxx : TTY=pts/1 ; PWD=/home/xxx ; USER=root ; COMMAND=/usr/bin/
    Dec 19 23:38:01 archbox sudo[21335]: pam_unix(sudo:session): session opened for user root by xxx(uid
    Dec 19 23:38:01 archbox sudo[21335]: pam_unix(sudo:session): session closed for user root
    Dec 19 23:38:44 archbox sudo[22682]: xxx : TTY=pts/1 ; PWD=/home/xxx ; USER=root ; COMMAND=/usr/bin/
    Dec 19 23:38:44 archbox sudo[22682]: pam_unix(sudo:session): session opened for user root by xxx(uid
    Dec 19 23:38:44 archbox sudo[22682]: pam_unix(sudo:session): session closed for user root
    Dec 19 23:39:10 archbox sudo[23516]: xxx : TTY=pts/1 ; PWD=/home/xxx ; USER=root ; COMMAND=/usr/bin/
    Dec 19 23:39:10 archbox sudo[23516]: pam_unix(sudo:session): session opened for user root by xxx(uid
    Dec 19 23:39:29 archbox systemd[1]: systemd-logind.service operation timed out. Terminating.
    Dec 19 23:39:29 archbox systemd[1]: Failed to start Login Service.
    Dec 19 23:39:29 archbox systemd[1]: Unit systemd-logind.service entered failed state
    Dec 19 23:39:29 archbox systemd[1]: systemd-logind.service holdoff time over, scheduling restart.
    Dec 19 23:39:29 archbox systemd[1]: Stopping Login Service...
    Dec 19 23:39:29 archbox systemd[1]: Starting Login Service...
    Dec 19 23:39:29 archbox systemd-logind[24096]: New seat seat0.
    Dec 19 23:39:29 archbox systemd-logind[24096]: Watching system buttons on /dev/input/event6 (Power B
    Dec 19 23:39:29 archbox systemd-logind[24096]: Watching system buttons on /dev/input/event7 (Video B
    Dec 19 23:39:29 archbox systemd-logind[24096]: Watching system buttons on /dev/input/event4 (Lid Swi
    Dec 19 23:39:29 archbox systemd-logind[24096]: Watching system buttons on /dev/input/event5 (Sleep B
    Dec 19 23:39:29 archbox systemd-logind[24096]: Watching system buttons on /dev/input/event3 (ThinkPa
    Dec 19 23:39:29 archbox systemd-logind[24096]: New session 1 of user xxx.
    Dec 19 23:39:29 archbox systemd-logind[24096]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-displa
    Dec 19 23:39:30 archbox sudo[23516]: pam_unix(sudo:session): session closed for user root
    Dec 19 23:40:08 archbox sudo[25314]: xxx : TTY=pts/1 ; PWD=/home/xxx ; USER=root ; COMMAND=/usr/bin/
    Dec 19 23:40:08 archbox sudo[25314]: pam_unix(sudo:session): session opened for user root by xxx(uid
    Dec 19 23:40:09 archbox sudo[25314]: pam_unix(sudo:session): session closed for user root
    Dec 19 23:40:43 archbox slim[641]: error 8: BadMatch (invalid parameter attributes) request 142 mino
    Dec 19 23:40:43 archbox slim[641]: error 9: BadDrawable (invalid Pixmap or Window parameter) request
    Dec 19 23:40:43 archbox slim[641]: error 4: BadPixmap (invalid Pixmap parameter) request 54 minor 0
    Dec 19 23:40:56 archbox sudo[26739]: xxx : TTY=pts/0 ; PWD=/home/xxx ; USER=root ; COMMAND=/usr/bin/
    Dec 19 23:40:56 archbox sudo[26739]: pam_unix(sudo:session): session opened for user root by xxx(uid
    Dec 19 23:40:59 archbox systemd[1]: systemd-logind.service operation timed out. Terminating.
    Dec 19 23:40:59 archbox systemd[1]: Failed to start Login Service.
    Dec 19 23:40:59 archbox systemd[1]: Unit systemd-logind.service entered failed state
    Dec 19 23:40:59 archbox systemd[1]: systemd-logind.service holdoff time over, scheduling restart.
    Dec 19 23:40:59 archbox systemd[1]: Stopping Login Service...
    Dec 19 23:40:59 archbox systemd[1]: Starting Login Service...
    Dec 19 23:40:59 archbox systemd-logind[26935]: New seat seat0.
    Dec 19 23:40:59 archbox systemd-logind[26935]: Watching system buttons on /dev/input/event6 (Power B
    Dec 19 23:40:59 archbox systemd-logind[26935]: Watching system buttons on /dev/input/event7 (Video B
    Dec 19 23:40:59 archbox systemd-logind[26935]: Watching system buttons on /dev/input/event4 (Lid Swi
    Dec 19 23:40:59 archbox systemd-logind[26935]: Watching system buttons on /dev/input/event5 (Sleep B
    Dec 19 23:40:59 archbox systemd-logind[26935]: Watching system buttons on /dev/input/event3 (ThinkPa
    Dec 19 23:40:59 archbox systemd-logind[26935]: New session 1 of user xxx.
    Dec 19 23:40:59 archbox systemd-logind[26935]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-displa
    Updating system with pacman didn't solve it.
    Did I miss something out while migrating to systemd, is it a problem with SLiM or user session maybe ? Do you guys have any ideas where to start ? Thanks.
    Last edited by nastycino (2012-12-30 17:46:43)

    My /etc/systemd/logind.conf:
    # This file is part of systemd.
    # systemd is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2.1 of the License, or
    # (at your option) any later version.
    # See logind.conf(5) for details
    [Login]
    #NAutoVTs=6
    #ReserveVT=6
    #KillUserProcesses=no
    #KillOnlyUsers=
    #KillExcludeUsers=root
    #Controllers=
    #ResetControllers=cpu
    #InhibitDelayMaxSec=5
    HandlePowerKey=poweroff
    HandleSuspendKey=suspend
    HandleHibernateKey=hibernate
    HandleLidSwitch=suspend
    #PowerKeyIgnoreInhibited=no
    #SuspendKeyIgnoreInhibited=no
    #HibernateKeyIgnoreInhibited=no
    #LidSwitchIgnoreInhibited=yes
    Is there any way of reinstalling parts of systemd like logind.service?

  • [solved] What makes systemd-logind.service fail?

    After last update made yesterday I was unable to reboot. With the help of an installation cd  and chrooting I disabled my graphical login manager lxdm which, when started, seems to do nothing and the system is stuck.
    Without lxdm service enabled, I can start xfce4 with
    startxfce4
    from commandline and everything seems to run fine. 
    But the booting process gives me several messages telling that the service systemd-logind failed. Apart from the virtual console created while booting and the one running X11 there is no other one (no login prompt when pressing strg+alt f3 e.g.)
    [root@amd64-archlinux ~]# systemctl status systemd-logind
    ● systemd-logind.service - Login Service
    Loaded: loaded (/usr/lib/systemd/system/systemd-logind.service; static)
    Active: failed (Result: start-limit) since Sun 2014-06-08 19:09:24 CEST; 5min ago
    Docs: man:systemd-logind.service(8)
    man:logind.conf(5)
    http://www.freedesktop.org/wiki/Software/systemd/logind
    http://www.freedesktop.org/wiki/Software/systemd/multiseat
    Process: 336 ExecStart=/usr/lib/systemd/systemd-logind (code=exited, status=1/FAILURE)
    Main PID: 336 (code=exited, status=1/FAILURE)
    Status: "Shutting down..."
    Jun 08 19:09:24 amd64-archlinux systemd[1]: Failed to start Login Service.
    Jun 08 19:09:24 amd64-archlinux systemd[1]: Unit systemd-logind.service entered failed state.
    Jun 08 19:09:24 amd64-archlinux systemd[1]: systemd-logind.service has no holdoff time, scheduling restart.
    Jun 08 19:09:24 amd64-archlinux systemd[1]: Stopping Login Service...
    Jun 08 19:09:24 amd64-archlinux systemd[1]: Starting Login Service...
    Jun 08 19:09:24 amd64-archlinux systemd[1]: systemd-logind.service start request repeated too quickly, refusing to start.
    Jun 08 19:09:24 amd64-archlinux systemd[1]: Failed to start Login Service.
    Jun 08 19:09:24 amd64-archlinux systemd[1]: Unit systemd-logind.service entered failed state.
    Has anyone an idea where to lead me?
    Last edited by bernd_b (2014-06-09 11:20:21)

    I don't know if I got you point - but here is a try:
    I am running X11 started manually with "startxfce4". So firing up a konsole in X11 I do and get
    root@amd64-archlinux pkg]# systemctl stop systemd-logind
    [root@amd64-archlinux pkg]# systemctl start systemd-logind
    Job for systemd-logind.service failed. See 'systemctl status systemd-logind.service' and 'journalctl -xn' for details.
    journalctl -xn:
    -- Unit systemd-logind.service has begun shutting down.
    Jun 08 21:38:18 amd64-archlinux systemd[1]: Starting Login Service...
    -- Subject: Unit systemd-logind.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-logind.service has begun starting up.
    Jun 08 21:38:18 amd64-archlinux systemd[1]: systemd-logind.service start request repeated too quickly, refusing to start.
    Jun 08 21:38:18 amd64-archlinux systemd[1]: Failed to start Login Service.
    -- Subject: Unit systemd-logind.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-logind.service has failed.
    -- The result is failed.
    I ran the service directly I get:
    [root@amd64-archlinux pkg]# /usr/lib/systemd/systemd-logind
    Failed to connect to system bus: No such file or directory
    Failed to fully start up daemon: No such file or directory
    What I figured out so far is this in addition:
    - krusader does not start- there is no response or message in the konsole when firing up this application.
    - I can only mount nfs-shares with the option "-o nolock" otherwise I get, e.g.
    mount.nfs: rpc.statd is not running but is required for remote locking.
    mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
    mount.nfs: an incorrect mount option was specified
    Last edited by bernd_b (2014-06-08 19:48:43)

  • Nsswitch.conf modification requires reboot?

    I have a couple Solaris 10 SPARC machines running. I am trying to modify nsswitch.conf to add/remove the dns entry for hosts. It seems that this can not be done on the fly as it used to be in previous versions (9,8,7)
    Many posts I have seen have provided one of the two following options.
    Modify nsswitch.conf and reboot
    sys-unconfig and reboot.
    Neither of these are really valid options on any machine that is not just the average desktop and even then it is arguable that a simple change like this should not require a reboot. I have trying bouncing nscd and/or name-services with svcadm but no luck.
    Anyone know how I can make changes to nsswitch.conf and have them take place without a reboot? Also, is there something in 10 that caches names besides nscd? Does it have a restart or flush option?
    Thanks!

    Changes to nsswitch.conf take effect immediately.
    If you change the IP address for a host, you may have to wait for up to an hour to see the new value, as the NSCD (Name Service Cache Daemon) may have the old value cached.
    In this case, the easiest thing to do is invalidate the NSCD hosts cache, using nscd -i hosts.
    BTW - Do not diable the nscd. It's saving you a lot of overhead. You can see what it's doing by using nscd -g.
    There's no point in rebooting unless you're changing the IP address of your host. In that case, after changing /etc/hosts, you can either ifconfig the new address on to your interface (and possiblery reconnect) or reboot.

  • Cannot start systemd-logind.service when booting.

    The boot sequence had a logind.service fail, and then was stuck when trying to open the Gnome Display Manager. The output was:
    Starting Login Service...
    [FAILED] Failed to start Login Service.
    See "systemctl status systemd-logind.service" for details.
    Stopping Login Service...
    [ OK ] Stopped Login Service.
    Starting Login Service...
    [FAILED] Failed to start Login Service.
    See "systemctl status systemd-logind.service" for
    Stopping Login Service...
    [ OK ] Stopped Login Service.
    Starting Login Service...
    [FAILED] Failed to start Login Service.
    See "systemctl status systemd-logind.service" for details.
    [ OK ] Started dhcpd on enp4s0.
    [ OK ] Reached target Network.
    Starting Network Time Service...
    [ OK ] Started Network Time Service.
    [ OK ] Reached target Multi-User System.
    [FAILED] Failed to start GNOME Display Manager.
    See "systemctl status gdm.service" for details.
    [ OK ] Reached target Graphical Interface.
    I have disabled the gdm.service using an installation disk with chroot in order to login, and after the restart I tried `sudo systemctl status systemd-logind.service`. The output is:
    ● systemd-logind.service - Login Service
    Loaded: loaded (/usr/lib/systemd/system/systemd-logind.service; static; vendor preset: disabled)
    Active: failed (Result: start-limit) since 月 2015-04-06 17:59:52 JST; 56s ago
    Docs: man:systemd-logind.service(8)
    man:logind.conf(5)
    http://www.freedesktop.org/wiki/Software/systemd/logind
    http://www.freedesktop.org/wiki/Software/systemd/multiseat
    Process: 249 ExecStart=/usr/lib/systemd/systemd-logind (code=exited, status=1/FAILURE)
    Main PID: 249 (code=exited, status=1/FAILURE)
    Status: "Shutting down..."
    4月 06 17:59:52 masasin-arch systemd[1]: systemd-logind.service has no holdoff time, scheduling restart.
    4月 06 17:59:52 masasin-arch systemd[1]: Stopping Login Service...
    4月 06 17:59:52 masasin-arch systemd[1]: Starting Login Service...
    4月 06 17:59:52 masasin-arch systemd[1]: start request repeated too quickly for systemd-logind.service
    4月 06 17:59:52 masasin-arch systemd[1]: Failed to start Login Service.
    4月 06 17:59:52 masasin-arch systemd[1]: Unit systemd-logind.service entered failed state.
    4月 06 17:59:52 masasin-arch systemd[1]: systemd-logind.service failed.
    At the moment, I cannot get into any graphical environments, but I do have access to the shell.
    Let me know if you need more information.

    I ran
    journalctl -b -u systemd-logind
    right after a reboot, and the output is as follows:
    -- Logs begin at 水 2013-08-21 08:01:49 JST, end at 水 2015-04-08 18:26:45 JST. --
    4月 08 18:26:14 masasin-arch systemd[1]: Starting Login Service...
    4月 08 18:26:14 masasin-arch systemd[1]: systemd-logind.service: main process exited, code=exited, status=1/FAILURE
    4月 08 18:26:14 masasin-arch systemd[1]: Failed to start Login Service.
    4月 08 18:26:14 masasin-arch systemd[1]: Unit systemd-logind.service entered failed state.
    4月 08 18:26:14 masasin-arch systemd[1]: Unit systemd-logind.service failed.
    4月 08 18:26:14 masasin-arch systemd[1]: systemd-logind.service has no holdoff time, scheduling restart.
    4月 08 18:26:14 masasin-arch systemd[1]: Stopping Login Service...
    4月 08 18:26:14 masasin-arch systemd[1]: Starting Login Service...
    4月 08 18:26:15 masasin-arch systemd[1]: systemd-logind.service: main process exited, code=exited, status=1/FAILURE
    4月 08 18:26:15 masasin-arch systemd[1]: Failed to start Login Service.
    4月 08 18:26:15 masasin-arch systemd[1]: Unit systemd-logind.service entered failed state.
    4月 08 18:26:15 masasin-arch systemd[1]: Unit systemd-logind.service failed.
    4月 08 18:26:15 masasin-arch systemd[1]: systemd-logind.service has no holdoff time, scheduling restart.
    4月 08 18:26:15 masasin-arch systemd[1]: Stopping Login Service...
    4月 08 18:26:15 masasin-arch systemd[1]: Starting Login Service...
    4月 08 18:26:15 masasin-arch systemd[1]: systemd-logind.service: main process exited, code=exited, status=1/FAILURE
    4月 08 18:26:15 masasin-arch systemd[1]: Failed to start Login Service.
    4月 08 18:26:15 masasin-arch systemd[1]: Unit systemd-logind.service entered failed state.
    4月 08 18:26:15 masasin-arch systemd[1]: Unit systemd-logind.service failed.
    4月 08 18:26:15 masasin-arch systemd[1]: systemd-logind.service has no holdoff time, scheduling restart.
    4月 08 18:26:15 masasin-arch systemd[1]: Stopping Login Service...
    4月 08 18:26:15 masasin-arch systemd[1]: Starting Login Service...
    4月 08 18:26:15 masasin-arch systemd-logind[257]: Failed to connect to system bus: No such file or directory
    4月 08 18:26:15 masasin-arch systemd[1]: systemd-logind.service: main process exited, code=exited, status=1/FAILURE
    4月 08 18:26:15 masasin-arch systemd[1]: Failed to start Login Service.
    4月 08 18:26:15 masasin-arch systemd[1]: Unit systemd-logind.service entered failed state.
    4月 08 18:26:15 masasin-arch systemd[1]: Unit systemd-logind.service failed.
    4月 08 18:26:15 masasin-arch systemd[1]: systemd-logind.service has no holdoff time, scheduling restart.
    4月 08 18:26:15 masasin-arch systemd[1]: Stopping Login Service...
    4月 08 18:26:15 masasin-arch systemd[1]: Starting Login Service...
    4月 08 18:26:15 masasin-arch systemd-logind[257]: Failed to connect to system bus: No such file or directory
    4月 08 18:26:15 masasin-arch systemd[1]: systemd-logind.service: main process exited, code=exited, status=1/FAILURE
    4月 08 18:26:15 masasin-arch systemd[1]: Failed to start Login Service.
    4月 08 18:26:15 masasin-arch systemd[1]: Unit systemd-logind.service entered failed state.
    4月 08 18:26:15 masasin-arch systemd[1]: Unit systemd-logind.service failed.
    4月 08 18:26:15 masasin-arch systemd[1]: systemd-logind.service has no holdoff time, scheduling restart.
    4月 08 18:26:15 masasin-arch systemd[1]: Stopping Login Service...
    4月 08 18:26:15 masasin-arch systemd[1]: Starting Login Service...
    4月 08 18:26:15 masasin-arch systemd[1]: start request repeated too quickly for systemd-logind.service
    4月 08 18:26:15 masasin-arch systemd[1]: Failed to start Login Service.
    4月 08 18:26:15 masasin-arch systemd[1]: Unit systemd-logind.service entered failed state.
    4月 08 18:26:15 masasin-arch systemd[1]: Unit systemd-logind.service failed.

  • Console does not comes back to life after screen blanking

    edited post on 2014-07-13:
    This problem has nothing to do with suspend-to-RAM and/or suspend-to-disk (hibernate).
    It is a screen blanking on the console triggered by a timeout in the kernel.
    It can be modified (or disabled) with the setterm command for the current session.
    The issue is still unresolved since the console doesn't comes back to life after hitting a key.
    See post#6 on 2014-07-13 for further details.
    Changed title accordingly.
    original post on 2014-07-09 titled "blank screen on resume after suspend but screen OK after hibernation" follows:
    Dell Inspiron 9400 (aka E1705) with Radeon X1400 (RV515) (confirmed by dmesg: loading R500 microcode)
    - arch x86_64 fully updated up to 07-JULY-2014
    - xf86-video-ati open source driver installed
    - no (additional; ie: explicitly) installed power management packages such as pm-utils
    - no X installed
    The problem:
    • hibernation works fine; ie: by closing (and waiting a few seconds) and re-opening the lid
    • however resume after suspend isn't working; ie: by pressing any key to resume ... it seems the screen never comes back to life
    After suspend activates (and after I hit a key to activate resume) I see no activity at all (blank screen) but ... if I type some commands (eg: timedatectl etc) and then I close the lid to activate the hibernation sequence re-opening the lid (say, a minute later) the machine comes back from hibernation as expected and I can see the commands (and output) I typed when the screen was blank so ... it seems to me either:
    • the backlight state is not restored on the resume sequence (first thought)
    • the machine shuts down the screen after (a 10 minute) timeout but never activates the suspend sequence (and will never activate resume then) (second thought while reading dmesg output)
    This problem was present on this laptop since my first (and subsequent) arch installations so it seems is not kernel/driver specific since I did many pacman --sysupgrades in between while learning arch.
    The testing sequence (with related entries on included dmesg output):
    - typed timedatectl ... showing 23.29.04
    - now allowing idle time for the machine to suspend
    - suspend starts at 23.39 (ie: after 10 minutes) ... tag it as event1#1
    - after 30 seconds resuming with the space key and after a few seconds typing (blindly) timedatectl ... tag it as event1#2
    - after 60 seconds closing the lid allowing time for hibernation ... tag it as event2#1
    - after 30 seconds opening the lid ... tag it as event2#2
    - now I can see the output for timedatectl (typed blindly on event1#2) and it shows 23.40.11
    As you can see in attached dmesg output (at the bottom of this post) there are (to me) no evident entries for event1#2 (resuming after suspend):
    ... event#1-1 ... suspend starts here:
    [Mon Jul 7 23:40:12 2014] perf interrupt took too long (2504 > 2495), lowering kernel.perf_event_max_sample_rate to 50100
    ... event#1-2 ... resume from suspend should show some entries here:
    no entries at all
    And the next entry after entering the suspend sequence is the starting of the hibernation sequence (when closing the lid):
    ... event#2-1 ... hibernation starts here:
    [Mon Jul 7 23:41:30 2014] PM: Syncing filesystems ... done.
    [Mon Jul 7 23:41:30 2014] smpboot: CPU 1 is now offline
    ... event#2-2 ... coming back from hibernation (I think) starts here:
    [Mon Jul 7 23:41:30 2014] ACPI: Low-level resume complete
    [Mon Jul 7 23:41:31 2014] Restarting tasks ... done.
    [Mon Jul 7 23:41:31 2014] video LNXVIDEO:00: Restoring backlight state
    So the machine shuts off the screen (and/or backlight) but never enters suspend mode because "restoring backlight state" appears once and should appear twice in my testing.
    Why isn't working then ?
    Because the signal to enter suspend mode is never sent/received by the OS ?
    Which brings me to a key question: is the acpi package (which it is not installed) (or something like that) required for such signaling ?
    In the following post a user claims a similar problem but he can see some activity (after resuming from suspend) by directing a bright light to the screen so the problem there seems to be the backlight not powered up again: it is not my case, when I did the same I saw no activity at all.
    https://bbs.archlinux.org/viewtopic.php?id=183580
    Following is full dmesg output (edited with a couple of lines inserted to keep track of mentioned events):
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys cpuset
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys cpu
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys cpuacct
    [Mon Jul 7 22:52:56 2014] Linux version 3.15.3-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 20140604 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Jul 1 07:32:45 CEST 2014
    [Mon Jul 7 22:52:56 2014] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2918bbe1-e489-42fb-ad36-d70217125c5a rw quiet
    [Mon Jul 7 22:52:56 2014] e820: BIOS-provided physical RAM map:
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x0000000000100000-0x000000007fed33ff] usable
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x000000007fed3400-0x000000007fffffff] reserved
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x00000000f0000000-0x00000000f4006fff] reserved
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x00000000f4008000-0x00000000f400bfff] reserved
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed9ffff] reserved
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee0ffff] reserved
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    [Mon Jul 7 22:52:56 2014] NX (Execute Disable) protection: active
    [Mon Jul 7 22:52:56 2014] SMBIOS 2.4 present.
    [Mon Jul 7 22:52:56 2014] DMI: Dell Inc. MP061 /0YD479, BIOS A10 08/26/2009
    [Mon Jul 7 22:52:56 2014] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [Mon Jul 7 22:52:56 2014] e820: remove [mem 0x000a0000-0x000fffff] usable
    [Mon Jul 7 22:52:56 2014] No AGP bridge found
    [Mon Jul 7 22:52:56 2014] e820: last_pfn = 0x7fed3 max_arch_pfn = 0x400000000
    [Mon Jul 7 22:52:56 2014] MTRR default type: uncachable
    [Mon Jul 7 22:52:56 2014] MTRR fixed ranges enabled:
    [Mon Jul 7 22:52:56 2014] 00000-9FFFF write-back
    [Mon Jul 7 22:52:56 2014] A0000-BFFFF uncachable
    [Mon Jul 7 22:52:56 2014] C0000-CFFFF write-protect
    [Mon Jul 7 22:52:56 2014] D0000-EFFFF uncachable
    [Mon Jul 7 22:52:56 2014] F0000-FFFFF write-protect
    [Mon Jul 7 22:52:56 2014] MTRR variable ranges enabled:
    [Mon Jul 7 22:52:56 2014] 0 base 000000000 mask F80000000 write-back
    [Mon Jul 7 22:52:56 2014] 1 base 07FF00000 mask FFFF00000 uncachable
    [Mon Jul 7 22:52:56 2014] 2 disabled
    [Mon Jul 7 22:52:56 2014] 3 disabled
    [Mon Jul 7 22:52:56 2014] 4 disabled
    [Mon Jul 7 22:52:56 2014] 5 disabled
    [Mon Jul 7 22:52:56 2014] 6 disabled
    [Mon Jul 7 22:52:56 2014] 7 disabled
    [Mon Jul 7 22:52:56 2014] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [Mon Jul 7 22:52:56 2014] Scanning 1 areas for low memory corruption
    [Mon Jul 7 22:52:56 2014] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [Mon Jul 7 22:52:56 2014] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [Mon Jul 7 22:52:56 2014] [mem 0x00000000-0x000fffff] page 4k
    [Mon Jul 7 22:52:56 2014] BRK [0x01b3e000, 0x01b3efff] PGTABLE
    [Mon Jul 7 22:52:56 2014] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [Mon Jul 7 22:52:56 2014] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [Mon Jul 7 22:52:56 2014] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]
    [Mon Jul 7 22:52:56 2014] [mem 0x7fc00000-0x7fdfffff] page 2M
    [Mon Jul 7 22:52:56 2014] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [Mon Jul 7 22:52:56 2014] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]
    [Mon Jul 7 22:52:56 2014] [mem 0x7c000000-0x7fbfffff] page 2M
    [Mon Jul 7 22:52:56 2014] init_memory_mapping: [mem 0x00100000-0x7bffffff]
    [Mon Jul 7 22:52:56 2014] [mem 0x00100000-0x001fffff] page 4k
    [Mon Jul 7 22:52:56 2014] [mem 0x00200000-0x7bffffff] page 2M
    [Mon Jul 7 22:52:56 2014] init_memory_mapping: [mem 0x7fe00000-0x7fed2fff]
    [Mon Jul 7 22:52:56 2014] [mem 0x7fe00000-0x7fed2fff] page 4k
    [Mon Jul 7 22:52:56 2014] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [Mon Jul 7 22:52:56 2014] RAMDISK: [mem 0x3729a000-0x37944fff]
    [Mon Jul 7 22:52:56 2014] ACPI: RSDP 0x00000000000FC1B0 000014 (v00 DELL )
    [Mon Jul 7 22:52:56 2014] ACPI: RSDT 0x000000007FED39CD 000040 (v01 DELL M07 27D9081A ASL 00000061)
    [Mon Jul 7 22:52:56 2014] ACPI: FACP 0x000000007FED4800 000074 (v01 DELL M07 27D9081A ASL 00000061)
    [Mon Jul 7 22:52:56 2014] ACPI: DSDT 0x000000007FED5400 004841 (v01 INT430 SYSFexxx 00001001 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: FACS 0x000000007FEE3C00 000040
    [Mon Jul 7 22:52:56 2014] ACPI: HPET 0x000000007FED4F00 000038 (v01 DELL M07 00000001 ASL 00000061)
    [Mon Jul 7 22:52:56 2014] ACPI: APIC 0x000000007FED5000 000068 (v01 DELL M07 27D9081A ASL 00000047)
    [Mon Jul 7 22:52:56 2014] ACPI: MCFG 0x000000007FED4FC0 00003E (v16 DELL M07 27D9081A ASL 00000061)
    [Mon Jul 7 22:52:56 2014] ACPI: SLIC 0x000000007FED509C 000176 (v01 DELL M07 27D9081A ASL 00000061)
    [Mon Jul 7 22:52:56 2014] ACPI: BOOT 0x000000007FED4BC0 000028 (v01 DELL M07 27D9081A ASL 00000061)
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x000000007FED3A0D 0004DC (v01 PmRef CpuPm 00003000 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: Local APIC address 0xfee00000
    [Mon Jul 7 22:52:56 2014] No NUMA configuration found
    [Mon Jul 7 22:52:56 2014] Faking a node at [mem 0x0000000000000000-0x000000007fed2fff]
    [Mon Jul 7 22:52:56 2014] Initmem setup node 0 [mem 0x00000000-0x7fed2fff]
    [Mon Jul 7 22:52:56 2014] NODE_DATA [mem 0x7fece000-0x7fed2fff]
    [Mon Jul 7 22:52:56 2014] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d600000-ffff88007f5fffff] on node 0
    [Mon Jul 7 22:52:56 2014] Zone ranges:
    [Mon Jul 7 22:52:56 2014] DMA [mem 0x00001000-0x00ffffff]
    [Mon Jul 7 22:52:56 2014] DMA32 [mem 0x01000000-0xffffffff]
    [Mon Jul 7 22:52:56 2014] Normal empty
    [Mon Jul 7 22:52:56 2014] Movable zone start for each node
    [Mon Jul 7 22:52:56 2014] Early memory node ranges
    [Mon Jul 7 22:52:56 2014] node 0: [mem 0x00001000-0x0009efff]
    [Mon Jul 7 22:52:56 2014] node 0: [mem 0x00100000-0x7fed2fff]
    [Mon Jul 7 22:52:56 2014] On node 0 totalpages: 523889
    [Mon Jul 7 22:52:56 2014] DMA zone: 64 pages used for memmap
    [Mon Jul 7 22:52:56 2014] DMA zone: 21 pages reserved
    [Mon Jul 7 22:52:56 2014] DMA zone: 3998 pages, LIFO batch:0
    [Mon Jul 7 22:52:56 2014] DMA32 zone: 8124 pages used for memmap
    [Mon Jul 7 22:52:56 2014] DMA32 zone: 519891 pages, LIFO batch:31
    [Mon Jul 7 22:52:56 2014] ACPI: PM-Timer IO Port: 0x1008
    [Mon Jul 7 22:52:56 2014] ACPI: Local APIC address 0xfee00000
    [Mon Jul 7 22:52:56 2014] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [Mon Jul 7 22:52:56 2014] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [Mon Jul 7 22:52:56 2014] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [Mon Jul 7 22:52:56 2014] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [Mon Jul 7 22:52:56 2014] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [Mon Jul 7 22:52:56 2014] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [Mon Jul 7 22:52:56 2014] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [Mon Jul 7 22:52:56 2014] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [Mon Jul 7 22:52:56 2014] ACPI: IRQ0 used by override.
    [Mon Jul 7 22:52:56 2014] ACPI: IRQ2 used by override.
    [Mon Jul 7 22:52:56 2014] ACPI: IRQ9 used by override.
    [Mon Jul 7 22:52:56 2014] Using ACPI (MADT) for SMP configuration information
    [Mon Jul 7 22:52:56 2014] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [Mon Jul 7 22:52:56 2014] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [Mon Jul 7 22:52:56 2014] nr_irqs_gsi: 40
    [Mon Jul 7 22:52:56 2014] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [Mon Jul 7 22:52:56 2014] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    [Mon Jul 7 22:52:56 2014] e820: [mem 0x80000000-0xefffffff] available for PCI devices
    [Mon Jul 7 22:52:56 2014] Booting paravirtualized kernel on bare hardware
    [Mon Jul 7 22:52:56 2014] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
    [Mon Jul 7 22:52:56 2014] PERCPU: Embedded 29 pages/cpu @ffff88007fc00000 s87168 r8192 d23424 u1048576
    [Mon Jul 7 22:52:56 2014] pcpu-alloc: s87168 r8192 d23424 u1048576 alloc=1*2097152
    [Mon Jul 7 22:52:56 2014] pcpu-alloc: [0] 0 1
    [Mon Jul 7 22:52:56 2014] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515680
    [Mon Jul 7 22:52:56 2014] Policy zone: DMA32
    [Mon Jul 7 22:52:56 2014] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2918bbe1-e489-42fb-ad36-d70217125c5a rw quiet
    [Mon Jul 7 22:52:56 2014] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [Mon Jul 7 22:52:56 2014] Checking aperture...
    [Mon Jul 7 22:52:56 2014] No AGP bridge found
    [Mon Jul 7 22:52:56 2014] Calgary: detecting Calgary via BIOS EBDA area
    [Mon Jul 7 22:52:56 2014] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [Mon Jul 7 22:52:56 2014] Memory: 2043836K/2095556K available (5224K kernel code, 886K rwdata, 1644K rodata, 1116K init, 1284K bss, 51720K reserved)
    [Mon Jul 7 22:52:56 2014] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [Mon Jul 7 22:52:56 2014] Preemptible hierarchical RCU implementation.
    [Mon Jul 7 22:52:56 2014] RCU dyntick-idle grace-period acceleration is enabled.
    [Mon Jul 7 22:52:56 2014] Dump stacks of tasks blocking RCU-preempt GP.
    [Mon Jul 7 22:52:56 2014] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
    [Mon Jul 7 22:52:56 2014] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [Mon Jul 7 22:52:56 2014] NR_IRQS:8448 nr_irqs:512 16
    [Mon Jul 7 22:52:56 2014] Console: colour dummy device 80x25
    [Mon Jul 7 22:52:56 2014] console [tty0] enabled
    [Mon Jul 7 22:52:56 2014] allocated 8388608 bytes of page_cgroup
    [Mon Jul 7 22:52:56 2014] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [Mon Jul 7 22:52:56 2014] hpet clockevent registered
    [Mon Jul 7 22:52:56 2014] tsc: Fast TSC calibration using PIT
    [Mon Jul 7 22:52:56 2014] tsc: Detected 1997.384 MHz processor
    [Mon Jul 7 22:52:56 2014] Calibrating delay loop (skipped), value calculated using timer frequency.. 3996.21 BogoMIPS (lpj=6657946)
    [Mon Jul 7 22:52:56 2014] pid_max: default: 32768 minimum: 301
    [Mon Jul 7 22:52:56 2014] ACPI: Core revision 20140214
    [Mon Jul 7 22:52:56 2014] ACPI: All ACPI Tables successfully acquired
    [Mon Jul 7 22:52:56 2014] Security Framework initialized
    [Mon Jul 7 22:52:56 2014] Yama: becoming mindful.
    [Mon Jul 7 22:52:56 2014] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [Mon Jul 7 22:52:56 2014] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [Mon Jul 7 22:52:56 2014] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
    [Mon Jul 7 22:52:56 2014] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys memory
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys devices
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys freezer
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys net_cls
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys blkio
    [Mon Jul 7 22:52:56 2014] CPU: Physical Processor ID: 0
    [Mon Jul 7 22:52:56 2014] CPU: Processor Core ID: 0
    [Mon Jul 7 22:52:56 2014] mce: CPU supports 6 MCE banks
    [Mon Jul 7 22:52:56 2014] CPU0: Thermal monitoring enabled (TM2)
    [Mon Jul 7 22:52:56 2014] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
    tlb_flushall_shift: -1
    [Mon Jul 7 22:52:56 2014] Freeing SMP alternatives memory: 20K (ffffffff819f6000 - ffffffff819fb000)
    [Mon Jul 7 22:52:56 2014] ftrace: allocating 20226 entries in 80 pages
    [Mon Jul 7 22:52:56 2014] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [Mon Jul 7 22:52:56 2014] smpboot: CPU0: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz (fam: 06, model: 0f, stepping: 06)
    [Mon Jul 7 22:52:56 2014] Performance Events: PEBS fmt0-, 4-deep LBR, Core2 events, Intel PMU driver.
    [Mon Jul 7 22:52:56 2014] perf_event_intel: PEBS disabled due to CPU errata
    [Mon Jul 7 22:52:56 2014] ... version: 2
    [Mon Jul 7 22:52:56 2014] ... bit width: 40
    [Mon Jul 7 22:52:56 2014] ... generic registers: 2
    [Mon Jul 7 22:52:56 2014] ... value mask: 000000ffffffffff
    [Mon Jul 7 22:52:56 2014] ... max period: 000000007fffffff
    [Mon Jul 7 22:52:56 2014] ... fixed-purpose events: 3
    [Mon Jul 7 22:52:56 2014] ... event mask: 0000000700000003
    [Mon Jul 7 22:52:56 2014] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [Mon Jul 7 22:52:56 2014] x86: Booting SMP configuration:
    [Mon Jul 7 22:52:56 2014] .... node #0, CPUs: #1
    [Mon Jul 7 22:52:56 2014] TSC synchronization [CPU#0 -> CPU#1]:
    [Mon Jul 7 22:52:56 2014] Measured 3679205328 cycles TSC warp between CPUs, turning off TSC clock.
    [Mon Jul 7 22:52:56 2014] tsc: Marking TSC unstable due to check_tsc_sync_source failed
    [Mon Jul 7 22:52:56 2014] x86: Booted up 1 node, 2 CPUs
    [Mon Jul 7 22:52:56 2014] smpboot: Total of 2 processors activated (7992.43 BogoMIPS)
    [Mon Jul 7 22:52:56 2014] devtmpfs: initialized
    [Mon Jul 7 22:52:56 2014] pinctrl core: initialized pinctrl subsystem
    [Mon Jul 7 22:52:56 2014] RTC time: 1:53:00, date: 07/08/14
    [Mon Jul 7 22:52:56 2014] NET: Registered protocol family 16
    [Mon Jul 7 22:52:56 2014] cpuidle: using governor ladder
    [Mon Jul 7 22:52:56 2014] cpuidle: using governor menu
    [Mon Jul 7 22:52:56 2014] ACPI: bus type PCI registered
    [Mon Jul 7 22:52:56 2014] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [Mon Jul 7 22:52:56 2014] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [Mon Jul 7 22:52:56 2014] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [Mon Jul 7 22:52:56 2014] PCI: Using configuration type 1 for base access
    [Mon Jul 7 22:52:56 2014] dmi type 0xB1 record - unknown flag
    [Mon Jul 7 22:52:56 2014] mtrr: your CPUs had inconsistent variable MTRR settings
    [Mon Jul 7 22:52:56 2014] mtrr: probably your BIOS does not setup all CPUs.
    [Mon Jul 7 22:52:56 2014] mtrr: corrected configuration.
    [Mon Jul 7 22:52:56 2014] ACPI: Added _OSI(Module Device)
    [Mon Jul 7 22:52:56 2014] ACPI: Added _OSI(Processor Device)
    [Mon Jul 7 22:52:56 2014] ACPI: Added _OSI(3.0 _SCP Extensions)
    [Mon Jul 7 22:52:56 2014] ACPI: Added _OSI(Processor Aggregator Device)
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x000000007FED4134 000244 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: Dynamic OEM Table Load:
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x0000000000000000 000244 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x000000007FED3EE9 0001C6 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: Dynamic OEM Table Load:
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x0000000000000000 0001C6 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x000000007FED4378 0000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: Dynamic OEM Table Load:
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x0000000000000000 0000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x000000007FED40AF 000085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: Dynamic OEM Table Load:
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x0000000000000000 000085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: Interpreter enabled
    [Mon Jul 7 22:52:56 2014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
    [Mon Jul 7 22:52:56 2014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
    [Mon Jul 7 22:52:56 2014] ACPI: (supports S0 S3 S4 S5)
    [Mon Jul 7 22:52:56 2014] ACPI: Using IOAPIC for interrupt routing
    [Mon Jul 7 22:52:56 2014] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [Mon Jul 7 22:52:56 2014] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [Mon Jul 7 22:52:56 2014] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [Mon Jul 7 22:52:56 2014] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [Mon Jul 7 22:52:56 2014] PCI host bridge to bus 0000:00
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [bus 00-ff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0xf4007000-0xf4007fff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0xf400c000-0xfebfffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfecfffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0xfed00400-0xfed1ffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0xfee10000-0xffafffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:00.0: [8086:27a0] type 00 class 0x060000
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: [8086:27a1] type 01 class 0x060400
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1b.0: reg 0x10: [mem 0xefffc000-0xefffffff 64bit]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.0: reg 0x20: [io 0xbf80-0xbf9f]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.1: reg 0x20: [io 0xbf60-0xbf7f]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.2: reg 0x20: [io 0xbf40-0xbf5f]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.3: reg 0x20: [io 0xbf20-0xbf3f]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.3: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.7: reg 0x10: [mem 0xffa80000-0xffa803ff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.0: can't claim BAR 13 [io 0x1000-0x107f]: address conflict with ACPI CPU throttle [io 0x1010-0x1015]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.0: quirk: [io 0x1080-0x10bf] claimed by ICH6 GPIO
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0900 (mask 007f)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0c80 (mask 003f)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: [8086:27c4] type 00 class 0x010180
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: reg 0x10: [io 0x01f0-0x01f7]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: reg 0x14: [io 0x03f4-0x03f7]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: reg 0x18: [io 0x0170-0x0177]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: reg 0x1c: [io 0x0374-0x0377]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: reg 0x20: [io 0xbfa0-0xbfaf]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: legacy IDE quirk: reg 0x14: [io 0x03f6]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: legacy IDE quirk: reg 0x1c: [io 0x0376]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: PME# supported from D3hot
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.3: reg 0x20: [io 0x10c0-0x10df]
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: [1002:7145] type 00 class 0x030000
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: reg 0x14: [io 0xee00-0xeeff]
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: reg 0x18: [mem 0xefdf0000-0xefdfffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: reg 0x30: [mem 0xefe00000-0xefe1ffff pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: supports D1 D2
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: PCI bridge to [bus 01]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: bridge window [mem 0xefd00000-0xefefffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: PCI bridge to [bus 0b]
    [Mon Jul 7 22:52:56 2014] acpiphp: Slot [1] registered
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: PCI bridge to [bus 0c-0d]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: bridge window [mem 0xefa00000-0xefcfffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: bridge window [mem 0xe0000000-0xe01fffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:03:00.0: [14e4:170c] type 00 class 0x020000
    [Mon Jul 7 22:52:56 2014] pci 0000:03:00.0: reg 0x10: [mem 0xef9fe000-0xef9fffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:03:00.0: supports D1 D2
    [Mon Jul 7 22:52:56 2014] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0xef900000-0xef9fffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xefffffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0xf4007000-0xf4007fff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0xf400c000-0xfebfffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0xfec10000-0xfecfffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0xfed00400-0xfed1ffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0xfee10000-0xffafffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 11) *4
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKB] (IRQs *5 7)
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 11) *0, disabled.
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 11) *0, disabled.
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
    [Mon Jul 7 22:52:56 2014] ACPI: Enabled 3 GPEs in block 00 to 1F
    [Mon Jul 7 22:52:56 2014] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [Mon Jul 7 22:52:56 2014] vgaarb: loaded
    [Mon Jul 7 22:52:56 2014] vgaarb: bridge control possible 0000:01:00.0
    [Mon Jul 7 22:52:56 2014] PCI: Using ACPI for IRQ routing
    [Mon Jul 7 22:52:56 2014] PCI: pci_cache_line_size set to 64 bytes
    [Mon Jul 7 22:52:56 2014] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
    [Mon Jul 7 22:52:56 2014] e820: reserve RAM buffer [mem 0x7fed3400-0x7fffffff]
    [Mon Jul 7 22:52:56 2014] NetLabel: Initializing
    [Mon Jul 7 22:52:56 2014] NetLabel: domain hash size = 128
    [Mon Jul 7 22:52:56 2014] NetLabel: protocols = UNLABELED CIPSOv4
    [Mon Jul 7 22:52:56 2014] NetLabel: unlabeled traffic allowed by default
    [Mon Jul 7 22:52:56 2014] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [Mon Jul 7 22:52:56 2014] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [Mon Jul 7 22:52:56 2014] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [Mon Jul 7 22:52:56 2014] Switched to clocksource hpet
    [Mon Jul 7 22:52:56 2014] pnp: PnP ACPI init
    [Mon Jul 7 22:52:56 2014] ACPI: bus type PNP registered
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0x00000000-0x0009fbff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0x0009fc00-0x0009ffff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0x000c0000-0x000cffff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0x00100000-0x7fed33ff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0x7fed3400-0x7fefffff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0x7ff00000-0x7fffffff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xffb00000-0xffffffff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xfec00000-0xfec0ffff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xfed20000-0xfed9ffff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xffa80000-0xffa83fff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xf4000000-0xf4003fff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xf4004000-0xf4004fff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xf4005000-0xf4005fff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xf4006000-0xf4006fff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xf4008000-0xf400bfff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xf0000000-0xf3ffffff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:01: disabling [io 0x1000-0x1005] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [Mon Jul 7 22:52:56 2014] pnp 00:01: disabling [io 0x1008-0x100f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [Mon Jul 7 22:52:56 2014] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:02: disabling [io 0x1006-0x1007] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [Mon Jul 7 22:52:56 2014] pnp 00:02: disabling [io 0x100a-0x1059] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [Mon Jul 7 22:52:56 2014] pnp 00:02: disabling [io 0x1060-0x107f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [Mon Jul 7 22:52:56 2014] pnp 00:02: disabling [io 0x1010-0x102f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [Mon Jul 7 22:52:56 2014] system 00:02: [io 0xf400-0xf4fe] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:02: [io 0x1080-0x10bf] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:02: [io 0x10c0-0x10df] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:02: [io 0x0809] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
    [Mon Jul 7 22:52:56 2014] system 00:07: [io 0x0c80-0x0cff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:07: [io 0x0910-0x091f] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:07: [io 0x0920-0x092f] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:07: [io 0x0cb0-0x0cbf] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:07: [io 0x0930-0x097f] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:08: [dma 4]
    [Mon Jul 7 22:52:56 2014] pnp 00:08: Plug and Play ACPI device, IDs PNP0200 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
    [Mon Jul 7 22:52:56 2014] system 00:0a: [mem 0xfed00000-0xfed003ff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:0a: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    [Mon Jul 7 22:52:56 2014] pnp: PnP ACPI: found 11 devices
    [Mon Jul 7 22:52:56 2014] ACPI: bus type PNP unregistered
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 0b] add_size 1000
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 0b] add_size 200000
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.0: BAR 13: [io 0x1000-0x107f] has bogus alignment
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: PCI bridge to [bus 01]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: bridge window [mem 0xefd00000-0xefefffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: PCI bridge to [bus 0b]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: PCI bridge to [bus 0c-0d]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: bridge window [mem 0xefa00000-0xefcfffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: bridge window [mem 0xe0000000-0xe01fffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: PCI bridge to [bus 03]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0xef900000-0xef9fffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 8 [mem 0x80000000-0xefffffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 9 [mem 0xf4007000-0xf4007fff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 10 [mem 0xf400c000-0xfebfffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 11 [mem 0xfec10000-0xfecfffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 12 [mem 0xfed00400-0xfed1ffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 13 [mem 0xfee10000-0xffafffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:01: resource 1 [mem 0xefd00000-0xefefffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:0b: resource 0 [io 0x2000-0x2fff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:0b: resource 1 [mem 0x80000000-0x801fffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:0b: resource 2 [mem 0x80200000-0x803fffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:0c: resource 0 [io 0xd000-0xdfff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:0c: resource 1 [mem 0xefa00000-0xefcfffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:0c: resource 2 [mem 0xe0000000-0xe01fffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 1 [mem 0xef900000-0xef9fffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 8 [mem 0x80000000-0xefffffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 9 [mem 0xf4007000-0xf4007fff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 10 [mem 0xf400c000-0xfebfffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 11 [mem 0xfec10000-0xfecfffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 12 [mem 0xfed00400-0xfed1ffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 13 [mem 0xfee10000-0xffafffff]
    [Mon Jul 7 22:52:56 2014] NET: Registered protocol family 2
    [Mon Jul 7 22:52:56 2014] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    [Mon Jul 7 22:52:56 2014] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
    [Mon Jul 7 22:52:56 2014] TCP: Hash tables configured (established 16384 bind 16384)
    [Mon Jul 7 22:52:56 2014] TCP: reno registered
    [Mon Jul 7 22:52:56 2014] UDP hash table entries: 1024 (order: 3, 32768 bytes)
    [Mon Jul 7 22:52:56 2014] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    [Mon Jul 7 22:52:56 2014] NET: Registered protocol family 1
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: Boot video device
    [Mon Jul 7 22:52:56 2014] PCI: CLS 64 bytes, default 64
    [Mon Jul 7 22:52:56 2014] Unpacking initramfs...
    [Mon Jul 7 22:52:56 2014] Freeing initrd memory: 6828K (ffff88003729a000 - ffff880037945000)
    [Mon Jul 7 22:52:56 2014] Simple Boot Flag at 0x79 set to 0x1
    [Mon Jul 7 22:52:56 2014] Scanning for low memory corruption every 60 seconds
    [Mon Jul 7 22:52:56 2014] futex hash table entries: 512 (order: 3, 32768 bytes)
    [Mon Jul 7 22:52:56 2014] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [Mon Jul 7 22:52:56 2014] zbud: loaded
    [Mon Jul 7 22:52:56 2014] VFS: Disk quotas dquot_6.5.2
    [Mon Jul 7 22:52:56 2014] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [Mon Jul 7 22:52:56 2014] msgmni has been set to 4005
    [Mon Jul 7 22:52:56 2014] Key type big_key registered
    [Mon Jul 7 22:52:56 2014] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [Mon Jul 7 22:52:56 2014] io scheduler noop registered
    [Mon Jul 7 22:52:56 2014] io scheduler deadline registered
    [Mon Jul 7 22:52:56 2014] io scheduler cfq registered (default)
    [Mon Jul 7 22:52:56 2014] pcieport 0000:00:01.0: device [8086:27a1] has invalid IRQ; check vendor BIOS
    [Mon Jul 7 22:52:56 2014] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [Mon Jul 7 22:52:56 2014] pcieport 0000:00:1c.0: device [8086:27d0] has invalid IRQ; check vendor BIOS
    [Mon Jul 7 22:52:56 2014] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [Mon Jul 7 22:52:56 2014] pcieport 0000:00:1c.3: device [8086:27d6] has invalid IRQ; check vendor BIOS
    [Mon Jul 7 22:52:56 2014] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    [Mon Jul 7 22:52:56 2014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [Mon Jul 7 22:52:56 2014] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [Mon Jul 7 22:52:56 2014] vesafb: mode is 1600x1200x32, linelength=6400, pages=0
    [Mon Jul 7 22:52:56 2014] vesafb: scrolling: redraw
    [Mon Jul 7 22:52:56 2014] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [Mon Jul 7 22:52:56 2014] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90004400000, using 7552k, total 7552k
    [Mon Jul 7 22:52:56 2014] Console: switching to colour frame buffer device 200x75
    [Mon Jul 7 22:52:56 2014] fb0: VESA VGA frame buffer device
    [Mon Jul 7 22:52:56 2014] intel_idle: does not run on family 6 model 15
    [Mon Jul 7 22:52:56 2014] GHES: HEST is not enabled!
    [Mon Jul 7 22:52:56 2014] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [Mon Jul 7 22:52:56 2014] Linux agpgart interface v0.103
    [Mon Jul 7 22:52:56 2014] rtc_cmos 00:05: RTC can wake from S4
    [Mon Jul 7 22:52:56 2014] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [Mon Jul 7 22:52:56 2014] rtc_cmos 00:05: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [Mon Jul 7 22:52:56 2014] ledtrig-cpu: registered to indicate activity on CPUs
    [Mon Jul 7 22:52:56 2014] TCP: cubic registered
    [Mon Jul 7 22:52:56 2014] NET: Registered protocol family 10
    [Mon Jul 7 22:52:56 2014] NET: Registered protocol family 17
    [Mon Jul 7 22:52:56 2014] registered taskstats version 1
    [Mon Jul 7 22:52:56 2014] Magic number: 6:49:862
    [Mon Jul 7 22:52:56 2014] rtc_cmos 00:05: setting system clock to 2014-07-08 01:53:00 UTC (1404784380)
    [Mon Jul 7 22:52:56 2014] PM: Hibernation image not present or could not be loaded.
    [Mon Jul 7 22:52:56 2014] Freeing unused kernel memory: 1116K (ffffffff818df000 - ffffffff819f6000)
    [Mon Jul 7 22:52:56 2014] Write protecting the kernel read-only data: 8192k
    [Mon Jul 7 22:52:56 2014] Freeing unused kernel memory: 908K (ffff88000151d000 - ffff880001600000)
    [Mon Jul 7 22:52:56 2014] Freeing unused kernel memory: 404K (ffff88000179b000 - ffff880001800000)
    [Mon Jul 7 22:52:56 2014] random: systemd urandom read with 1 bits of entropy available
    [Mon Jul 7 22:52:56 2014] systemd[1]: Cannot add dependency job for unit local-fs.target, ignoring: Unit local-fs.target failed to load: No such file or directory.
    [Mon Jul 7 22:52:56 2014] systemd[1]: Cannot add dependency job for unit swap.target, ignoring: Unit swap.target failed to load: No such file or directory.
    [Mon Jul 7 22:52:56 2014] systemd[1]: Cannot add dependency job for unit systemd-journald-dev-log.socket, ignoring: Unit systemd-journald-dev-log.socket failed to load: No such file or directory.
    [Mon Jul 7 22:52:56 2014] systemd[1]: Cannot add dependency job for unit timers.target, ignoring: Unit timers.target failed to load: No such file or directory.
    [Mon Jul 7 22:52:56 2014] systemd[1]: Cannot add dependency job for unit paths.target, ignoring: Unit paths.target failed to load: No such file or directory.
    [Mon Jul 7 22:52:56 2014] systemd[1]: Cannot add dependency job for unit slices.target, ignoring: Unit slices.target failed to load: No such file or directory.
    [Mon Jul 7 22:52:56 2014] systemd-udevd[50]: starting version 214
    [Mon Jul 7 22:52:56 2014] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [Mon Jul 7 22:52:56 2014] serio: i8042 KBD port at 0x60,0x64 irq 1
    [Mon Jul 7 22:52:56 2014] serio: i8042 AUX port at 0x60,0x64 irq 12
    [Mon Jul 7 22:52:56 2014] [drm] Initialized drm 1.1.0 20060810
    [Mon Jul 7 22:52:56 2014] ACPI: bus type USB registered
    [Mon Jul 7 22:52:56 2014] usbcore: registered new interface driver usbfs
    [Mon Jul 7 22:52:56 2014] usbcore: registered new interface driver hub
    [Mon Jul 7 22:52:56 2014] usbcore: registered new device driver usb
    [Mon Jul 7 22:52:56 2014] SCSI subsystem initialized
    [Mon Jul 7 22:52:56 2014] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [Mon Jul 7 22:52:56 2014] uhci_hcd: USB Universal Host Controller Interface driver
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.0: detected 2 ports
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.0: irq 20, io base 0x0000bf80
    [Mon Jul 7 22:52:56 2014] hub 1-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 1-0:1.0: 2 ports detected
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.1: detected 2 ports
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.1: irq 21, io base 0x0000bf60
    [Mon Jul 7 22:52:56 2014] ehci-pci: EHCI PCI platform driver
    [Mon Jul 7 22:52:56 2014] hub 2-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 2-0:1.0: 2 ports detected
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.2: detected 2 ports
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.2: irq 22, io base 0x0000bf40
    [Mon Jul 7 22:52:56 2014] hub 3-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 3-0:1.0: 2 ports detected
    [Mon Jul 7 22:52:56 2014] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [Mon Jul 7 22:52:56 2014] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 4
    [Mon Jul 7 22:52:56 2014] ehci-pci 0000:00:1d.7: debug port 1
    [Mon Jul 7 22:52:56 2014] [drm] radeon kernel modesetting enabled.
    [Mon Jul 7 22:52:56 2014] checking generic (d0000000 760000) vs hw (d0000000 10000000)
    [Mon Jul 7 22:52:56 2014] fb: switching to radeondrmfb from VESA VGA
    [Mon Jul 7 22:52:56 2014] Console: switching to colour dummy device 80x25
    [Mon Jul 7 22:52:56 2014] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    [Mon Jul 7 22:52:56 2014] ehci-pci 0000:00:1d.7: irq 20, io mem 0xffa80000
    [Mon Jul 7 22:52:56 2014] [drm] initializing kernel modesetting (RV515 0x1002:0x7145 0x1028:0x2002).
    [Mon Jul 7 22:52:56 2014] [drm] register mmio base: 0xEFDF0000
    [Mon Jul 7 22:52:56 2014] [drm] register mmio size: 65536
    [Mon Jul 7 22:52:56 2014] ATOM BIOS: ATI
    [Mon Jul 7 22:52:56 2014] [drm] Generation 2 PCI interface, using max accessible memory
    [Mon Jul 7 22:52:56 2014] radeon 0000:01:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (128M used)
    [Mon Jul 7 22:52:56 2014] radeon 0000:01:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
    [Mon Jul 7 22:52:56 2014] [drm] Detected VRAM RAM=256M, BAR=256M
    [Mon Jul 7 22:52:56 2014] [drm] RAM width 64bits DDR
    [Mon Jul 7 22:52:56 2014] libata version 3.00 loaded.
    [Mon Jul 7 22:52:56 2014] [TTM] Zone kernel: Available graphics memory: 1026556 kiB
    [Mon Jul 7 22:52:56 2014] [TTM] Initializing pool allocator
    [Mon Jul 7 22:52:56 2014] [TTM] Initializing DMA pool allocator
    [Mon Jul 7 22:52:56 2014] [drm] radeon: 128M of VRAM memory ready
    [Mon Jul 7 22:52:56 2014] [drm] radeon: 512M of GTT memory ready.
    [Mon Jul 7 22:52:56 2014] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [Mon Jul 7 22:52:56 2014] [drm] radeon: power management initialized
    [Mon Jul 7 22:52:56 2014] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [Mon Jul 7 22:52:56 2014] hub 4-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 4-0:1.0: 8 ports detected
    [Mon Jul 7 22:52:56 2014] [drm] radeon: 1 quad pipes, 1 z pipes initialized.
    [Mon Jul 7 22:52:56 2014] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [Mon Jul 7 22:52:56 2014] radeon 0000:01:00.0: WB enabled
    [Mon Jul 7 22:52:56 2014] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000010000000 and cpu addr 0xffff8800370f4000
    [Mon Jul 7 22:52:56 2014] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [Mon Jul 7 22:52:56 2014] [drm] Driver supports precise vblank timestamp query.
    [Mon Jul 7 22:52:56 2014] [drm] radeon: irq initialized.
    [Mon Jul 7 22:52:56 2014] [drm] Loading R500 Microcode
    [Mon Jul 7 22:52:56 2014] [drm] radeon: ring at 0x0000000010001000
    [Mon Jul 7 22:52:56 2014] [drm] ring test succeeded in 10 usecs
    [Mon Jul 7 22:52:56 2014] [drm] ib test succeeded in 0 usecs
    [Mon Jul 7 22:52:56 2014] [drm] radeon atom DIG backlight initialized
    [Mon Jul 7 22:52:56 2014] [drm] Radeon Display Connectors
    [Mon Jul 7 22:52:56 2014] [drm] Connector 0:
    [Mon Jul 7 22:52:56 2014] [drm] VGA-1
    [Mon Jul 7 22:52:56 2014] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
    [Mon Jul 7 22:52:56 2014] [drm] Encoders:
    [Mon Jul 7 22:52:56 2014] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [Mon Jul 7 22:52:56 2014] [drm] Connector 1:
    [Mon Jul 7 22:52:56 2014] [drm] LVDS-1
    [Mon Jul 7 22:52:56 2014] [drm] DDC: 0x7e30 0x7e30 0x7e34 0x7e34 0x7e38 0x7e38 0x7e3c 0x7e3c
    [Mon Jul 7 22:52:56 2014] [drm] Encoders:
    [Mon Jul 7 22:52:56 2014] [drm] LCD1: INTERNAL_LVTM1
    [Mon Jul 7 22:52:56 2014] [drm] Connector 2:
    [Mon Jul 7 22:52:56 2014] [drm] SVIDEO-1
    [Mon Jul 7 22:52:56 2014] [drm] Encoders:
    [Mon Jul 7 22:52:56 2014] [drm] TV1: INTERNAL_KLDSCP_DAC2
    [Mon Jul 7 22:52:56 2014] [drm] Connector 3:
    [Mon Jul 7 22:52:56 2014] [drm] DVI-I-1
    [Mon Jul 7 22:52:56 2014] [drm] HPD1
    [Mon Jul 7 22:52:56 2014] [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
    [Mon Jul 7 22:52:56 2014] [drm] Encoders:
    [Mon Jul 7 22:52:56 2014] [drm] CRT2: INTERNAL_KLDSCP_DAC2
    [Mon Jul 7 22:52:56 2014] [drm] DFP1: INTERNAL_KLDSCP_TMDS1
    [Mon Jul 7 22:52:56 2014] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [Mon Jul 7 22:52:56 2014] hub 1-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 1-0:1.0: 2 ports detected
    [Mon Jul 7 22:52:56 2014] hub 2-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 2-0:1.0: 2 ports detected
    [Mon Jul 7 22:52:56 2014] hub 3-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 3-0:1.0: 2 ports detected
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.3: detected 2 ports
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.3: irq 23, io base 0x0000bf20
    [Mon Jul 7 22:52:56 2014] hub 5-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 5-0:1.0: 2 ports detected
    [Mon Jul 7 22:52:56 2014] ata_piix 0000:00:1f.2: version 2.13
    [Mon Jul 7 22:52:56 2014] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
    [Mon Jul 7 22:52:56 2014] scsi0 : ata_piix
    [Mon Jul 7 22:52:56 2014] scsi1 : ata_piix
    [Mon Jul 7 22:52:56 2014] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14
    [Mon Jul 7 22:52:56 2014] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15
    [Mon Jul 7 22:52:56 2014] ata2.00: ATAPI: CONY`DFDk/mRG DWmQe8A ` ` ` ` ` ` ` ` `, EDC2` `, max UDMA/33
    [Mon Jul 7 22:52:56 2014] ata1.00: ATA-7: SSDSA2SH032G1GN INTEL, 045C8860, max UDMA/133
    [Mon Jul 7 22:52:56 2014] ata1.00: 62500000 sectors, multi 8: LBA48 NCQ (depth 0/31)
    [Mon Jul 7 22:52:56 2014] ata1.00: configured for UDMA/133
    [Mon Jul 7 22:52:56 2014] scsi 0:0:0:0: Direct-Access ATA SSDSA2SH032G1GN 045C PQ: 0 ANSI: 5
    [Mon Jul 7 22:52:56 2014] ata2.00: configured for UDMA/33
    [Mon Jul 7 22:52:57 2014] usb 4-1: new high-speed USB device number 2 using ehci-pci
    [Mon Jul 7 22:52:57 2014] hub 4-1:1.0: USB hub found
    [Mon Jul 7 22:52:57 2014] hub 4-1:1.0: 4 ports detected
    [Mon Jul 7 22:52:57 2014] [drm] fb mappable at 0xD00C0000
    [Mon Jul 7 22:52:57 2014] [drm] vram apper at 0xD0000000
    [Mon Jul 7 22:52:57 2014] [drm] size 9216000
    [Mon Jul 7 22:52:57 2014] [drm] fb depth is 24
    [Mon Jul 7 22:52:57 2014] [drm] pitch is 7680
    [Mon Jul 7 22:52:57 2014] fbcon: radeondrmfb (fb0) is primary device
    [Mon Jul 7 22:52:57 2014] Console: switching to colour frame buffer device 240x75
    [Mon Jul 7 22:52:57 2014] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
    [Mon Jul 7 22:52:57 2014] radeon 0000:01:00.0: registered panic notifier
    [Mon Jul 7 22:52:57 2014] [drm] Initialized radeon 2.38.0 20080528 for 0000:01:00.0 on minor 0
    [Mon Jul 7 22:53:18 2014] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
    [Mon Jul 7 22:53:18 2014] scsi 1:0:0:0: CDB:
    [Mon Jul 7 22:53:18 2014] cdb[0]=0x12: 12 00 00 00 60 00
    [Mon Jul 7 22:53:18 2014] ata2.00: cmd a0/01:00:00:60:00/00:00:00:00:00/a0 tag 2 dma 96 in
    res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [Mon Jul 7 22:53:18 2014] ata2.00: status: { DRDY }
    [Mon Jul 7 22:53:23 2014] ata2: link is slow to respond, please be patient (ready=0)
    [Mon Jul 7 22:53:27 2014] sd 0:0:0:0: [sda] 62500000 512-byte logical blocks: (32.0 GB/29.8 GiB)
    [Mon Jul 7 22:53:27 2014] sd 0:0:0:0: [sda] Write Protect is off
    [Mon Jul 7 22:53:27 2014] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [Mon Jul 7 22:53:27 2014] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [Mon Jul 7 22:53:27 2014] sda: sda1 sda2 sda3 sda4
    [Mon Jul 7 22:53:27 2014] sd 0:0:0:0: [sda] Attached SCSI disk
    [Mon Jul 7 22:53:28 2014] ata2: device not ready (errno=-16), forcing hardreset
    [Mon Jul 7 22:53:28 2014] ata2: soft resetting link
    [Mon Jul 7 22:53:28 2014] ata2.00: model number mismatch 'CONY`DFDk/mRG DWmQe8A ` ` ` ` ` ` ` ` `' != 'SO^YpDVD{/}RW TW}Qu8Q p p p p p p p p p'
    [Mon Jul 7 22:53:28 2014] ata2.00: revalidation failed (errno=-19)
    [Mon Jul 7 22:53:28 2014] ata2.00: limiting speed to UDMA/33:PIO3
    [Mon Jul 7 22:53:33 2014] ata2: soft resetting link
    [Mon Jul 7 22:53:33 2014] ata2.00: model number mismatch 'CONY`DFDk/mRG DWmQe8A ` ` ` ` ` ` ` ` `' != 'SO^YpDVD{/}RW TW}Qu8Q p p p p p p p p p'
    [Mon Jul 7 22:53:33 2014] ata2.00: revalidation failed (errno=-19)
    [Mon Jul 7 22:53:33 2014] ata2.00: disabled
    [Mon Jul 7 22:53:38 2014] ata2: soft resetting link
    [Mon Jul 7 22:53:38 2014] ata2.00: ATAPI: CONY`DFDk/mRG DWmQe8A ` ` ` ` ` ` ` ` `, EDC2` `, max UDMA/33
    [Mon Jul 7 22:53:38 2014] ata2.00: model number mismatch 'CONY`DFDk/mRG DWmQe8A ` ` ` ` ` ` ` ` `' != 'SO^YpDVD{/}RW TW}Qu8Q p p p p p p p p p'
    [Mon Jul 7 22:53:38 2014] ata2.00: revalidation failed (errno=-19)
    [Mon Jul 7 22:53:38 2014] ata2.00: limiting speed to UDMA/33:PIO3
    [Mon Jul 7 22:53:43 2014] ata2: soft resetting link
    [Mon Jul 7 22:53:44 2014] ata2.00: model number mismatch 'CONY`DFDk/mRG DWmQe8A ` ` ` ` ` ` ` ` `' != 'SO^YpDVD{/}RW TW}Qu8Q p p p p p p p p p'
    [Mon Jul 7 22:53:44 2014] ata2.00: revalidation failed (errno=-19)
    [Mon Jul 7 22:53:44 2014] ata2.00: disabled
    [Mon Jul 7 22:53:44 2014] ata2: EH complete
    [Mon Jul 7 22:53:44 2014] scsi scan: 96 byte inquiry failed. Consider BLIST_INQUIRY_36 for this device
    [Mon Jul 7 22:53:44 2014] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [Mon Jul 7 22:53:44 2014] EXT4-fs (sda3): re-mounted. Opts: data=ordered
    [Mon Jul 7 22:53:44 2014] systemd-udevd[150]: starting version 214
    [Mon Jul 7 22:53:44 2014] ACPI: acpi_idle registered with cpuidle
    [Mon Jul 7 22:53:44 2014] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [Mon Jul 7 22:53:44 2014] ACPI: Battery Slot [BAT0] (battery present)
    [Mon Jul 7 22:53:44 2014] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    [Mon Jul 7 22:53:44 2014] ACPI: AC Adapter [AC] (on-line)
    [Mon Jul 7 22:53:44 2014] acpi device:2d: registered as cooling_device2
    [Mon Jul 7 22:53:44 2014] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:2a/LNXVIDEO:00/input/input2
    [Mon Jul 7 22:53:44 2014] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
    [Mon Jul 7 22:53:44 2014] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
    [Mon Jul 7 22:53:44 2014] ACPI: Lid Switch [LID]
    [Mon Jul 7 22:53:44 2014] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
    [Mon Jul 7 22:53:44 2014] ACPI: Power Button [PBTN]
    [Mon Jul 7 22:53:44 2014] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
    [Mon Jul 7 22:53:44 2014] ACPI: Sleep Button [SBTN]
    [Mon Jul 7 22:53:44 2014] wmi: Mapper loaded
    [Mon Jul 7 22:53:44 2014] thermal LNXTHERM:00: registered as thermal_zone0
    [Mon Jul 7 22:53:44 2014] ACPI: Thermal Zone [THM] (25 C)
    [Mon Jul 7 22:53:44 2014] intel_rng: FWH not detected
    [Mon Jul 7 22:53:44 2014] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [Mon Jul 7 22:53:44 2014] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
    [Mon Jul 7 22:53:44 2014] leds_ss4200: no LED devices found
    [Mon Jul 7 22:53:44 2014] sound hdaudioC0D0: autoconfig: line_outs=3 (0xf/0xe/0x11/0x0/0x0) type:speaker
    [Mon Jul 7 22:53:44 2014] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [Mon Jul 7 22:53:44 2014] sound hdaudioC0D0: hp_outs=1 (0xd/0x0/0x0/0x0/0x0)
    [Mon Jul 7 22:53:44 2014] sound hdaudioC0D0: mono: mono_out=0x0
    [Mon Jul 7 22:53:44 2014] sound hdaudioC0D0: dig-out=0x9/0x0
    [Mon Jul 7 22:53:44 2014] sound hdaudioC0D0: inputs:
    [Mon Jul 7 22:53:44 2014] sound hdaudioC0D0: Mic=0x10
    [Mon Jul 7 22:53:44 2014] microcode: CPU0 sig=0x6f6, pf=0x20, revision=0xc7
    [Mon Jul 7 22:53:44 2014] microcode: CPU1 sig=0x6f6, pf=0x20, revision=0xc7
    [Mon Jul 7 22:53:44 2014] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [Mon Jul 7 22:53:44 2014] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [Mon Jul 7 22:53:44 2014] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [Mon Jul 7 22:53:44 2014] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [Mon Jul 7 22:53:44 2014] ssb: Found chip with id 0x4401, rev 0x02 and package 0x00
    [Mon Jul 7 22:53:44 2014] ssb: Core 0 found: Fast Ethernet (cc 0x806, rev 0x07, vendor 0x4243)
    [Mon Jul 7 22:53:44 2014] ssb: Core 1 found: V90 (cc 0x807, rev 0x03, vendor 0x4243)
    [Mon Jul 7 22:53:44 2014] ssb: Core 2 found: PCI (cc 0x804, rev 0x0A, vendor 0x4243)
    [Mon Jul 7 22:53:44 2014] kvm: disabled by bios
    [Mon Jul 7 22:53:44 2014] input: Dell WMI hotkeys as /devices/virtual/input/input9
    [Mon Jul 7 22:53:44 2014] iTCO_vendor_support: vendor-support=0
    [Mon Jul 7 22:53:44 2014] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [Mon Jul 7 22:53:44 2014] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x1060)
    [Mon Jul 7 22:53:44 2014] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [Mon Jul 7 22:53:44 2014] gpio_ich: GPIO from 206 to 255 on gpio_ich
    [Mon Jul 7 22:53:44 2014] ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
    [Mon Jul 7 22:53:44 2014] b44: Broadcom 44xx/47xx 10/100 PCI ethernet driver version 2.0
    [Mon Jul 7 22:53:44 2014] b44 ssb0:0 eth0: Broadcom 44xx/47xx 10/100 PCI ethernet driver 00:15:c5:4b:f3:24
    [Mon Jul 7 22:53:45 2014] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: data=ordered
    [Mon Jul 7 22:53:45 2014] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
    [Mon Jul 7 22:53:45 2014] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [Mon Jul 7 22:53:45 2014] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.2, id: 0xfa0b1, caps: 0xa04713/0x200000/0x0, board id: 3655, fw id: 128333
    [Mon Jul 7 22:53:45 2014] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
    [Mon Jul 7 22:53:45 2014] mousedev: PS/2 mouse device common for all mice
    [Mon Jul 7 22:53:46 2014] random: nonblocking pool is initialized
    [Mon Jul 7 22:53:48 2014] b44 ssb0:0 eth0: Link is up at 100 Mbps, full duplex
    [Mon Jul 7 22:53:48 2014] b44 ssb0:0 eth0: Flow control is off for TX and off for RX
    [Mon Jul 7 22:53:48 2014] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [Mon Jul 7 23:11:28 2014] b44 ssb0:0 eth0: Link is down
    [Mon Jul 7 23:12:19 2014] b44 ssb0:0 eth0: Link is up at 100 Mbps, full duplex
    [Mon Jul 7 23:12:19 2014] b44 ssb0:0 eth0: Flow control is off for TX and off for RX
    [Mon Jul 7 23:12:54 2014] PM: Syncing filesystems ... done.
    [Mon Jul 7 23:12:54 2014] PM: Preparing system for mem sleep
    [Mon Jul 7 23:12:55 2014] Freezing user space processes ... (elapsed 0.047 seconds) done.
    [Mon Jul 7 23:12:55 2014] Freezing remaining freezable tasks ... (elapsed 0.000 seconds) done.
    [Mon Jul 7 23:12:55 2014] PM: Entering mem sleep
    [Mon Jul 7 23:12:55 2014] Suspending console(s) (use no_console_suspend to debug)
    [Mon Jul 7 23:12:55 2014] b44 ssb0:0 eth0: powering down PHY
    [Mon Jul 7 23:12:55 2014] sd 0:0:0:0: [sda] Synchronizing SCSI cache
    [Mon Jul 7 23:12:55 2014] sd 0:0:0:0: [sda] Stopping disk
    [Mon Jul 7 23:12:55 2014] PM: suspend of devices complete after 393.015 msecs
    [Mon Jul 7 23:12:55 2014] PM: late suspend of devices complete after 0.713 msecs
    [Mon Jul 7 23:12:55 2014] ehci-pci 0000:00:1d.7: System wakeup enabled by ACPI
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.3: System wakeup enabled by ACPI
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.2: System wakeup enabled by ACPI
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.1: System wakeup enabled by ACPI
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.0: System wakeup enabled by ACPI
    [Mon Jul 7 23:12:55 2014] PM: noirq suspend of devices complete after 15.766 msecs
    [Mon Jul 7 23:12:55 2014] ACPI: Preparing to enter system sleep state S3
    [Mon Jul 7 23:12:55 2014] PM: Saving platform NVS memory
    [Mon Jul 7 23:12:55 2014] Disabling non-boot CPUs ...
    [Mon Jul 7 23:12:55 2014] smpboot: CPU 1 is now offline
    [Mon Jul 7 23:12:55 2014] ACPI: Low-level resume complete
    [Mon Jul 7 23:12:55 2014] PM: Restoring platform NVS memory
    [Mon Jul 7 23:12:55 2014] Enabling non-boot CPUs ...
    [Mon Jul 7 23:12:55 2014] x86: Booting SMP configuration:
    [Mon Jul 7 23:12:55 2014] smpboot: Booting Node 0 Processor 1 APIC 0x1
    [Mon Jul 7 23:12:55 2014] CPU1 is up
    [Mon Jul 7 23:12:55 2014] ACPI: Waking up from system sleep state S3
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.0: System wakeup disabled by ACPI
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.1: System wakeup disabled by ACPI
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.3: System wakeup disabled by ACPI
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.2: System wakeup disabled by ACPI
    [Mon Jul 7 23:12:55 2014] ehci-pci 0000:00:1d.7: System wakeup disabled by ACPI
    [Mon Jul 7 23:12

    I think that it is something wrong with kernel and graphic drivers but i'm not able to solve it from the beginning of using of Arch by me.
    I'm not so sure this issue is software-related only because in my case it seems the laptop screen enters power-saving mode (10-min timeout) on its own without any events logged (as shown by dmesg) so my next thought was OK, I'm going to get rid of this issue disabling the screen power-saving timeout in the BIOS and set it to never power down or something like that and from then on managing power mode manually; ie: when I want to power down I will just use systemctl suspend/hibernate which work fine ... problem is: there are no related options in my BIOS for such timeout.
    The only timeouts I have are in /etc/systemd/logind.conf set to 30min (#IdleActionSec) (commented) by default so these are not in effect because the screens goes blank after 10m which is less than the (default) 30m in logind. Maybe setting loggind to 9m (un-commented) to catch the event before the machine-default one ?
    IdleActionSec=9min
    IdleAction=suspend
    Will check it and report back.

  • Booting problems with systemd, lvm, linux-ck-corex

    Hi everyone,
    since Friday I got some complications while booting my system.
    I use systemd, pulseaudio, bluez, network-manger, gnome and gdm as login manager.
    Every partition (root, home) without the boot and crypted swap partition is within a lvm volume group.
    Xserver with gdm starts but the login mask does not appear. (only the background, mousepointer, topbar with clock, energy etc. are shown)
    Switching to the getty2 works, but after typing username and password, nothing happens.
    Only some messages from systemd are poping up, saying it couldn't mount my home partition (timeout).
    That explains why I couldn't login.
    Shutting down the system via the powerkey works.
    Starting via a system rescue disk, mounting everything (including my home partition) and chrooting works fine.
    Journalctl shows that there are more problems.
    The network-manager times out.
    Gnome-shell with consolekit-daemon and Pulseaudio fails to communicate with bluez over the dbus.
    Some version information of the listed packages:
    % pacman -Qii pulseaudio systemd gnome-shell dbus networkmanager bluez consolekit
    Name : pulseaudio
    Version : 2.1-1
    URL : http://www.freedesktop.org/wiki/Software/PulseAudio
    Licenses : GPL LGPL
    Groups : None
    Provides : None
    Depends On : libpulse=2.1-1 rtkit libltdl speex tdb udev fftw orc libsamplerate webrtc-audio-processing libsystemd
    Optional Deps : avahi: zeroconf support
    bluez: bluetooth support
    gconf: configuration through gconf (paprefs)
    jack: jack support
    lirc-utils: infra-red support
    openssl: RAOP support
    python2-pyqt: Equalizer GUI (qpaeq)
    Required By : gnome-settings-daemon paprefs pulseaudio-alsa
    Conflicts With : None
    Replaces : None
    Installed Size : 5412.00 KiB
    Packager : Jan Alexander Steffens (heftig) <[email protected]>
    Architecture : x86_64
    Build Date : Thu Jul 19 21:18:15 2012
    Install Date : Fri Jul 20 12:02:20 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : A featureful, general-purpose sound server
    Backup Files:
    UNMODIFIED /etc/pulse/daemon.conf
    UNMODIFIED /etc/pulse/default.pa
    UNMODIFIED /etc/pulse/system.pa
    Name : systemd
    Version : 188-2
    URL : http://www.freedesktop.org/wiki/Software/systemd
    Licenses : GPL2 LGPL2.1 MIT
    Groups : None
    Provides : None
    Depends On : acl dbus-core libsystemd=188 kmod libcap pam systemd-tools=188 util-linux xz
    Optional Deps : initscripts: legacy support for hostname and vconsole setup
    initscripts-systemd: legacy generator for initialization scripts
    python2-cairo: systemd-analyze
    python2-dbus: systemd-analyze
    systemd-arch-units: collection of native unit files for Arch daemon/init scripts
    systemd-sysvcompat: symlink package to provide sysvinit binaries
    Required By : systemd-arch-units
    Conflicts With : None
    Replaces : None
    Installed Size : 4720.00 KiB
    Packager : Dave Reisner <[email protected]>
    Architecture : x86_64
    Build Date : Sat Aug 11 01:17:44 2012
    Install Date : Mon Aug 13 20:15:27 2012
    Install Reason : Installed as a dependency for another package
    Install Script : Yes
    Description : system and service manager
    Backup Files:
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.systemd1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.hostname1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.login1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.locale1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.timedate1.conf
    UNMODIFIED /etc/systemd/system.conf
    UNMODIFIED /etc/systemd/user.conf
    UNMODIFIED /etc/systemd/logind.conf
    UNMODIFIED /etc/systemd/journald.conf
    Name : gnome-shell
    Version : 3.4.2-1
    URL : http://live.gnome.org/GnomeShell
    Licenses : GPL2
    Groups : gnome
    Provides : None
    Depends On : caribou folks gcr gjs gnome-bluetooth gnome-desktop gnome-menus libcroco libpulse mutter nautilus networkmanager telepathy-logger
    telepathy-mission-control unzip
    Optional Deps : network-manager-applet: shell integration for networkmanager
    Required By : gnome-shell-extension-user-theme
    Conflicts With : None
    Replaces : None
    Installed Size : 6064.00 KiB
    Packager : Ionut Biru <[email protected]>
    Architecture : x86_64
    Build Date : Sat Jul 21 21:27:55 2012
    Install Date : Sun Jul 22 20:51:39 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : The next generation GNOME Shell
    Backup Files:
    (none)
    Name : dbus
    Version : 1.6.4-1
    URL : http://www.freedesktop.org/Software/dbus
    Licenses : GPL custom
    Groups : None
    Provides : None
    Depends On : dbus-core>=1.6.4 libx11
    Optional Deps : None
    Required By : avahi qt rtkit xfconf
    Conflicts With : None
    Replaces : None
    Installed Size : 68.00 KiB
    Packager : Andreas Radke <[email protected]>
    Architecture : x86_64
    Build Date : Sat Jul 21 13:15:36 2012
    Install Date : Sat Jul 21 14:30:09 2012
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Description : Freedesktop.org message bus system
    Backup Files:
    (none)
    Name : networkmanager
    Version : 0.9.4.0-6
    URL : http://www.gnome.org/projects/NetworkManager/
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : dbus-glib iproute2 libnl nss polkit udev wpa_supplicant ppp dhcpcd libsoup
    Optional Deps : modemmanager: for modem management service
    dhclient: alternative DHCP/DHCPv6 client
    iptables: Connection sharing
    dnsmasq: Connection sharing
    bluez: Bluetooth support
    openresolv: openresolv support
    Required By : cnetworkmanager empathy gnome-shell libsocialweb network-manager-applet networkmanager-dispatcher-netfs networkmanager-dispatcher-ntpd
    networkmanager-dispatcher-openntpd networkmanager-openconnect networkmanager-openvpn networkmanager-pptp networkmanager-vpnc tracker
    Conflicts With : None
    Replaces : None
    Installed Size : 5232.00 KiB
    Packager : Jan Alexander Steffens (heftig) <[email protected]>
    Architecture : x86_64
    Build Date : Fri Jun 15 21:21:11 2012
    Install Date : Sat Aug 11 10:07:19 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : Network Management daemon
    Backup Files:
    MODIFIED /etc/NetworkManager/NetworkManager.conf
    Name : bluez
    Version : 4.101-1
    URL : http://www.bluez.org/
    Licenses : GPL2
    Groups : None
    Provides : bluez-libs bluez-utils
    Depends On : dbus-core python2 systemd-tools
    Optional Deps : gstreamer0.10-base: bluetooth GStreamer support
    alsa-lib: Audio bluetooth devices support
    dbus-python: to run bluez-simple-agent
    pygobject: to run bluez-simple-agent
    libusb-compat: USB adapters support
    cups: CUPS backend
    Required By : blueman gvfs-obexftp kismet obexd-client openobex pilot-link qemu-kvm
    Conflicts With : bluez-libs bluez-utils
    Replaces : bluez-libs bluez-utils
    Installed Size : 3452.00 KiB
    Packager : Tom Gundersen <[email protected]>
    Architecture : x86_64
    Build Date : Sat Jun 23 13:02:36 2012
    Install Date : Sat Aug 11 11:01:04 2012
    Install Reason : Explicitly installed
    Install Script : No
    Description : Libraries and tools for the Bluetooth protocol stack
    Backup Files:
    UNMODIFIED /etc/bluetooth/main.conf
    UNMODIFIED /etc/bluetooth/rfcomm.conf
    MODIFIED /etc/bluetooth/audio.conf
    UNMODIFIED /etc/bluetooth/network.conf
    UNMODIFIED /etc/bluetooth/input.conf
    UNMODIFIED /etc/bluetooth/serial.conf
    UNMODIFIED /etc/conf.d/bluetooth
    UNMODIFIED /etc/dbus-1/system.d/bluetooth.conf
    Name : consolekit
    Version : 0.4.6-4
    URL : http://www.freedesktop.org/wiki/Software/ConsoleKit
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : polkit zlib libx11 dbus-glib
    Optional Deps : None
    Required By : gdm gnome-session slim xfce4-session
    Conflicts With : None
    Replaces : None
    Installed Size : 720.00 KiB
    Packager : Dave Reisner <[email protected]>
    Architecture : x86_64
    Build Date : Sun May 27 06:29:53 2012
    Install Date : Fri Jun 1 19:13:35 2012
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Description : A framework for defining and tracking users, login sessions, and seats
    Backup Files:
    (none)
    And the version of all the other packages:
    % pacman -Q
    3to2-hg 1.0-1
    a52dec 0.7.4-6
    aalib 1.4rc5-9
    abs 2.4.3-2
    accountsservice 0.6.22-1
    acl 2.2.51-2
    acpi 1.6-1
    acpid 2.0.16-3
    acroread 9.5.1-2
    acsccid 1.0.2-3
    activity-log-manager 0.9.4-1
    adns 1.4-3
    adobe-air 2.1-1
    adobe-air-sdk 2.6-2
    aisleriot 3.2.2-1
    akonadi 1.8.0-1
    alfont 2.0.9-6
    allegro 5.0.7-1
    allegro4 4.4.2-2
    alleyoop 0.9.8-2
    alsa-firmware 1.0.25-2
    alsa-lib 1.0.25-1
    alsa-oss 1.0.25-1
    alsa-plugins 1.0.25-2
    alsa-utils 1.0.25-3
    anjuta 3.4.4-1
    antiword 0.37-3
    apache 2.2.22-4
    apache-ant 1.8.4-1
    apg 2.2.3-3
    apiextractor 0.10.10-1
    apr 1.4.6-1
    apr-util 1.4.1-1
    aptana-studio 3.2.1-1
    aqsis 1.8.1-1
    archlinux-keyring 20120812-1
    argyllcms 1.4.0-4
    aria2 1.15.1-2
    art-sharp 2.24.2-2
    artwiz-fonts 1.3-7
    aspell 0.60.6.1-1
    aspell-de 20120607-1
    aspell-en 7.1-2
    at-spi 1.32.0-5
    at-spi2-atk 2.4.0-1
    at-spi2-core 2.4.2-1
    atk 2.4.0-1
    atkmm 2.22.6-1
    attica 0.4.0-1
    attr 2.4.46-2
    audacity 2.0.1-2
    aurvote 1.3-1
    autoconf 2.69-1
    autoconf2.13 2.13-2
    autofs 5.0.6-3
    autogen 5.15-1
    automake 1.12.2-1
    automoc4 0.9.88-3
    autopano-sift-c 2.5.1-3
    avahi 0.6.31-3
    avidemux-cli 2.5.6-3
    avidemux-gtk 2.5.6-3
    avidemux-qt 2.5.6-3
    avifile 0.7.45-8
    babl 0.1.10-1
    banshee 2.4.1-1
    baobab 3.4.1-2
    bash 4.2.037-1
    bash-completion 2.0-2
    bc 1.06-8
    beep 1.3-2
    bin32-flashplayer-standalone 11.2.202.236-2
    bin32-google-earth 6.0.3.2197-1
    binutils-multilib 2.22-8
    bison 2.6.2-1
    blas 3.4.1-1
    bleachbit 0.9.3-1
    blender 4:2.64-2
    bluefish 2.2.3-1
    blueman 1.23-4
    bluez 4.101-1
    bogofilter 1.2.2-4
    boo 0.9.4.9-2
    boost 1.50.0-2
    boost-libs 1.50.0-2
    brasero 3.4.1-1
    brltty 4.3-5
    bsdiff 4.3-7
    bullet 2.80-1
    bullet-docs 2.80-1
    bzip2 1.0.6-4
    bzr 2.5.1-1
    c-ares 1.9.0-1
    ca-certificates 20120623-1
    ca-certificates-java 20120608-1
    cabal-install 0.14.0-2
    cabextract 1.4-2
    cairo 1.12.2-2
    cairo-perl 1.082-2
    cairomm 1.10.0-2
    calibre 0.8.64-1
    cantarell-fonts 0.0.8-1
    caribou 0.4.2-1
    catdoc 0.94.3-1
    ccid 1.4.7-1
    cdparanoia 10.2-4
    cdrdao 1.2.3-6
    cdrkit 1.1.11-2
    cfitsio 3.310-1
    cheese 3.4.2-1
    cherrytree 0.26-1
    chmlib 0.40-3
    chromium 21.0.1180.75-1
    chromium-pepper-flash 11.3.31.307-1
    chrpath 0.13-3
    cifs-utils 5.6-2
    cksfv 1.3.14-2
    clamav 0.97.5-2
    clang 3.1-4
    clang-analyzer 3.1-4
    claws-mail 3.8.1-1
    claws-mail-extra-plugins 3.8.1-1
    cloog 0.17.0-2
    clutter 1.10.6-1
    clutter-gst 1.6.0-1
    clutter-gtk 1.2.0-1
    cmake 2.8.9-1
    cnetworkmanager 0.21.1-3
    codeblocks 10.05-2
    cogl 1.10.4-1
    colord 0.1.21-2
    compositeproto 0.4.2-2
    consolekit 0.4.6-4
    coolreader 3.0.56-1
    coreutils 8.17-3
    cpio 2.11-3
    cpufrequtils 008-2
    crack-attack 1.1.14-6
    crack-attack-sounds 1.1.14-4
    cracklib 2.8.18-2
    crafty 23.4-2
    crayonphysicsdeluxe 55_3-3
    crda 1.1.2-3
    cronie 1.4.8-3
    cross-arm-elf-binutils 2.21-2
    cross-arm-elf-gcc-base 4.6.0-1
    cryptsetup 1.5.0-1
    csfml 1.99.git20120504-1
    ctags 5.8-3
    cups 1.6.1-4
    cups-filters 1.0.20-1
    cups-pdf 2.6.1-1
    cups-pk-helper 0.2.2-1
    curl 7.27.0-1
    curlftpfs 0.9.2-4
    cvs 1.11.23-8
    d-feet 0.1.14-2
    damageproto 1.2.1-2
    dash 0.5.7-2
    dasher 4.10.1-3
    db 5.3.21-1
    dbus 1.6.4-1
    dbus-core 1.6.4-1
    dbus-glib 0.100-1
    dbus-sharp 0.7.0-4
    dbus-sharp-glib 0.5.0-4
    dconf 0.12.1-2
    deb2targz 0.1-3
    deja-dup 22.1-1
    desktop-file-utils 0.20-1
    devede 3.22.0-2
    devhelp 3.4.1-1
    device-mapper 2.02.96-3
    dfhack-git 20120613-1
    dhclient 4.2.4.1-1
    dhcp 4.2.4.1-1
    dhcpcd 5.5.6-1
    dia 0.97.2-3
    dialog 1.1_20120706-1
    diffstat 1.55-1
    diffutils 3.2-1
    dirmngr 1.1.0-4
    django 1.4.1-1
    django-classy-tags 0.3.4.1-1
    django-cms 2.2-1
    django-mptt 0.5.1-1
    django-sekizai 0.5-1
    djvulibre 3.5.24-3
    dkms 2.2.0.3-11
    dmxproto 2.3.1-2
    dnsmasq 2.62-1
    dnssec-anchors 20120422-1
    dnsutils 9.9.1.P2-1
    docbook-xml 4.5-5
    docbook-xsl 1.77.1-2
    dosbox 0.74-3
    dosfstools 3.0.12-1
    dotconf 1.3-3
    doxygen 1.8.1.2-1
    dri2proto 2.8-1
    dropbox-experimental 1.5.10-1
    duplicity 0.6.19-1
    dvd+rw-tools 7.1-4
    dvdauthor 0.7.0-4
    dvgrab 3.5-4
    dwarffortress 0.34.11-1
    dwarffortress-ironhand 0.73-4
    dwarftherapist-hg 571-1
    e2fsprogs 1.42.4-1
    easytag 2.1.7-2
    eclipse 4.2-1
    eclipse-cdt 8.1.0-2
    eclipse-ecj 3.7.1-1
    eclipse-mylyn 3.8.1-1
    eclipse-pydev 2.6.0-1
    eclipse-qt-eclipse-integration-bin 1.6.1-2
    eclipse-subclipse 1.8.14-1
    eigen2 2.0.17-1
    eject 2.1.5-7
    ekiga 3.3.2-6
    elfutils 0.154-1
    emacs 24.1-2
    empathy 3.4.2.3-1
    enblend-enfuse 4.0-6
    enca 1.13-2
    enchant 1.6.0-4
    engine_pkcs11 0.1.8-2
    enscript 1.6.5.2-2
    eog 3.4.3-1
    eog-plugins 3.4.1-1
    epiphany 3.4.3-1
    epydoc 3.0.1-2
    eric 5.2.4-1
    eric-plugins 5.1.0-1
    eric4 4.5.5-1
    eric4-plugins 4.4.4a-1
    eventlog 0.2.12-3
    evince 3.4.0-1
    evolution 3.4.3-1
    evolution-data-server 3.4.3-1
    evolution-exchange 3.4.3-1
    exempi 2.2.0-1
    exiv2 0.23-1
    exo 0.8.0-1
    expac 1-1
    expat 2.1.0-1
    extundelete 0.2.0-2
    faac 1.28-4
    faad2 2.7-3
    fakeroot 1.18.4-1
    farstream 0.1.2-1
    fb-client 1.0.4-1
    fbreader 0.99.1-1
    fcrackzip 1.0-3
    festival 2.1-3
    ffmpeg 1:0.11.1-1
    ffmpeg-compat 20120509-1
    fftw 3.3.2-1
    file 5.11-1
    file-roller 3.4.2-1
    filesystem 2012.7-1
    filezilla 3.5.3-1
    findutils 4.4.2-4
    firefox 14.0.1-1
    firefox-i18n 14.0.1-1
    firefox-i18n-de 14.0.1-1
    firefox-nightly 17.0a1-1
    fixesproto 5.0-2
    flac 1.2.1-3
    flasher 3.5_2.5.2.2-2
    flashplugin 11.2.202.236-1
    flex 2.5.37-1
    fltk 1.3.0-3
    fltk-docs 1.3.0-3
    fltk-games 1.3.0-3
    fluidsynth 1.1.5-2
    folks 0.6.9-2
    font-bh-ttf 1.0.1-2
    font-bitstream-speedo 1.0.1-2
    font-misc-ethiopic 1.0.1-2
    font-misc-meltho 1.0.1-2
    fontconfig 2.8.0-2
    fontsproto 2.1.2-1
    foomatic-db 1:4.0.17_20120712-1
    foomatic-db-engine 1:4.0.17_20120712-1
    foomatic-db-nonfree 1:4.0.17_20120712-1
    foomatic-filters 1:4.0.17_20120712-1
    fortune-mod 1.99.1-5
    fortune-mod-chucknorris 1-3
    fortune-mod-discworld 0-2
    fortune-mod-ferengi_rules_of_acquisition 20080318-1
    fortune-mod-futurama 0.2-4
    fortune-mod-himym 0.3-3
    fortune-mod-hitchhiker 20050611-1
    fortune-mod-house 20100911-1
    fortune-mod-matrix 20091124-1
    fortune-mod-misfits 0.1-2
    fortune-mod-montypython 20091124-1
    fortune-mod-simpsons-chalkboard 0-2
    fortune-mod-southpark 20100911-1
    fortune-mod-tbbt 0.5-1
    fortune-mod-the-godfather 3.0-2
    fox 1.6.46-1
    freeglut 2.8.0-1
    freeimage 3.15.3-1
    freemind 0.9.0-2
    freenet 0.7.5-1
    freetype2 2.4.10-1
    frei0r-plugins 1.3-3
    fretsonfire 1.3.110-7
    fribidi 0.19.2-2
    ftgl 2.1.3rc5-3
    ftjam 2.5.3rc2-3
    fuse 2.9.1-1
    fuseiso 20070708-4
    fwbuilder 5.1.0.3599-2
    gadmin-samba 0.3.3-1
    gambas3-devel 3.2.1-4
    gambas3-examples 3.2.1-4
    gambas3-gb-cairo 3.2.1-4
    gambas3-gb-chart 3.2.1-4
    gambas3-gb-compress 3.2.1-4
    gambas3-gb-crypt 3.2.1-4
    gambas3-gb-db 3.2.1-4
    gambas3-gb-db-form 3.2.1-4
    gambas3-gb-db-mysql 3.2.1-4
    gambas3-gb-db-odbc 3.2.1-4
    gambas3-gb-db-postgresql 3.2.1-4
    gambas3-gb-db-sqlite2 3.2.1-4
    gambas3-gb-db-sqlite3 3.2.1-4
    gambas3-gb-dbus 3.2.1-4
    gambas3-gb-desktop 3.2.1-4
    gambas3-gb-eval-highlight 3.2.1-4
    gambas3-gb-form 3.2.1-4
    gambas3-gb-form-dialog 3.2.1-4
    gambas3-gb-form-mdi 3.2.1-4
    gambas3-gb-form-stock 3.2.1-4
    gambas3-gb-gsl 3.2.1-4
    gambas3-gb-gtk 3.2.1-4
    gambas3-gb-image 3.2.1-4
    gambas3-gb-image-effect 3.2.1-4
    gambas3-gb-image-imlib 3.2.1-4
    gambas3-gb-image-io 3.2.1-4
    gambas3-gb-net 3.2.1-4
    gambas3-gb-net-curl 3.2.1-4
    gambas3-gb-net-smtp 3.2.1-4
    gambas3-gb-opengl 3.2.1-4
    gambas3-gb-opengl-glsl 3.2.1-4
    gambas3-gb-opengl-glu 3.2.1-4
    gambas3-gb-option 3.2.1-4
    gambas3-gb-pcre 3.2.1-4
    gambas3-gb-pdf 3.2.1-4
    gambas3-gb-qt4 3.2.1-4
    gambas3-gb-qt4-ext 3.2.1-4
    gambas3-gb-qt4-opengl 3.2.1-4
    gambas3-gb-qt4-webkit 3.2.1-4
    gambas3-gb-report 3.2.1-4
    gambas3-gb-sdl 3.2.1-4
    gambas3-gb-sdl-sound 3.2.1-4
    gambas3-gb-settings 3.2.1-4
    gambas3-gb-signal 3.2.1-4
    gambas3-gb-v4l 3.2.1-4
    gambas3-gb-vb 3.2.1-4
    gambas3-gb-web 3.2.1-4
    gambas3-gb-xml 3.2.1-4
    gambas3-gb-xml-rpc 3.2.1-4
    gambas3-gb-xml-xslt 3.2.1-4
    gambas3-ide 3.2.1-4
    gambas3-runtime 3.2.1-4
    gambas3-script 3.2.1-4
    gamin 0.1.10-6
    garcon 0.2.0-1
    gavl 1.2.0-2
    gawk 4.0.1-1
    gc 7.2-1
    gcalctool 6.4.2.1-1
    gcc-fortran 4.7.1-5
    gcc-libs-multilib 4.7.1-5
    gcc-multilib 4.7.1-5
    gcolor2 0.4-6
    gconf 3.2.5-2
    gconf-editor 3.0.0-2
    gconf-sharp 2.24.2-2
    gconf-sharp-peditors 2.24.2-2
    gconfmm 2.28.3-1
    gcr 3.4.1-1
    gd 2.0.36RC1-5
    gdal 1.9.0-1
    gdata-sharp 1.7.0.1-2
    gdb 7.4.1-1
    gdbm 1.10-1
    gdk-pixbuf2 2.26.1-1
    gdl 3.4.2-1
    gdm 3.4.1-2
    gedit 3.4.2-1
    gedit-plugins 3.4.0-2
    geeqie 1.0-7
    gegl 0.2.0-2
    generatorrunner 0.6.16-1
    geoclue 0.12.0-5
    geoip 1.4.8-2
    geoip-database 20120706-1
    geos 3.3.4-1
    gettext 0.18.1.1-4
    gettext-mono 0.18.1.1-1
    ghc 7.4.2-1
    ghex 3.4.1-1
    ghostscript 9.06-1
    giflib 4.1.6-5
    gimp 2.8.0-2
    gimp-fourier 0.4.1-1
    gimp-gap 2.6.0-3
    gimp-paint-studio 1.5_final-1
    gimp-plugin-dcamnoise2 0.64-6
    gimp-plugin-dds 2.0.9-1
    gimp-plugin-pandora 0.9.3-2
    gimp-plugin-texturize 2.1-3
    gimp-resynth 1:20120508-1
    gimpfx-foundry 2.6_1-2
    git 1.7.11.4-1
    git-term 1.2.6-2
    gjs 1.32.0-2
    gkeyfile-sharp 0.1-2
    gksu 2.0.2-4
    glade 3.12.1-1
    glew 1.8.0-1
    glhack 1.2-6
    glib-networking 2.32.3-1
    glib-perl 1.260-1
    glib2 2.32.4-1
    glibc 2.16.0-2
    glibmm 2.32.1-1
    glpk 4.47-1
    glproto 1.4.16-1
    gmime 2.6.10-1
    gmp 5.0.5-1
    gnochm 0.9.11-11
    gnome-activity-journal-bzr 1251-1
    gnome-applets 3.4.1-1
    gnome-backgrounds 3.4.2-1
    gnome-bluetooth 3.4.2-1
    gnome-color-manager 3.4.2-2
    gnome-common 3.4.0.1-2
    gnome-contacts 3.4.1-1
    gnome-control-center 3.4.2-1
    gnome-cups-manager 0.33-6
    gnome-desktop 1:3.4.2-1
    gnome-desktop2 2.32.1-2
    gnome-dictionary 3.4.0-1
    gnome-disk-utility 3.4.1-1
    gnome-doc-utils 0.20.10-1
    gnome-documents 0.4.2-1
    gnome-font-viewer 3.4.0-1
    gnome-games 3.4.2-1
    gnome-games-extra-data 3.2.0-1
    gnome-icon-theme 3.4.0-1
    gnome-icon-theme-extras 3.4.0-1
    gnome-icon-theme-symbolic 3.4.0-1
    gnome-inform7 6G60-3
    gnome-js-common 0.1.2-2
    gnome-keyring 3.4.1-3
    gnome-media 3.4.0-1
    gnome-menus 3.4.2-1
    gnome-mime-data 2.18.0-6
    gnome-nettool 3.1.1-1
    gnome-online-accounts 3.4.2-1
    gnome-packagekit 3.4.2-1
    gnome-panel 3.4.2.1-1
    gnome-power-manager 3.4.0-1
    gnome-print-sharp 2.26.0-7
    gnome-python 2.28.1-8
    gnome-python-extras 2.25.3-12
    gnome-screensaver 3.4.4-1
    gnome-screenshot 3.4.1-1
    gnome-search-tool 3.4.0-1
    gnome-session 3.4.2-3
    gnome-settings-daemon 3.4.2-1
    gnome-settings-daemon-updates 3.4.2-1
    gnome-sharp 2.24.2-2
    gnome-shell 3.4.2-1
    gnome-shell-extension-user-theme 3.2.3-1
    gnome-speech 0.4.25-2
    gnome-system-log 3.4.1-1
    gnome-system-monitor 3.4.1-1
    gnome-terminal 3.4.1.1-1
    gnome-themes-extras 2.22.0-3
    gnome-themes-standard 3.4.2-1
    gnome-tweak-tool 3.4.0.1-1
    gnome-user-docs 3.4.2-1
    gnome-utils 3.4.0-1
    gnome-vfs 2.24.4-6
    gnome-vfs-sharp 2.24.2-2
    gnome-video-effects 0.4.0-1
    gnonlin 0.10.16-2
    gnuchess 6.0.2-1
    gnunet 0.9.3-1
    gnunet-gtk 0.9.3-1
    gnupg 2.0.19-2
    gnuplot 4.6.0-3
    gnutls 3.0.22-1
    gobject-introspection 1.32.1-2
    goocanvas 2.0.1-2
    goocanvas1 1.0.0-1
    gourmet 0.15.9-2
    gparted 0.13.1-1
    gperf 3.0.4-4
    gpgme 1.3.1-4
    gphoto2 2.4.14-1
    gpm 1.20.6-10
    gprolog 1.4.0-2
    gpsim 0.26.1-2
    gputils 0.14.1-1
    grantlee 0.2.0-1
    graphicsmagick 1.3.16-1
    graphite 1:1.0.3-1
    graphviz 2.28.0-10
    grep 2.13-2
    groff 1.21-2
    grsync 1.2.1-1
    grub-bios 2.00-1
    grub-common 2.00-1
    gsettings-desktop-schemas 3.4.2-1
    gsfonts 1.0.7pre44-3
    gsl 1.15-2
    gsm 1.0.13-7
    gsmartcontrol 0.8.7-1
    gssdp 0.12.1-1
    gstreamer0.10 0.10.36-1
    gstreamer0.10-bad 0.10.23-2
    gstreamer0.10-bad-plugins 0.10.23-2
    gstreamer0.10-base 0.10.36-1
    gstreamer0.10-base-plugins 0.10.36-1
    gstreamer0.10-ffmpeg 0.10.13-1
    gstreamer0.10-good 0.10.31-1
    gstreamer0.10-good-plugins 0.10.31-1
    gstreamer0.10-python 0.10.22-1
    gstreamer0.10-ugly 0.10.19-2
    gstreamer0.10-ugly-plugins 0.10.19-2
    gthumb 3.0.1-2
    gtk-doc 1.18-1
    gtk-engines 2.21.0-1
    gtk-recordmydesktop 0.3.8-6
    gtk-sharp-2 2.12.11-1
    gtk-update-icon-cache 2.24.11-2
    gtk-vnc 0.5.0-1
    gtk2 2.24.11-2
    gtk2+extra 2.1.2-2
    gtk2-perl 1.244-1
    gtk2-xfce-engine 3.0.0-1
    gtk3 3.4.4-1
    gtkglext 1.2.0-7
    gtkglextmm 1.2.0-8
    gtkhtml 3.32.2-3
    gtkhtml-sharp 2.26.0-8
    gtkhtml4 4.4.3-1
    gtkmm 2.24.2-2
    gtkmm3 3.4.0-1
    gtksourceview2 2.10.5-2
    gtksourceview2-sharp 2.26.0-8
    gtksourceview3 3.4.2-1
    gtkspell 2.0.16-2
    gts 0.7.6-2
    gucharmap 3.4.1.1-1
    gudev-sharp 0.1-2
    guile 1.8.8-2
    gupnp 0.18.2-1
    gupnp-av 0.10.2-1
    gupnp-dlna 0.6.6-1
    gutenprint 5.2.9-1
    guvcview 1.6.0-2
    gvfs 1.12.3-3
    gvfs-gphoto2 1.12.3-3
    gvfs-obexftp 1.12.3-3
    gvfs-smb 1.12.3-3
    gzip 1.5-1
    hammerfight 1:1.004-1
    handbrake 0.9.8-1
    handbrake-cli 0.9.8-1
    happy 1.18.9-5
    haxe 2.10-1
    hdf5 1.8.8-1
    hdparm 9.39-1
    heirloom-mailx 12.5-3
    help2man 1.40.11-1
    hibiscus 2.2.1-2
    hicolor-icon-theme 0.12-2
    hot-babe 0.2.2-11
    hplip 3.12.6-3
    hspell 1.1-2
    hsqldb-java 1:1.8.0.10-2
    httrack 3.46.1-1
    hugin 2011.4.0-5
    hunspell 1.3.2-1
    hunspell-de 20120607-1
    hunspell-en 7.1-2
    hwids 20120730-1
    hwloc 1.4.2-1
    hydrogen 0.9.5-2
    hyphen 2.8.5-1
    i2p 0.9.1-1
    iana-etc 2.30-3
    iat 0.1.7-4
    icedtea-web-java7 1.2.1-2
    icon-naming-utils 0.8.90-2
    icoutils 0.29.1-2
    icu 49.1.2-2
    id3lib 3.8.3-12
    idnkit 1.0-2
    ilmbase 1.0.2-1
    imagemagick 6.7.8.9-1
    imlib2 1.4.5-2
    indent 2.2.11-2
    inetutils 1.9.1-2
    inform7 6G60-1
    inkscape 0.48.3.1-4
    inputproto 2.2-1
    intel-tbb 4.0_20120613-1
    intltool 0.50.2-1
    iproute2 3.4.0-2
    iptables 1.4.14-3
    iputils 20101006-4
    ipython 0.13-1
    ipython2 0.13-1
    isl 0.10-1
    iso-codes 3.38-1
    itstool 1.1.2-1
    iw 3.4-1
    jack 0.121.3-6
    jade 1.2.1-8
    jameica 2.2-3
    jamestown 1.0.1-1
    jasper 1.900.1-7
    java-rhino 1.7R3-3
    jdk7-openjdk 7.u5_2.2.1-1
    jfsutils 1.1.15-3
    john 1.7.9-6
    jre7-openjdk 7.u5_2.2.1-1
    jre7-openjdk-headless 7.u5_2.2.1-1
    js 1.8.5-3
    json-c 0.9-1
    json-glib 0.14.2-1
    jython 2.5.2-2
    kactivities 4.9.0-1
    kbd 1.15.3-3
    kbproto 1.0.6-1
    kdebase-runtime 4.9.0-3
    kdelibs 4.9.0-4
    kdelibs3 3.5.10-13
    kdenlive 0.9.2-2
    kdepimlibs 4.9.0-1
    keyutils 1.5.5-3
    khrplatform-devel 8.0.4-2
    kismet 2011_03_R2-4
    kmod 9-2
    komodo-ide 7.0.2_70257-1
    komodoedit 7.1.0_10496-1
    krb5 1.10.3-1
    ktechlab 0.3.7-3
    ladspa 1.13-3
    lame 3.99.5-1
    lapack 3.4.1-1
    laptop-mode-tools 1.61-2
    latexila 2.4.0-6
    lcms 1.19-2
    lcms2 2.3-2
    ld-lsb 3-4
    ldns 1.6.13-1
    leptonica 1.69-3
    less 444-3
    lesstif 0.95.2-4
    lftp 4.3.8-1
    lib32-acl 2.2.51-2
    lib32-allegro 5.0.7-1
    lib32-alsa-lib 1.0.25-1
    lib32-alsa-plugins 1.0.25-1
    lib32-atk 2.4.0-1
    lib32-attr 2.4.46-2
    lib32-bzip2 1.0.6-1
    lib32-cairo 1.12.2-1
    lib32-curl 7.26.0-1
    lib32-dbus-core 1.6.4-1
    lib32-e2fsprogs 1.42.4-1
    lib32-expat 2.1.0-1
    lib32-flac 1.2.1-8
    lib32-fontconfig 2.8.0-4
    lib32-freetype2 2.4.10-1
    lib32-gcc-libs 4.7.1-5
    lib32-gdk-pixbuf2 2.26.1-2
    lib32-gettext 0.18.1.1-2
    lib32-giflib 4.1.6-6
    lib32-glew 1.8.0-1
    lib32-glew1.5 1.5.8-1
    lib32-glib2 2.32.4-1
    lib32-glibc 2.16.0-2
    lib32-gtk2 2.24.11-1
    lib32-jack 0.121.3-1
    lib32-json-c 0.9-2
    lib32-keyutils 1.5.5-1
    lib32-krb5 1.10.2-1
    lib32-lcms 1.19-4
    lib32-libasyncns 0.8-6
    lib32-libcanberra 0.28-2
    lib32-libcanberra-pulse 0.28-2
    lib32-libcap 2.22-1
    lib32-libcups 1.6.1-1
    lib32-libdrm 2.4.37-1
    lib32-libdrm-nouveau1 2.4.33-1
    lib32-libffi 3.0.11-1
    lib32-libgcrypt 1.5.0-1
    lib32-libgl 8.0.4-4
    lib32-libglade 2.6.4-5
    lib32-libglapi 8.0.4-4
    lib32-libgpg-error 1.10-1
    lib32-libice 1.0.8-1
    lib32-libjpeg-turbo 1.2.1-1
    lib32-libjpeg6 6b1-1
    lib32-libldap 2.4.32-1
    lib32-libltdl 2.4.2-6
    lib32-libmikmod 3.1.12-6
    lib32-libmng 1.0.10-6
    lib32-libogg 1.3.0-1
    lib32-libpciaccess 0.13.1-1
    lib32-libpng 1.5.12-1
    lib32-libpng12 1.2.50-1
    lib32-libpulse 2.1-1
    lib32-libsm 1.2.1-1
    lib32-libsndfile 1.0.25-2
    lib32-libssh2 1.4.2-1
    lib32-libtiff 4.0.2-1
    lib32-libusb 1.0.9-1
    lib32-libusb-compat 0.1.4-2
    lib32-libvorbis 1.3.3-1
    lib32-libx11 1.5.0-1
    lib32-libxau 1.0.7-1
    lib32-libxcb 1.8.1-2
    lib32-libxcomposite 0.4.3-3
    lib32-libxcursor 1.1.13-1
    lib32-libxdamage 1.1.3-4
    lib32-libxdmcp 1.1.1-1
    lib32-libxext 1.3.1-1
    lib32-libxfixes 5.0-1
    lib32-libxft 2.3.1-1
    lib32-libxi 1.6.1-1
    lib32-libxinerama 1.1.2-1
    lib32-libxml2 2.7.8-2
    lib32-libxmu 1.1.1-1
    lib32-libxpm 3.5.9-2
    lib32-libxrandr 1.3.2-2
    lib32-libxrender 0.9.7-1
    lib32-libxss 1.2.2-1
    lib32-libxt 1.1.3-1
    lib32-libxtst 1.2.1-1
    lib32-libxv 1.0.7-1
    lib32-libxxf86dga 1.1.3-1
    lib32-libxxf86vm 1.1.2-1
    lib32-mesa 8.0.4-4
    lib32-mpg123 1.14.4-1
    lib32-ncurses 5.9-1
    lib32-nouveau-dri 8.0.4-1
    lib32-nspr 4.9.2-1
    lib32-nss 3.13.5-1
    lib32-openal 1.14-1
    lib32-openssl 1.0.1.c-1
    lib32-pango 1.30.1-1
    lib32-pcre 8.31-1
    lib32-physfs 2.0.2-2
    lib32-pixman 0.26.2-1
    lib32-qt 4.8.2-2
    lib32-readline 6.2.004-1
    lib32-sdl 1.2.15-2
    lib32-sdl_image 1.2.12-2
    lib32-sdl_mixer 1.2.11-3
    lib32-sdl_ttf 2.0.11-1
    lib32-smpeg 0.4.4-9
    lib32-sqlite3 3.7.13-1
    lib32-tdb 1.2.9-1
    lib32-util-linux 2.21.2-1
    lib32-v4l-utils 0.8.8-1
    lib32-xcb-util 0.3.9-1
    lib32-zlib 1.2.7-1
    libanjuta 3.4.4-1
    libao 1.1.0-2
    libarchive 3.0.4-1
    libart-lgpl 2.3.21-2
    libass 0.10.0-3
    libassuan 2.0.3-1
    libasyncns 0.8-4
    libatasmart 0.18-2
    libavc1394 0.5.4-1
    libbluray 0.2.2-1
    libbonobo 2.32.1-2
    libbonoboui 2.24.5-2
    libcaca 0.99.beta18-1
    libcanberra 0.28-5
    libcanberra-gstreamer 0.28-5
    libcanberra-pulse 0.28-5
    libcap 2.22-3
    libcap-ng 0.6.6-1
    libcdaudio 0.99.12-6
    libcddb 1.3.2-3
    libcdio 0.83-1
    libchamplain 0.12.3-1
    libcroco 0.6.5-1
    libcups 1.6.1-4
    libdaemon 0.14-2
    libdatrie 0.2.5-1
    libdbusmenu-qt 0.9.2-1
    libdc1394 2.1.3-2
    libdca 0.0.5-3
    libdiscid 0.2.2-2
    libdmtx 0.7.4-3
    libdmx 1.1.2-1
    libdrm 2.4.37-1
    libdrm-nouveau1 2.4.33-1
    libdv 1.0.0-4
    libdvbpsi 0.2.2-1
    libdvdcss 1.2.12-1
    libdvdnav 4.2.0-2
    libdvdread 4.2.0-1
    libebml 1.2.2-2
    libedit 20120311_3.0-1
    libegl 8.0.4-2
    libetpan 1.0-4
    libevent 2.0.19-1
    libexif 0.6.21-1
    libextractor 0.6.3-6
    libffi 3.0.11-1
    libfontenc 1.1.1-1
    libftdi 0.20-1
    libgcrypt 1.5.0-3
    libgda 5.0.3-1
    libgdata 0.12.0-1
    libgdiplus 2.10-2
    libgee 0.6.5-1
    libgeotiff 1.3.0-2
    libgexiv2 0.4.1-3
    libgksu 2.0.12-5
    libgl 8.0.4-2
    libglade 2.6.4-3
    libglademm 2.6.7-2
    libglapi 8.0.4-2
    libgme 0.6.0-2
    libgnome 2.32.1-3
    libgnome-data 2.32.1-3
    libgnome-desktop-sharp 2.26.0-8
    libgnome-keyring 3.4.1-1
    libgnome-media-profiles 3.0.0-3
    libgnome-sharp 2.24.2-2
    libgnomecanvas 2.30.3-2
    libgnomecups 0.2.3-11
    libgnomekbd 3.4.0.2-1
    libgnomeprint 2.18.8-5
    libgnomeprintui 2.18.6-4
    libgnomeui 2.24.5-1
    libgpg-error 1.10-2
    libgphoto2 2.4.14-1
    libgpod 0.8.2-6
    libgsf 1.14.23-1
    libgssglue 0.3-1
    libgtkhtml 2.11.1-4
    libgtop 2.28.4-1
    libgusb 0.1.3-1
    libgweather 3.4.1-1
    libgxps 0.2.2-1
    libical 0.48-1
    libice 1.0.8-1
    libid3tag 0.15.1b-7
    libidl2 0.8.14-2
    libidn 1.25-1
    libiec61883 1.2.0-3
    libieee1284 0.2.11-4
    libimobiledevice 1.1.4-2
    libiodbc 3.52.8-1
    libircclient 1.6-1
    libirman 0.4.5-3
    libjpeg-turbo 1.2.1-1
    libjpeg6-turbo 1.2.1-1
    libkate 0.4.1-3
    libksba 1.2.0-2
    libldap 2.4.32-1
    liblinebreak 2.1-1
    liblouis 2.3.0-1
    liblqr 0.4.1-3
    liblrdf 0.5.0-1
    libltdl 2.4.2-6
    libmad 0.15.1b-6
    libmatroska 1.3.0-2
    libmicrohttpd 0.9.21-1
    libmikmod 3.1.12-4
    libmirage 1.5.0-1
    libmms 0.6.2-1
    libmng 1.0.10-4
    libmodplug 0.8.8.4-1
    libmp4v2 2.0.0-2
    libmpc 0.9-2
    libmpcdec 1.2.6-3
    libmpeg2 0.5.1-3
    libmtp 1.1.3-1
    libmusicbrainz3 3.0.3-2
    libmusicbrainz4 4.0.3-1
    libmysqlclient 5.5.27-1
    libmythes 1:1.2.3-1
    libnice 0.1.2-1
    libnl 3.2.11-1
    libnl1 1.1-1
    libnotify 0.7.5-1
    liboauth 0.9.6-1
    libofa 0.9.3-4
    libogg 1.3.0-1
    libotf 0.9.12-2
    libotr 3.2.0-3
    libp11 0.2.8-1
    libpano13 2.9.18-2
    libpcap 1.3.0-1
    libpciaccess 0.13.1-1
    libpeas 1.4.0-2
    libpipeline 1.2.1-1
    libplist 1.8-2
    libpng 1.5.12-1
    libpng12 1.2.50-1
    libpng14 1.4.11-1
    libproxy 0.4.7-2
    libpst 0.6.54-2
    libpulse 2.1-1
    libpurple 2.10.6-1
    libquvi 0.4.1-1
    libquvi-scripts 0.4.6-1
    libqzeitgeist 0.8.0-2
    libraw 0.14.6-1
    libraw1394 2.0.7-2
    libreoffice-base 3.5.5-1
    libreoffice-calc 3.5.5-1
    libreoffice-common 3.5.5-1
    libreoffice-de 3.5.5-1
    libreoffice-draw 3.5.5-1
    libreoffice-extension-ct2n 3.4.5-2
    libreoffice-extension-diagram 3.4.5-2
    libreoffice-extension-google-docs 3.4.5-2
    libreoffice-extension-hunart 3.4.5-2
    libreoffice-extension-nlpsolver 3.5.5-1
    libreoffice-extension-numbertext 3.4.5-2
    libreoffice-extension-oooblogger 3.4.5-2
    libreoffice-extension-pdfimport 3.5.5-1
    libreoffice-extension-presentation-minimizer 3.5.5-1
    libreoffice-extension-presenter-screen 3.5.5-1
    libreoffice-extension-report-builder 3.5.5-1
    libreoffice-extension-scripting-beanshell 3.4.5-2
    libreoffice-extension-scripting-javascript 3.4.5-2
    libreoffice-extension-scripting-python 3.5.5-1
    libreoffice-extension-typo 3.4.5-2
    libreoffice-extension-validator 3.4.5-2
    libreoffice-extension-watch-window 3.4.5-2
    libreoffice-extension-wiki-publisher 3.5.5-1
    libreoffice-gnome 3.5.5-1
    libreoffice-impress 3.5.5-1
    libreoffice-math 3.5.5-1
    libreoffice-writer 3.5.5-1
    librpcsecgss 0.19-7
    librsvg 2.36.1-1
    librsync 0.9.7-6
    libsamplerate 0.1.8-1
    libsasl 2.1.23-9
    libshiboken 1.1.1-1
    libshout 1:2.3.0-1
    libsidplay 1.36.59-5
    libsigc++ 2.2.10-2
    libsigsegv 2.10-1
    libsm 1.2.1-1
    libsndfile 1.0.25-2
    libsocialweb 0.25.20-1
    libsoup 2.38.1-1
    libsoup-gnome 2.38.1-1
    libspectre 0.2.7-1
    libssh 0.5.2-1
    libssh2 1.4.2-1
    libstdc++5 3.3.6-4
    libsystemd 188-2
    libtasn1 2.13-1
    libthai 0.1.18-1
    libtheora 1.1.1-2
    libtiff 4.0.2-1
    libtiff4 3.9.5-4
    libtiger 0.3.4-3
    libtirpc 0.2.2-2
    libtool 2.4.2-6
    libtorrent-rasterbar 1:0.16.2-1
    libtracker-sparql 0.14.2-1
    libunique 1.1.6-5
    libunique3 3.0.2-2
    libunistring 0.9.3-5
    libunrar 4.2.4-1
    libupnp 1.6.17-1
    libusb-compat 0.1.4-2
    libusbx 1.0.12-2
    libva 1.1.0-1
    libvdpau 0.4.1-2
    libvisual 0.4.0-4
    libvncserver 0.9.9-1
    libvorbis 1.3.3-1
    libvpx 1.1.0-1
    libwacom 0.6-1
    libwbclient 3.6.7-1
    libwebkit 1.8.2-1
    libwebkit3 1.8.2-1
    libwebp 0.1.99-1
    libwmf 0.2.8.4-9
    libwnck 2.30.7-1
    libwnck3 3.4.2-1
    libwpd 0.9.4-1
    libwpg 0.2.1-1
    libwps 0.2.2-2
    libx11 1.5.0-1
    libxau 1.0.7-1
    libxaw 1.0.11-1
    libxcb 1.8.1-1
    libxcomposite 0.4.3-2
    libxcursor 1.1.13-1
    libxdamage 1.1.3-2
    libxdmcp 1.1.1-1
    libxext 1.3.1-1
    libxfce4ui 4.10.0-1
    libxfce4util 4.10.0-1
    libxfixes 5.0-2
    libxfont 1.4.5-1
    libxft 2.3.1-1
    libxi 1.6.1-1
    libxinerama 1.1.2-1
    libxkbfile 1.0.8-1
    libxklavier 5.2.1-2
    libxmi 1.2-5
    libxml2 2.8.0-1
    libxmu 1.1.1-1
    libxp 1.0.1-3
    libxpm 3.5.10-1
    libxrandr 1.4.0-1
    libxrender 0.9.7-1
    libxres 1.0.6-1
    libxslt 1.1.26-3
    libxss 1.2.2-1
    libxt 1.1.3-1
    libxtst 1.2.1-1
    libxv 1.0.7-1
    libxvmc 1.0.7-1
    libxxf86dga 1.1.3-1
    libxxf86vm 1.1.2-1
    libyaml 0.1.4-2
    libytnef 1.5-3
    libzeitgeist 0.3.18-2
    licenses 2.9-1
    liferea 1.8.7-1
    links 2.7-1
    linux 3.4.7-1
    linux-api-headers 3.4.6-1
    linux-ck-corex 3.4.8-1
    linux-ck-corex-headers 3.4.8-1
    linux-docs 3.4.7-1
    linux-firmware 20120625-1
    linux-headers 3.4.7-1
    linux-mainline 3.6rc1-1
    linux-manpages 3.1-1
    linux-pf-core2 3.5.1-1
    lirc-utils 1:0.9.0-22
    llvm 3.1-4
    lmms 0.4.13-1
    logrotate 3.8.2-1
    lpsolve 5.5.2.0-2
    lsof 4.86-1
    lua 5.1.5-2
    lvm2 2.02.96-3
    lyx 2.0.4-1
    lzo2 2.06-1
    m4 1.4.16-2
    make 3.82-4
    makedepend 1.0.3-2
    makehuman 1.0alpha6-1
    man-db 2.6.2-1
    man-pages 3.41-1
    mash 0.2.0-1
    maxima 5.27.0-2
    mc 4.8.4-1
    mcelog 1.0pre3-3
    mcpp 2.7.2-4
    mdadm 3.2.5-2
    media-player-info 17-1
    megaglest 3.6.0.3-3
    megaglest-data 3.6.0.3-1
    meld 1.6.0-1
    mencoder 35014-1
    mercurial 2.3-1
    mesa 8.0.4-2
    metacity 2.34.5-1
    metakit 2.4.9.7-5
    mime-types 8-1
    miniupnpc 1.6-2
    miro 5.0.2-1
    mixxx 1.10.1-1
    mjpegtools 2.0.0-2
    mkinitcpio 0.10-1
    mkinitcpio-busybox 1.20.1-1
    mkvtoolnix-cli 5.7.0-3
    mlocate 0.25-2
    mlt 0.8.0-1
    mobile-broadband-provider-info 20120614-1
    modemmanager 0.5.2.0-2
    modprobed_db 2.0-2
    mono 2.10.8-1
    mono-addins 0.6.2-2
    mono-basic 2.10-2
    mono-debugger 2.10-2
    mono-tools 2.10-2
    mono-upnp 0.1.2-1
    mono-zeroconf 0.9.0-3
    monodevelop 3.0.3.5-2
    monodevelop-debugger-gdb 3.0.3.5-1
    monodevelop-debugger-mdb 2.4-1
    mousetweaks 3.4.2-1
    mozilla-common 1.4-3
    mpfr 3.1.1-1
    mpg123 1.14.4-1
    mplayer 35014-1
    mtasc 20091229-4
    mtdev 1.1.2-1
    mtools 4.0.17-2
    musicbrainz 2.1.5-5
    mutagen 1.20-4
    mutter 3.4.1-2
    mx 1.4.6-1
    mysql 5.5.27-1
    mysql-clients 5.5.27-1
    mysql-python 1.2.3-3
    namcap 3.2.4-1
    nano 2.2.6-2
    nasm 2.10.03-1
    nautilus 3.4.2-1
    nautilus-dropbox 1.4.0-2
    nautilus-open-terminal 0.19-2
    nautilus-sendto 3.0.3-1
    ncftp 3.2.5-2
    ncurses 5.9-3
    neko 1.8.2-8
    neon 0.29.6-4
    nepomuk-core 4.9.0-1
    net-snmp 5.7.1-3
    net-tools 1.60.20110819cvs-3
    netcdf 4.2.1-1
    netkit-bsd-finger 0.17-7
    netlogo 5.0.2-1
    nettle 2.5-1
    network-manager-applet 0.9.4.1-1
    networkmanager 0.9.4.0-6
    networkmanager-dispatcher-netfs 1.0-2
    networkmanager-dispatcher-ntpd 1.0-3
    networkmanager-dispatcher-openntpd 1.0-4
    networkmanager-openconnect 0.9.4.0-1
    networkmanager-openvpn 0.9.4.0-1
    networkmanager-pptp 0.9.4.0-1
    networkmanager-vpnc 0.9.4.0-1
    nfs-utils 1.2.6-1
    nfsidmap 0.24-3
    nickle 2.70-2
    nltk-data 2.0-7
    nmap 6.01-1
    notification-daemon 0.7.4-1
    nouveau-dri 8.0.4-2
    nouveau-firmware 20091212-4
    nspluginwrapper 1.4.4-2.1
    nspr 4.9.2-1
    nss 3.13.5-1
    nss-mdns 0.10-5
    ntfs-3g 2012.1.15-3
    ntfsprogs 2012.1.15-3
    ntp 4.2.6.p5-7
    nvidia-cg-toolkit 3.1-2
    obex-data-server 0.4.6-2
    obexd-client 0.47-1
    ocaml 3.12.1-3
    ocrfeeder 0.7.9-1
    octave 3.6.2-1
    ogre 1.8.0-3
    ogre-docs 1.8.0-3
    ois 1.3-2
    opal 3.10.5-1
    openal 1.14-1
    opencollada 869-1
    openconnect 1:3.18-1
    opencore-amr 0.1.3-1
    opencv-svn 9044-1
    openexr 1.7.0-2
    openimageio 1.0.8-1
    openjpeg 1.5.0-1
    openmpi 1.6-2
    openntpd 3.9p1-15
    openobex 1.5-3
    openresolv 3.5.1-1
    opensc 0.12.2-3
    openslp 1.2.1-4
    openssh 6.0p1-3
    openssl 1.0.1.c-1
    openvpn 2.2.2-1
    oprofile 0.9.7-4
    orbit2 2.14.19-2
    orc 0.4.16-1
    orca 3.4.2-1
    oxygen-icons 4.9.0-1
    p11-kit 0.12-1
    p7zip 9.20.1-6
    package-query 1.0.1-1
    packagekit 0.6.22-1
    pacman 4.0.3-3
    pacman-color 4.0.3-3
    pacman-contrib 4.0.3-1
    pacman-mirrorlist 20120626-1
    pacmatic 20120218-1
    pam 1.1.5-4
    pambase 20120701-1
    pango 1.30.1-1
    pango-perl 1.223-2
    pangomm 2.28.4-1
    paprefs 0.9.10-2
    parted 3.1-1
    patch 2.6.1-3
    pavucontrol 1.0-1
    pbsdk-linux 1.1.0-1
    pciutils 3.1.10-1
    pcmciautils 018-4
    pcre 8.31-1
    pcsc-ctapi-wrapper 0.3-1
    pcsc-cyberjack 3.99.5_SP03-2
    pcsc-perl 1.4.12-3
    pcsc-tools 1.4.20-1
    pcsclite 1.8.5-1
    pdfcrack 0.11-1
    pdfedit 0.4.5-2
    pdnsd 1.2.9-2
    perl 5.16.1-1
    perl-crypt-ssleay 0.64-1
    perl-digest-sha1 2.13-3
    perl-encode-locale 1.03-1
    perl-error 0.17018-1
    perl-file-listing 6.04-1
    perl-html-parser 3.69-2
    perl-html-tagset 3.20-3
    perl-http-cookies 6.01-1
    perl-http-daemon 6.01-1
    perl-http-date 6.02-1
    perl-http-message 6.03-1
    perl-http-negotiate 6.01-1
    perl-image-exiftool 8.99-1
    perl-io-socket-ssl 1.76-1
    perl-libwww 6.04-1
    perl-locale-gettext 1.05-9
    perl-lwp-mediatypes 6.02-1
    perl-lwp-protocol-https 6.03-1
    perl-mozilla-ca 20120309-1
    perl-net-http 6.03-1
    perl-net-ssleay 1.48-2
    perl-string-crc32 1.4-8
    perl-test-pod 1.45-1
    perl-try-tiny 0.11-1
    perl-uri 1.60-1
    perl-www-robotrules 6.02-1
    perl-xml-libxml 1.98-1
    perl-xml-libxslt 1.77-1
    perl-xml-namespacesupport 1.11-2
    perl-xml-parser 2.41-3
    perl-xml-sax 0.99-3
    perl-xml-sax-base 1.08-2
    perl-xml-simple 2.20-1
    perl-yaml-syck 1.20-2
    pgu 0.18-1
    phonon 1:4.6.0-2
    phonon-gstreamer 4.6.2-1
    physfs 2.0.2-2
    pidgin 2.10.6-1
    pilot-link 0.12.5-3
    pinentry 0.8.1-4
    pitivi 0.15.2-1
    pixman 0.26.2-1
    pkg-config 0.27-1
    pkgfile 3-1
    pkgtools 24-3
    pm-quirks 0.20100619-2
    pm-utils 1.4.1-5
    podofo 0.9.1-3
    polipo 1.0.4.1-6
    polkit 0.105-1
    polkit-gnome 0.105-1
    polkit-qt 0.103.0-1
    poppler 0.20.2-1
    poppler-data 0.4.5-1
    poppler-glib 0.20.2-1
    poppler-qt 0.20.2-1
    popt 1.16-5
    portaudio 19_20111121-1
    portmidi 217-3
    postgresql-libs 9.1.4-1
    powertop 2.0-1
    ppl 1.0-1
    ppp 2.4.5-3
    pptpclient 1.7.2-4
    printproto 1.0.5-2
    prison 1.0-1
    procps-ng 3.3.3-3
    proj 4.8.0-1
    psmisc 22.19-1
    pstotext 1.9-2
    pth 2.0.7-4
    ptlib 2.10.5-1
    pulseaudio 2.1-1
    pulseaudio-alsa 2-1
    pv 1.3.4-1
    pyalpm 0.5.3-1
    pyatspi 2.4.0-1
    pygobject-devel 3.2.2-1
    pygobject2-devel 2.28.6-6
    pygoocanvas 0.14.1-5
    pygtk 2.24.0-3
    pygtksourceview2 2.10.1-4
    pyjamas 0.8-1
    pylint 0.25.2-1
    pyogg 1.3-7
    pyopenssl 0.13-1
    pyorbit 2.24.0-4
    pypy 1.9-1
    pyqt 4.9.4-2
    pyqt-common 4.9.4-2
    pyrex 0.9.9-3
    pyrtf 0.45-5
    pyside 1.1.0-1
    pyside-tools 0.2.13-5
    python 3.2.3-3
    python-all-odfpy 0.9.4-2
    python-boto 2.4.1-1
    python-cairo 1.10.0-1
    python-cjson 1.0.5-4
    python-dbus 1.1.1-1
    python-dbus-common 1.1.1-1
    python-decorator 3.3.3-1
    python-distribute 0.6.28-1
    python-distutils-extra 2.32-1
    python-docs 3.2.3-1
    python-docutils 0.9.1-1
    python-egenix-mx-base 3.2.4-1
    python-foolscap 0.6.3-1
    python-fpconst 0.7.3-3
    python-gnomekeyring 2.32.0-10
    python-gnupginterface 0.3.2-6
    python-gtop 2.32.0-10
    python-imaging 1.1.7-4
    python-jinja 2.6-2
    python-logilab-astng 0.24.0-1
    python-logilab-common 0.58.2-1
    python-lxml 2.3.5-1
    python-m2crypto 0.21.1-1
    python-markupsafe 0.15-1
    python-mechanize 0.2.5-2
    python-nose 1.1.2-3
    python-notify 0.1.1-11
    python-numpy 1.6.2-1
    python-opengl 3.0.1-4
    python-paramiko 1.7.7.1-2
    python-pexpect 2.4-1
    python-pip 1.1-1
    python-pychart 1.39-6
    python-pycurl 7.19.0-6
    python-pyelftools 0.20-1
    python-pyenchant 1.6.5-1
    python-pygame 1.9.1-5
    python-pygments 1.5-2
    python-pyparsing 1.5.6-2
    python-pysqlite 2.6.3-2
    python-pyzmq 2.2.0-1
    python-qscintilla 2.6.2-1
    python-qscintilla-common 2.6.2-1
    python-reportlab 2.5-2
    python-rope 0.9.3-6
    python-rsvg 2.32.0-10
    python-scipy 0.10.1-1
    python-sip 4.13.3-2
    python-soappy 0.12.0-10
    python-south 0.7.6-1
    python-sphinx 1.1.3-2
    python-sqlalchemy 0.7.6-1
    python-tornado 2.2.1-1
    python-wnck 2.32.0-10
    python-yaml 3.10-2
    python2 2.7.3-2
    python2-beautifulsoup3 3.2.1-1
    python2-bonobo 2.28.1-8
    python2-bsdiff4 1.1.1-1
    python2-cairo 1.10.0-1
    python2-cherrypy 3.2.2-1
    python2-crypto 2.6-2
    python2-cssutils 0.9.9-2
    python2-dateutil 1.5-2
    python2-dbus 1.1.1-1
    python2-distribute 0.6.28-1
    python2-distutils-extra 2.32-1
    python2-dnspython 1.10.0-1
    python2-docutils 0.9.1-1
    python2-egg 2.25.3-12
    python2-gconf 2.28.1-8
    python2-gksu2 2.25.3-12
    python2-gnomecanvas 2.28.1-8
    python2-gnomevfs 2.28.1-8
    python2-gobject 3.2.2-1
    python2-gobject2 2.28.6-6
    python2-gtkhtml2 2.25.3-12
    python2-gtkspell 2.25.3-12
    python2-html5lib 0.95-1
    python2-jinja 2.6-2
    python2-libgnome 2.28.1-8
    python2-lxml 2.3.5-1
    python2-markupsafe 0.15-1
    python2-matplotlib 1.1.1-1
    python2-nltk 2.0.2-1
    python2-nose 1.1.2-3
    python2-numpy 1.6.2-1
    python2-pip 1.1-1
    python2-ply 3.4-1
    python2-poppler 0.12.1-7
    python2-psycopg2 2.4.5-1
    python2-pychm 0.8.4-1
    python2-pyenchant 1.6.5-1
    python2-pygments 1.5-2
    python2-pyopenssl 0.13-1
    python2-pyparsing 1.5.6-2
    python2-pyqt 4.9.4-2
    python2-pytz 2012d-1
    python2-pyzmq 2.2.0-1
    python2-qscintilla 2.6.2-1
    python2-rope 0.9.4-1
    python2-sip 4.13.3-2
    python2-sphinx 1.1.3-2
    python2-sqlalchemy 0.7.6-1
    python2-tornado 2.2.1-1
    python2-w3lib 1.0-1
    python2-xdg 0.23-1
    python2-yaml 3.10-2
    python2-zope-interface 3.8.0-1
    python3-html5lib-hg 1757-1
    pywebkitgtk 1.1.8-2
    pyxml 0.8.4-9
    q4wine 0.121-4
    qca 2.0.3-2
    qcachegrind 0.7.1-1
    qemu-kvm 1.1.1-1
    qhull 2012.1-1
    qimageblitz 0.0.6-2
    qjson 0.7.1-2
    qrencode 3.3.1-1
    qscintilla 2.6.2-1
    qt 4.8.2-3
    qt-assistant-compat 4.6.3-2
    qt-doc 4.8.2-1
    qt3 1:3.3.8b-1
    qtcreator 2.5.2-1
    qtwebkit 2.2.2-1
    qucs 0.0.16-2
    r 2.15.1-2
    randrproto 1.4.0-1
    rapidsvn 0.12.0-5
    raptor 2.0.8-1
    rar 4.1.1-1
    rarcrack 0.2-1
    rarian 0.8.1-2
    rasqal 1:0.9.29-1
    rdesktop 1.7.1-2
    readline 6.2.004-1
    recode 3.6-7
    recoll 1.17.3-1
    recordmydesktop 0.3.8.1-6
    recordproto 1.14.2-1
    redland 1:1.0.15-3
    redland-storage-virtuoso 1:1.0.15-3
    reiserfsprogs 3.6.21-4
    remmina 1.0.0-9
    renderproto 0.11.1-2
    rest 0.7.12-1
    rpcbind 0.2.0-8
    rsync 3.0.9-3
    rtkit 0.11-1
    rtmpdump 2.4-1
    ruby 1.9.3_p194-2
    ruby-atk 1.1.3-2
    ruby-cairo 1.12.2-1
    ruby-docs 1.9.3_p194-1
    ruby-gdkpixbuf2 1.1.3-2
    ruby-gio2 1.1.3-2
    ruby-glib2 1.1.3-2
    ruby-gtk2 1.1.3-2
    ruby-pango 1.1.3-2
    ruby-pkgconfig 1.1.3-1
    run-parts 4.3.2-1
    rygel 0.14.3-1
    sage-mathematics 5.2-1
    samba 3.6.7-1
    sane 1.0.22-9
    sbcl 1.0.57-1
    scanmem 0.12-2
    schroedinger 1.0.11-1
    scite 3.2.1-1
    scrapy-stable-git 20110925-1
    screen 4.0.3-13
    screenlets 0.1.6-3
    scribus 1.4.1-1
    scrnsaverproto 1.2.2-1
    scummvm 1.4.1-2
    sdl 1.2.15-1
    sdl_gfx 2.0.23-1
    sdl_image 1.2.12-2
    sdl_mixer 1.2.12-1
    sdl_net 1.2.8-1
    sdl_sound 1.0.3-3
    sdl_ttf 2.0.11-2
    seabios 1.7.0-1
    seahorse 3.4.1-1
    sed 4.2.1-4
    seed 3.2.0-2
    setconf 0.5.2-1
    sfml 2.0rc1-2
    sg3_utils 1.33-1
    shadow 4.1.5.1-1
    shared-color-profiles 0.1.5-1
    shared-color-targets 0.1.1-1
    shared-desktop-ontologies 0.10.0-1
    shared-mime-info 1.0-1
    shotwell 0.12.3-1
    sigil 0.5.902-1
    sip 4.13.3-2
    sk1libs 0.9.1-3
    skype 4.0.0.8-1
    skype4pidgin 20110407-1
    slang 2.2.4-2
    slashem 0.0.7E7F3-2
    slim 1.3.4-2
    smartmontools 5.43-1
    smbclient 3.6.7-1
    smpeg 0.4.4-6
    smplayer 0.8.0-1
    smplayer-themes 20120131-1
    sofia-sip 1.12.11-1
    soprano 2.8.0-2
    sound-juicer 3.4.0-1
    sound-theme-freedesktop 0.7-2
    soundtouch 1.6.0-1
    sox 14.4.0-3
    speech-dispatcher 0.7.1-6
    speex 1.2rc1-2
    splint 3.1.2-3
    sqlite 3.7.13-1
    sqlite2 2.8.17-5
    sqlitebrowser 2.0b1-2
    sqliteman 1.2.2-5
    startup-notification 0.12-3
    strigi 0.7.7-2
    stunnel 4.53-2
    subversion 1.7.5-2
    sudo 1.8.5.p2-1
    suitesparse 4.0.2-1
    supermeatboy 20120607-16
    sushi 0.4.1-2
    swftools 0.9.2-1
    swig 2.0.7-2
    switzerland 0.1.0-2
    sysfsutils 2.1.0-8
    syslinux 4.05-4
    syslog-ng 3.3.5-2
    system-config-lvm 1.1.16-1
    systemd 188-2
    systemd-arch-units 20120704-1
    systemd-sysvcompat 188-2
    systemd-tools 188-2
    systemd-ui-git 20120807-1
    t1lib 5.1.2-3
    taglib 1.7.2-2
    taglib-sharp 2.0.4.0-1
    talloc 2.0.7-1
    tar 1.26-2
    tcl 8.5.12-1
    tdb 1.2.9-2
    telepathy-farstream 0.4.0-1
    telepathy-gabble 0.16.1-1
    telepathy-glib 0.18.1-1
    telepathy-haze 0.6.0-2
    telepathy-idle 0.1.11-1
    telepathy-logger 0.4.0-1
    telepathy-mission-control 5.12.1-1
    telepathy-rakia 0.7.4-1
    telepathy-salut 0.8.0-1
    terminal 0.4.8-2
    tesseract 3.01-3
    texi2html 5.0-2
    texinfo 4.13a-7
    texlive-bibtexextra 2012.26868-1
    texlive-bin 2012.0-3
    texlive-core 2012.26892-2
    texlive-fontsextra 2012.26866-1
    texlive-formatsextra 2012.26689-1
    texlive-games 2012.26207-1
    texlive-genericextra 2012.26700-1
    texlive-htmlxml 2012.24013-1
    texlive-humanities 2012.25861-1
    texlive-langcjk 2012.26777-2
    texlive-langcyrillic 2012.26689-1
    texlive-langextra 2012.26750-1
    texlive-langgreek 2012.26313-1
    texlive-latexextra 2012.26807-1
    texlive-music 2012.26726-1
    texlive-pictures 2012.26791-1
    texlive-plainextra 2012.25953-1
    texlive-pstricks 2012.26865-1
    texlive-publishers 2012.26831-1
    texlive-science 2012.26607-1
    texmacs 1.0.7.15-1
    tftp-hpa 5.2-2
    thunar 1.4.0-2
    tk 8.5.12-1
    tmux 1.6-2
    tofrodos 1.7.9-1
    tomboy 1.10.2-1
    tor 0.2.2.37-1
    totem 3.4.3-1
    totem-plparser 3.4.2-1
    totem-plugin 3.4.3-1
    totem-plugin-arte 3.1.1-1
    tracker 0.14.2-1
    transcode 1.1.7-5
    transfig 3.2.5d-1
    transmission-gtk 2.61-1
    truecrypt 1:7.1a-1
    tsocks 1.8beta5-5
    ttf-adobe-fangsong 5.004-1
    ttf-adobe-fonts 10.1.2-1
    ttf-adobe-heiti 5.005-1
    ttf-adobe-kaiti 5.004-1
    ttf-adobe-song 5.002-1
    ttf-arphic-ukai 0.2.20080216.1-3
    ttf-arphic-uming 0.2.20080216.1-3
    ttf-baekmuk 2.2-7
    ttf-bitstream-vera 1.10-8
    ttf-cheapskate 2.0-8
    ttf-dejavu 2.33-3
    ttf-droid 20110417-2
    ttf-freebanglafont 20120206-2
    ttf-freefont 20120503-1
    ttf-indic-otf 0.2-6
    ttf-linux-libertine 5.3.0-1
    ttf-ms-fonts 2.0-9
    ttf-sazanami 20040629-7
    ttf-source-sans-pro 1.033-2
    ttf-tlwg 0.5.0-1
    ttf-ubraille 001.000-6
    ttf-vista-fonts 1-5
    tumbler 0.1.25-1
    twisted 12.1.0-1
    tzdata 2012e-1
    udisks 1.0.4-4
    udisks2 1.94.0-2
    uniconvertor 1.1.5-5
    unixodbc 2.3.1-1
    unpaper 0.4.2-1
    unrar 4.2.4-1
    unrtf 0.21.2-1
    unzip 6.0-6
    upower 0.9.17-2
    usb_modeswitch 1.2.3-2
    usbmuxd 1.0.8-1
    usbutils 006-1
    util-linux 2.21.2-5
    v4l-utils 0.8.8-1
    v8 3.9.9-1
    vala 0.16.1-1
    valgrind 3.8.0-1
    vba-m-gtk-svn 1108-1
    vbaexpress 1.2-5
    vcdimager 0.7.24-2
    vde2 2.3.2-1
    vdpau-video 0.7.3-3
    vi 1:050325-2
    vidalia 0.2.20-1
    videoproto 2.3.1-2
    vim 7.3.600-1
    vim-a 2.18-6
    vim-bufexplorer 7.2.8-5
    vim-buftabs 0.18-1
    vim-clang-complete 1.8-1
    vim-colorsamplerpack 8.03-3
    vim-doxygentoolkit 0.2.13-2
    vim-guicolorscheme 1.2-3
    vim-minibufexpl 6.4.2-2
    vim-project 1.4.1-6
    vim-runtime 7.3.600-1
    vim-spell-de 20120506-1
    vim-spell-en 20120506-1
    vim-taglist 45-5
    vim-vcscommand 1.99.46-2
    vim-workspace 1.0b1-6
    vinagre 3.4.2-1
    vino 3.4.2-1
    virtualbox 4.1.18-5
    virtualbox-ext-oracle 4.1.18-1
    virtualbox-modules 4.1.18-4
    virtualbox-source 4.1.18-5
    virtuoso 6.1.6-1
    virtuoso-base 6.1.6-1
    visualboyadvance 1.7.2-9
    vlc 2.0.3-2
    vpnc 0.5.3.svn516-3
    vte 0.28.2-3
    vte-common 0.32.2-1
    vte-sharp 2.26.0-8
    vte3 0.32.2-1
    vulture-nethack 2.3.67-0
    warsow 1.0-1
    warsow-data 1.0-1
    wavpack 4.60.1-2
    webkit-sharp 0.3-4
    webrtc-audio-processing 0.1-1
    weka 3.7.5-1
    wesnoth 1.10.3-2
    wesnoth-data 1.10.3-1
    wget 1.14-1
    which 2.20-5
    whois 5.0.18-1
    widelands 17-3
    widelands-data 17-1
    wildmidi 0.2.3.5-2
    wine 1.5.10-1
    wine_gecko 1.7-1
    winegame 0.2.0-2
    winestuff 0.2.0-2
    winetricks 20120308-1
    wireless-regdb 2011.04.28-1
    wireless_tools 29-6
    wireshark-cli 1.8.1-1
    wireshark-gtk 1.8.1-1
    wnck-sharp 2.26.0-8
    wpa_supplicant 1.0-1
    wvdial 1.61-4
    wvstreams 4.6.1-5
    wxgtk 2.8.12.1-3
    wxmaxima 12.04.0-1
    wxpython 2.8.12.1-3
    x264 20120705-1
    xapian-core 1.2.12-1
    xbitmaps 1.1.1-2
    xcb-proto 1.7.1-1
    xcb-util 0.3.9-1
    xcb-util-keysyms 0.3.9-1
    xchat 2.8.8-10
    xcursor-themes 1.0.3-2
    xdg-user-dirs 0.14-3
    xdg-utils 1.1.0-2.20120520
    xerces-c 3.1.1-3
    xextproto 7.2.1-1
    xf86-input-evdev 2.7.3-1
    xf86-input-synaptics 1.6.2-1
    xf86-video-fbdev 0.4.3-1
    xf86-video-nouveau 1.0.1-1
    xf86-video-vesa 2.3.2-1
    xf86dgaproto 2.1-2
    xf86vidmodeproto 2.3.1-2
    xfce4-appfinder 4.10.0-1
    xfce4-mixer 4.8.0-4
    xfce4-panel 4.10.0-1
    xfce4-session 4.10.0-3
    xfce4-settings 4.10.0-2
    xfconf 4.10.0-2
    xfdesktop 4.10.0-3
    xfsprogs 3.1.8-2
    xfwm4 4.10.0-2
    xfwm4-themes 4.10.0-1
    xine-lib 1.2.2-1
    xine-ui 0.99.7-1
    xineramaproto 1.2.1-2
    xinetd 2.3.15-2
    xkeyboard-config 2.6-1
    xmind 3.2.1-1
    xmldiff 0.6.10-2
    xmlto 0.0.25-2
    xmlwrapp 0.6.2-2
    xorg-bdftopcf 1.0.3-2
    xorg-docs 1.7-1
    xorg-font-util 1.3.0-1
    xorg-font-utils 7.6-3
    xorg-fonts-100dpi 1.0.1-4
    xorg-fonts-75dpi 1.0.1-4
    xorg-fonts-alias 1.0.2-2
    xorg-fonts-encodings 1.0.4-3
    xorg-fonts-misc 1.0.1-2
    xorg-iceauth 1.0.5-1
    xorg-luit 1.1.1-1
    xorg-mkfontdir 1.0.7-1
    xorg-mkfontscale 1.1.0-1
    xorg-server 1.12.3.901-1
    xorg-server-common 1.12.3.901-1
    xorg-server-devel 1.12.3.901-1
    xorg-server-utils 7.6-3
    xorg-sessreg 1.0.7-1
    xorg-setxkbmap 1.3.0-1
    xorg-twm 1.0.7-1
    xorg-util-macros 1.17-1
    xorg-utils 7.6-8
    xorg-xauth 1.0.7-1
    xorg-xbacklight 1.1.2-3
    xorg-xcmsdb 1.0.4-1
    xorg-xdpyinfo 1.3.0-1
    xorg-xdriinfo 1.0.4-3
    xorg-xev 1.2.0-1
    xorg-xgamma 1.0.5-1
    xorg-xhost 1.0.5-1
    xorg-xinit 1.3.2-1
    xorg-xinput 1.6.0-1
    xorg-xkbcomp 1.2.4-1
    xorg-xlsatoms 1.1.1-1
    xorg-xlsclients 1.1.2-2
    xorg-xmessage 1.0.3-2
    xorg-xmodmap 1.0.7-1
    xorg-xprop 1.2.1-1
    xorg-xrandr 1.3.5-1
    xorg-xrdb 1.0.9-2
    xorg-xrefresh 1.0.4-3
    xorg-xset 1.2.2-1
    xorg-xsetroot 1.1.0-3
    xorg-xvinfo 1.1.1-3
    xorg-xwininfo 1.1.2-1
    xpdf 3.03-2
    xplc 0.3.13-4
    xproto 7.0.23-1
    xterm 281-1
    xulrunner192 1.9.2.28-3
    xvidcore 1.3.2-1
    xz 5.0.4-1
    yajl 2.0.4-1
    yaourt 1.1-1
    yasm 1.2.0-2
    yelp 3.4.2-1
    yelp-xsl 3.4.2-1
    zeitgeist 0.9.0.1-1
    zenity 3.4.0-1
    zeromq 2.2.0-2
    zip 3.0-3
    zlib 1.2.7-1
    zsh 5.0.0-2
    zsh-completions-git 20120808-2
    zvbi 0.2.33-4
    zziplib 0.13.62-1
    Here some logs:
    % journalctl
    Aug 13 20:16:58 Primat systemd-journal[141]: Journal started
    Aug 13 20:16:59 Primat systemd-modules-load[149]: Inserted module 'nfs'
    Aug 13 20:17:06 Primat vgchange[219]: 3 logical volume(s) in volume group "vg_Primat" now active
    Aug 13 20:17:08 Primat mtp-probe[365]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-4"
    Aug 13 20:17:08 Primat mtp-probe[349]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-1"
    Aug 13 20:17:08 Primat mtp-probe[365]: bus: 1, device: 3 was not an MTP device
    Aug 13 20:17:08 Primat mtp-probe[349]: bus: 4, device: 2 was not an MTP device
    Aug 13 20:17:11 Primat systemd-cryptsetup[439]: Set cipher aes, mode cbc-essiv:sha256, key size 256 bits for device /dev/sda1.
    Aug 13 20:17:14 Primat systemd-fsck[437]: /dev/sda2: sauber, 344/122160 Dateien, 288834/487974 Blöcke
    Aug 13 20:17:20 Primat mkswap[483]: mkswap: /dev/mapper/swap: warning: don't erase bootbits sectors
    Aug 13 20:17:20 Primat mkswap[483]: on whole disk. Use -f to force.
    Aug 13 20:17:21 Primat mkswap[483]: Swapbereich Version 1 wird angelegt, Größe = 6265312 KiB
    Aug 13 20:17:21 Primat mkswap[483]: kein Label, UUID=cbbb92b0-02cb-46c4-8051-efa98b0669c8
    Aug 13 20:17:22 Primat bluetoothd[497]: bluetoothd[497]: Bluetooth daemon 4.101
    Aug 13 20:17:21 Primat bluetoothd[497]: Bluetooth daemon 4.101
    Aug 13 20:17:22 Primat avahi-daemon[501]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
    Aug 13 20:17:22 Primat avahi-daemon[501]: Successfully dropped root privileges.
    Aug 13 20:17:22 Primat avahi-daemon[501]: avahi-daemon 0.6.31 starting up.
    Aug 13 20:17:22 Primat acpid[505]: starting up with netlink and the input layer
    Aug 13 20:17:22 Primat acpid[505]: 4 rules loaded
    Aug 13 20:17:22 Primat acpid[505]: waiting for events: event logging is off
    Aug 13 20:17:22 Primat /usr/sbin/crond[498]: (CRON) INFO (Syslog will be used instead of sendmail.): Datei oder Verzeichnis nicht gefunden
    Aug 13 20:17:22 Primat /usr/sbin/crond[498]: (CRON) INFO (running with inotify support)
    Aug 13 20:17:22 Primat smartd[522]: smartd 5.43 2012-06-30 r3573 [x86_64-linux-3.4.8-1-ck] (local build)
    Aug 13 20:17:22 Primat smartd[522]: Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net
    Aug 13 20:17:22 Primat smartd[522]: Opened configuration file /etc/smartd.conf
    Aug 13 20:17:22 Primat smartd[522]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda, type changed from 'scsi' to 'sat'
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda [SAT], opened
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda [SAT], SAMSUNG HM320JI, S/N:S16LJD0Q4*****, WWN:5-0f0000-0014*****, FW:2SS00_01, 320 GB
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda [SAT], found in smartd database: SAMSUNG SpinPoint M6
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: Starting SDP server
    Aug 13 20:17:23 Primat bluetoothd[497]: Starting SDP server
    Aug 13 20:17:23 Primat avahi-daemon[501]: Successfully called chroot().
    Aug 13 20:17:23 Primat avahi-daemon[501]: Successfully dropped remaining capabilities.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Loading service file /services/sftp-ssh.service.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Loading service file /services/ssh.service.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Loading service file /services/udisks.service.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Network interface enumeration completed.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Registering HINFO record with values 'X86_64'/'LINUX'.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Server startup complete. Host name is Primat.local. Local service cookie is 59663620.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Service "Primat" (/services/udisks.service) successfully established.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Service "Primat" (/services/ssh.service) successfully established.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Service "Primat" (/services/sftp-ssh.service) successfully established.
    Aug 13 20:17:23 Primat systemd-logind[525]: New seat seat0.
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: Bluetooth Management interface initialized
    Aug 13 20:17:23 Primat bluetoothd[497]: Bluetooth Management interface initialized
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event4 (Power Button)
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event1 (Video Bus)
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event3 (Power Button)
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event2 (Lid Switch)
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> NetworkManager (version 0.9.4.0) is starting...
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect
    Aug 13 20:17:23 Primat dbus-daemon[527]: dbus[527]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
    Aug 13 20:17:23 Primat dbus[527]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: input-headset driver probe failed for device 6C:9B:02:FD:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: input-headset driver probe failed for device 6C:9B:02:FD:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: input-headset driver probe failed for device 00:1B:DC:04:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: input-headset driver probe failed for device 00:1B:DC:04:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: input-headset driver probe failed for device BC:B1:F3:C8:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: input-headset driver probe failed for device BC:B1:F3:C8:**:**
    Aug 13 20:17:23 Primat smartd[522]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.
    Aug 13 20:17:23 Primat smartd[522]: Monitoring 1 ATA and 0 SCSI devices
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: Adapter /org/bluez/497/hci0 has been enabled
    Aug 13 20:17:23 Primat bluetoothd[497]: Adapter /org/bluez/497/hci0 has been enabled
    Aug 13 20:17:24 Primat smartd[522]: Device: /dev/sda [SAT], previous self-test was interrupted by the host with a reset
    Aug 13 20:17:24 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Aug 13 20:17:24 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Aug 13 20:17:24 Primat NetworkManager[516]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
    Aug 13 20:17:24 Primat NetworkManager[516]: keyfile: parsing *** ...
    Aug 13 20:17:25 Primat acpid[505]: client connected from 849[0:0]
    Aug 13 20:17:25 Primat acpid[505]: 1 client rule loaded
    Aug 13 20:17:27 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Aug 13 20:17:27 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Aug 13 20:17:28 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Aug 13 20:17:28 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Aug 13 20:17:29 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Aug 13 20:17:29 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Aug 13 20:17:29 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Aug 13 20:17:29 Primat console-kit-daemon[887]: missing action
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Aug 13 20:17:29 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Aug 13 20:17:30 Primat systemd-logind[525]: New session 1 of user gdm.
    Aug 13 20:17:30 Primat systemd-logind[525]: Linked /tmp/.X11-unix/X0 to /run/user/120/X11-display.
    Aug 13 20:17:30 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.colord-sane' unit='colord-sane.service'
    Aug 13 20:17:30 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.colord-sane' unit='colord-sane.service'
    Aug 13 20:17:31 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.colord-sane'
    Aug 13 20:17:31 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.colord-sane'
    Aug 13 20:17:32 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Aug 13 20:17:32 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Aug 13 20:17:32 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.UPower'
    Aug 13 20:17:32 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.UPower'
    Aug 13 20:17:36 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Aug 13 20:17:36 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Aug 13 20:17:36 Primat systemd[1]: Failed to create cgroup cpu:/: No such file or directory
    Aug 13 20:17:40 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Aug 13 20:17:40 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:17:42 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=120 pid=1629 comm="gnome-shell --gdm-mode ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=887 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Aug 13 20:17:42 Primat dbus[527]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=120 pid=1629 comm="gnome-shell --gdm-mode ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=887 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Aug 13 20:18:26 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start timed out.
    Aug 13 20:18:26 Primat systemd[1]: Job home.mount/start failed with result 'dependency'.
    Aug 13 20:18:26 Primat systemd[1]: Job systemd-fsck@dev-mapper-vg_Primat\x2dlv_Home.service/start failed with result 'dependency'.
    Aug 13 20:18:26 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start failed with result 'timeout'.
    Aug 13 20:18:38 Primat acpid[505]: client 849[0:0] has disconnected
    Aug 13 20:18:52 Primat systemd[1]: NetworkManager.service operation timed out. Terminating.
    Aug 13 20:18:52 Primat NetworkManager[516]: <info> caught signal 15, shutting down normally.
    Aug 13 20:19:48 Primat acpid[505]: client connected from 849[0:0]
    Aug 13 20:19:48 Primat acpid[505]: 1 client rule loaded
    Aug 13 20:19:52 Primat acpid[505]: client 849[0:0] has disconnected
    Aug 13 20:19:55 Primat acpid[505]: client connected from 849[0:0]
    Aug 13 20:19:55 Primat acpid[505]: 1 client rule loaded
    Aug 13 20:19:58 Primat systemd-logind[525]: Power key pressed.
    Aug 13 20:19:58 Primat systemd-logind[525]: Refusing power-off, user is logged in.
    Aug 13 20:19:58 Primat systemd[1]: Job graphical.target/start failed with result 'dependency'.
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Terminating
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:19:58 Primat bluetoothd[497]: Terminating
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat avahi-daemon[501]: Got SIGTERM, quitting.
    Aug 13 20:19:58 Primat acpid[505]: exiting
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat iptables-flush[1693]: /usr/sbin/iptables
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Stopping SDP server
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Exit
    Aug 13 20:19:58 Primat avahi-daemon[501]: avahi-daemon 0.6.31 exiting.
    Aug 13 20:19:58 Primat bluetoothd[497]: Stopping SDP server
    Aug 13 20:19:58 Primat bluetoothd[497]: Exit
    Aug 13 20:20:10 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start timed out.
    Aug 13 20:20:10 Primat systemd[1]: Job systemd-fsck@dev-mapper-vg_Primat\x2dlv_Home.service/start failed with result 'dependency'.
    Aug 13 20:20:10 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start failed with result 'timeout'.
    Aug 13 20:20:22 Primat systemd[1]: NetworkManager.service stopping timed out (2). Killing.
    Aug 13 20:20:22 Primat systemd[1]: Unit NetworkManager.service entered failed state.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-mapper-swap.device/stop timed out.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-mapper-swap.device/stop failed with result 'timeout'.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-disk-by\x2duuid-cbbb92b0\x2d02cb\x2d46c4\x2d8051\x2defa98b0669c8.device/stop timed out.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-disk-by\x2duuid-cbbb92b0\x2d02cb\x2d46c4\x2d8051\x2defa98b0669c8.

    Your problem sounds similar to this one, except that they're using software raid rather than just pure LVM. If you're using an initrd, you may not have the appropriate modules installed. If you're not using an initrd, then the kernel probably needs LVM support compiled in (not as a module) and could be solved by fixing that. I have never used the ck-patchset, but this should give you an additional data point.
    Also comment=systemd.automount will be deprecated soon as I understand it; if you have a need for automounting, x-systemd.automount should be used instead.

  • [SOLVED] Suspend button no longer works after update

    Recently update my system, and now pressing the suspend button (Fn+F3 in my case) doesn't suspend it to ram as it did before.
    Running acpi_listen and hitting the button gives me the output "button/sleep SBTN 00000080 00000000 K" so clearly it's hearing it. Pressing the brightness buttons on the keyboard works (changes the brightness as expected), pressing the power button works to shut it down completely, closing the lid suspends it as expected... Just the suspend button stopped working.
    I saw a post about a different thing which mentioned systemd's config file "/etc/systemd/logind.conf" so I tried uncommenting the line in that file which tells systemd to handle the suspend button, but no luck, not even after rebooting to hopefully get it to source that file.
    Here is my ACPI folder's tree...
    ./events
    ./events/anything
    ./events/lm_battery
    ./events/lm_lid
    ./events/lm_ac_adapter
    ./handler.sh
    ./actions
    ./actions/lm_battery.sh
    ./actions/lm_lid.sh
    ./actions/lm_ac_adapter.sh
    It has everything it should have, i think. The handler script has a "case" for suspend button.
    Running "sudo pm-suspend" in a terminal suspends it, as does going into the XFCE shutdown menu and hitting suspend.
    I can't think of anything else to try. Also, I did look around for other posts, but wasn't able to find anything. If I missed something, I appologize for the double post.
    Thanks,
    --Scott
    EDIT: I swear I meant to put this in "laptop issues." This is embarrassing.
    Last edited by scott_fakename (2013-01-12 21:41:45)

    Sorry for not responding more punctually. handler.sh is as follows (the only modifications to it would have been things done by the system itself, as i haven't touched it)
    #!/bin/bash
    # Default acpi script that takes an entry for all actions
    case "$1" in
    button/power)
    case "$2" in
    PBTN|PWRF)
    logger 'PowerButton pressed'
    logger "ACPI action undefined: $2"
    esac
    button/sleep)
    case "$2" in
    SLPB|SBTN)
    logger 'SleepButton pressed'
    logger "ACPI action undefined: $2"
    esac
    ac_adapter)
    case "$2" in
    AC|ACAD|ADP0)
    case "$4" in
    00000000)
    logger 'AC unpluged'
    00000001)
    logger 'AC pluged'
    esac
    logger "ACPI action undefined: $2"
    esac
    battery)
    case "$2" in
    BAT0)
    case "$4" in
    00000000)
    logger 'Battery online'
    00000001)
    logger 'Battery offline'
    esac
    CPU0)
    *) logger "ACPI action undefined: $2" ;;
    esac
    button/lid)
    case "$3" in
    close)
    logger 'LID closed'
    open)
    logger 'LID opened'
    logger "ACPI action undefined: $3"
    esac
    logger "ACPI group/action undefined: $1 / $2"
    esac
    # vim:set ts=4 sw=4 ft=sh et:
    Also, here is logind.conf, which is back to its original state:
    # This file is part of systemd.
    # systemd is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2.1 of the License, or
    # (at your option) any later version.
    # See logind.conf(5) for details
    [Login]
    #NAutoVTs=6
    #ReserveVT=6
    #KillUserProcesses=no
    #KillOnlyUsers=
    #KillExcludeUsers=root
    #Controllers=
    #ResetControllers=cpu
    #InhibitDelayMaxSec=5
    #HandlePowerKey=poweroff
    #HandleSuspendKey=suspend
    #HandleHibernateKey=hibernate
    #HandleLidSwitch=suspend
    #PowerKeyIgnoreInhibited=no
    #SuspendKeyIgnoreInhibited=no
    #HibernateKeyIgnoreInhibited=no
    #LidSwitchIgnoreInhibited=yes
    The line that i uncommented (to no effect) was "HandleSuspendKey=suspend".
    I sort of have a workaround, inasmuch as I use XFCE and XFCE can handle the suspend key just fine, but the catch is that I have to have the DM up in order for it to do so, so it's not really a "solution" per se. Anyway. I don't know what else to try. The only other thing I could think of was to look in to laptop mode utils to see if others had had problems with it, but googling around yeilded nothing pertinent to this particular issue.

  • After security checks my ibank statement page does not load, load indicator around 80% complete then hangs. in IE loads OK.

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    ibank home page loads as does the security check page and accounts page. When specific account selected the loading indicator (bottom right) gets to around 80% then hangs. Tried with Internet Explorer and all oakay.
    == This happened
    ==
    Every time Firefox opened
    == This week
    ==
    == Troubleshooting information
    ==
    Application Basics
    Name Firefox
    Version 3.6.6
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Ancestry.com Advanced Image Viewer 1.0.0.1 false [email protected]
    RealPlayer Browser Record Plugin 1.1.5 false
    20-20 3D Viewer 4.5.2.0 false [email protected]
    Modified Preferences
    Name
    Value
    accessibility.blockautorefresh true
    accessibility.typeaheadfind.flashBar 0
    browser.history_expire_days.mirror 180
    browser.places.smartBookmarksVersion 2
    browser.startup.homepage https://login.yahoo.com/config/login_verify2?.intl=uk&.partner=bt-1&.done=http%3a//bt.yahoo.com/%3f
    browser.startup.homepage_override.mstone rv:1.9.2.6
    extensions.lastAppVersion 3.6.6
    network.cookie.prefsMigrated true
    places.last_vacuum 1279483935
    print.print_printer HP Photosmart C4100 series
    print.printer_HP_Photosmart_C4100_series.print_bgcolor false
    print.printer_HP_Photosmart_C4100_series.print_bgimages false
    print.printer_HP_Photosmart_C4100_series.print_command
    print.printer_HP_Photosmart_C4100_series.print_downloadfonts false
    print.printer_HP_Photosmart_C4100_series.print_edge_bottom 0
    print.printer_HP_Photosmart_C4100_series.print_edge_left 0
    print.printer_HP_Photosmart_C4100_series.print_edge_right 0
    print.printer_HP_Photosmart_C4100_series.print_edge_top 0
    print.printer_HP_Photosmart_C4100_series.print_evenpages true
    print.printer_HP_Photosmart_C4100_series.print_footercenter
    print.printer_HP_Photosmart_C4100_series.print_footerleft &PT
    print.printer_HP_Photosmart_C4100_series.print_footerright &D
    print.printer_HP_Photosmart_C4100_series.print_headercenter
    print.printer_HP_Photosmart_C4100_series.print_headerleft &T
    print.printer_HP_Photosmart_C4100_series.print_headerright &U
    print.printer_HP_Photosmart_C4100_series.print_in_color true
    print.printer_HP_Photosmart_C4100_series.print_margin_bottom 0.5
    print.printer_HP_Photosmart_C4100_series.print_margin_left 0.5
    print.printer_HP_Photosmart_C4100_series.print_margin_right 0.5
    print.printer_HP_Photosmart_C4100_series.print_margin_top 0.5
    print.printer_HP_Photosmart_C4100_series.print_oddpages true
    print.printer_HP_Photosmart_C4100_series.print_orientation 0
    print.printer_HP_Photosmart_C4100_series.print_pagedelay 500
    print.printer_HP_Photosmart_C4100_series.print_paper_data 9
    print.printer_HP_Photosmart_C4100_series.print_paper_height 11.00
    print.printer_HP_Photosmart_C4100_series.print_paper_size_type 0
    print.printer_HP_Photosmart_C4100_series.print_paper_size_unit 1
    print.printer_HP_Photosmart_C4100_series.print_paper_width 8.50
    print.printer_HP_Photosmart_C4100_series.print_reversed false
    print.printer_HP_Photosmart_C4100_series.print_scaling 1.00
    print.printer_HP_Photosmart_C4100_series.print_shrink_to_fit true
    print.printer_HP_Photosmart_C4100_series.print_to_file false
    print.printer_HP_Photosmart_C4100_series.print_unwriteable_margin_bottom 0
    print.printer_HP_Photosmart_C4100_series.print_unwriteable_margin_left 0
    print.printer_HP_Photosmart_C4100_series.print_unwriteable_margin_right 0
    print.printer_HP_Photosmart_C4100_series.print_unwriteable_margin_top 0
    print.printer_Microsoft_XPS_Document_Writer.print_bgcolor false
    print.printer_Microsoft_XPS_Document_Writer.print_bgimages false
    print.printer_Microsoft_XPS_Document_Writer.print_command
    print.printer_Microsoft_XPS_Document_Writer.print_downloadfonts false
    print.printer_Microsoft_XPS_Document_Writer.print_edge_bottom 0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_left 0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_right 0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_top 0
    print.printer_Microsoft_XPS_Document_Writer.print_evenpages true
    print.printer_Microsoft_XPS_Document_Writer.print_footercenter
    print.printer_Microsoft_XPS_Document_Writer.print_footerleft &PT
    print.printer_Microsoft_XPS_Document_Writer.print_footerright &D
    print.printer_Microsoft_XPS_Document_Writer.print_headercenter
    print.printer_Microsoft_XPS_Document_Writer.print_headerleft &T
    print.printer_Microsoft_XPS_Document_Writer.print_headerright &U
    print.printer_Microsoft_XPS_Document_Writer.print_in_color true
    print.printer_Microsoft_XPS_Document_Writer.print_margin_bottom 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_left 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_right 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_top 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_oddpages true
    print.printer_Microsoft_XPS_Document_Writer.print_orientation 0
    print.printer_Microsoft_XPS_Document_Writer.print_pagedelay 500
    print.printer_Microsoft_XPS_Document_Writer.print_paper_data 1
    print.printer_Microsoft_XPS_Document_Writer.print_paper_height 11.00
    print.printer_Microsoft_XPS_Document_Writer.print_paper_size_type 0
    print.printer_Microsoft_XPS_Document_Writer.print_paper_size_unit 0
    print.printer_Microsoft_XPS_Document_Writer.print_paper_width 8.50
    print.printer_Microsoft_XPS_Document_Writer.print_reversed false
    print.printer_Microsoft_XPS_Document_Writer.print_scaling 1.00
    print.printer_Microsoft_XPS_Document_Writer.print_shrink_to_fit true
    print.printer_Microsoft_XPS_Document_Writer.print_to_file false
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_bottom 0
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_left 0
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_right 0
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_top 0
    privacy.clearOnShutdown.cookies false
    privacy.sanitize.migrateFx3Prefs true
    security.warn_viewing_mixed false
    security.warn_viewing_mixed.show_once false
    == Firefox version
    ==
    3.6.6
    == Operating system
    ==
    Windows 7
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6
    == Plugins installed
    ==
    *-Default Plug-in
    *Shockwave Flash 10.1 r53
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *GEPlugin
    *Next Generation Java Plug-in 1.6.0_21 for Mozilla browsers
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *Office Authorization plug-in for NPAPI browsers
    *The plug-in allows you to open and edit files using Microsoft Office applications
    *6.0.12.775
    *RealPlayer(tm) HTML5VideoShim Plug-In
    *Google Update
    *Version 1.0.3, copyright 1996-2009 The VideoLAN Teamhttp://www.videolan.org/
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.3"

    I think that it is something wrong with kernel and graphic drivers but i'm not able to solve it from the beginning of using of Arch by me.
    I'm not so sure this issue is software-related only because in my case it seems the laptop screen enters power-saving mode (10-min timeout) on its own without any events logged (as shown by dmesg) so my next thought was OK, I'm going to get rid of this issue disabling the screen power-saving timeout in the BIOS and set it to never power down or something like that and from then on managing power mode manually; ie: when I want to power down I will just use systemctl suspend/hibernate which work fine ... problem is: there are no related options in my BIOS for such timeout.
    The only timeouts I have are in /etc/systemd/logind.conf set to 30min (#IdleActionSec) (commented) by default so these are not in effect because the screens goes blank after 10m which is less than the (default) 30m in logind. Maybe setting loggind to 9m (un-commented) to catch the event before the machine-default one ?
    IdleActionSec=9min
    IdleAction=suspend
    Will check it and report back.

  • Some Preferences not sticking ie screen saver jump back to random after setting a particular screen saver

    I set a specific screen saver in the preferences file, after a reboot, random savers box is always checked. Also when I move items to the side bar they stay there until a start-up after which they have disappeared.
    Thx  AL

    I think that it is something wrong with kernel and graphic drivers but i'm not able to solve it from the beginning of using of Arch by me.
    I'm not so sure this issue is software-related only because in my case it seems the laptop screen enters power-saving mode (10-min timeout) on its own without any events logged (as shown by dmesg) so my next thought was OK, I'm going to get rid of this issue disabling the screen power-saving timeout in the BIOS and set it to never power down or something like that and from then on managing power mode manually; ie: when I want to power down I will just use systemctl suspend/hibernate which work fine ... problem is: there are no related options in my BIOS for such timeout.
    The only timeouts I have are in /etc/systemd/logind.conf set to 30min (#IdleActionSec) (commented) by default so these are not in effect because the screens goes blank after 10m which is less than the (default) 30m in logind. Maybe setting loggind to 9m (un-commented) to catch the event before the machine-default one ?
    IdleActionSec=9min
    IdleAction=suspend
    Will check it and report back.

  • W7 64 bit F/Fox 3.6.13. Firefox page size reduces to about 50% without any input. Have to keep resizing by dragging edges. IE does not do this. Fix anyone?

    Could this be because I have 15 saved tabs but not all open together? Does seem to be a Firefox issue and has started to occur only recently.

    I think that it is something wrong with kernel and graphic drivers but i'm not able to solve it from the beginning of using of Arch by me.
    I'm not so sure this issue is software-related only because in my case it seems the laptop screen enters power-saving mode (10-min timeout) on its own without any events logged (as shown by dmesg) so my next thought was OK, I'm going to get rid of this issue disabling the screen power-saving timeout in the BIOS and set it to never power down or something like that and from then on managing power mode manually; ie: when I want to power down I will just use systemctl suspend/hibernate which work fine ... problem is: there are no related options in my BIOS for such timeout.
    The only timeouts I have are in /etc/systemd/logind.conf set to 30min (#IdleActionSec) (commented) by default so these are not in effect because the screens goes blank after 10m which is less than the (default) 30m in logind. Maybe setting loggind to 9m (un-commented) to catch the event before the machine-default one ?
    IdleActionSec=9min
    IdleAction=suspend
    Will check it and report back.

Maybe you are looking for

  • Cannot connect to other pc on network

    Hi. I have a laptop and so does my girlfrind. When we are connected to the network, it's not possible to access the other laptop. We can see the other laptop under "my computer", but when clicking at the icon, nothing happens We are using a WRVS4400N

  • InDesign CS3 Print Engine Error and Corrupt Print Dialog Box

    We are a networked office working on various files off of a server. After setting print settings in the print dialog box and saving the file, when another user (or the same user) reopens the file, the Print dialog box settings are changed in a bizarr

  • ALE and IDocs Relevant Issues (Error Code 51)

    Dear Gurus, I created a Master Data (MD)u2018testmrtu2019 via MM01 in our DEV environment. Now I want to transfer it into QAS environment via ALE mode. (The ALE configuration work was done.) The MD was successfully sent from DEV via BD10. (The light

  • What is the "other" portion of my storage shown in iTunes?

    So I want to download some stuff but the problem is I don't have ANY space left on my phone. The majority of this is apps, but I also have 1.53 GB of "other" storage. Now what is this "other" portion? 1.53 GB is a lot and I want to cut that down to 0

  • Concatenate strings vi

    I have made a concatenate strings vi in LV 6.0. However I am not able to save my readings in the save file. I cannot save the data. Notice the broken line. The vi is attached. Attachments: concatenate strings.vi ‏32 KB