[SOLVED] Systemd 2.18 - directory ownership

Have this issue with new systemd. When I install it gives me two lines of a warning, is this safe to ignore?
warning: directory ownership differs on /var/log/journal/remote/
filesystem: 0:999 package: 0:0
If not how would I go about figuring out what this means and how to remedy it?
Also I've upgraded my Arch system but when I boot it still says loading systemd 2.17, not 2.18, wierd, any thoughts?
Last edited by ad2phnx (2015-01-03 16:08:22)

ad2phnx wrote:Also I've upgraded my Arch system but when I boot it still says loading systemd 2.17, not 2.18, wierd, any thoughts?
There are already a few threads about this e.g. https://bbs.archlinux.org/viewtopic.php?id=191243
Rebuild your initramfs.
Last edited by karol (2015-01-02 05:57:00)

Similar Messages

  • [SOLVED] Clarify - directory ownership differs during sysmd upgrade

    Hello,
    I get the warning (see below) - and I am wondering if I understand it correctly that I do not need to do anything about this warning?
    warning: directory ownership differs on /var/log/journal/remote/
    filesystem: 0:998 package: 0:0
    It is the same warning discussed in this thread: https://bbs.archlinux.org/viewtopic.php?id=193782, and since it is solved,
    and the bug report here: https://bugs.archlinux.org/task/43852 also does not give me a conclusive answer, I opened this one.
    Regards
    Martin
    Last edited by onslow77 (2015-02-21 12:12:20)

    Hello,
    I tried to solve this by doing:
    1. Checking the systemd package
    pacman -Qkk systemd
    warning: systemd: /var/log/journal/remote (GID mismatch)
    2. Change the "/var/log/journal/remote" to the root group and user
    # chown root:root /var/log/journal/remote/
    3. Checking the systemd package again
    pacman -Qkk systemd
    systemd: 1003 total files, 0 altered files
    4. Seems correct, so I rebuild my initramfs and reboot (hoping this will keep the above chown edit)
    # mkinitcpio -p linux
    # reboot
    Checking the systemd package again
    pacman -Qkk systemd
    warning: systemd: /var/log/journal/remote (GID mismatch)
    So after my reboot I am back where I started - and I do not get it, what am I suppose to to with this warning, point me in the right direction please.
    Regards
    Martin

  • [SOLVED] systemd: ownership/permissions enforcement on /run

    I'm running sabnzbd on my laptop, under systemd. I'm also running it as my own user, rather than the sabnzbd user. In order to do this, I need to be able to write a pidfile within /run/sabnzbd/. The permissions on this directory are 0755, and it is owned by sabnzbd:sabnzbd. So, I need the permissions to be 0775, so that my user (in the sabnzbd group) can write to this directory. I chmod'ed it manually, but something seems to be enforcing permissions (and even ownership, as I have also chowned it to my user only to see it return to 0755 and sabnzbd:sabnzbd).
    Right now, as a workaround, I have a cronjob running every 5 mins that checks /run/sabnzbd and sets its permissions to 0775 if they are not set that way already. However, I'd like to find a more permanent solution. I've yet to find anything by searching the web, so I don't know if this is sabnzbd enforcing ownership/permissions or if it is something else. If anyone has more insight into this, it would be very much appreciated.
    EDIT: Found it. https://wiki.archlinux.org/index.php/Sy … rary_files
    Last edited by archtaku (2012-10-14 23:59:17)

    skanky wrote:mulit != multi
    Spelling gets me every time. 
    Thanks for catching that.
    I fixed the spelling mistake and update the service file to read:
    [Unit]
    Description=Set random wallpaper
    [Service]
    ExecStart=/usr/lib/systemd/scripts/wallpaper
    Type=oneshot
    RemainAfterExit=yes
    [Install]
    WantedBy=multi-user.target
    It is working now.  Thanks for the help.

  • [SOLVED] SystemD NTFS partition issue's

    Hey archers,
    hope someone here can help me
    recently began testing systemd & I am facing a problem where I have to ctrl+d or give root password during every boot up due to systemd having problems with my ntfs partition ( i mount at boot as I have symlinks to that partition for documents & programs which run in wine)
    I have not enabled anything to do with mounting or even added the fuse module to load as it has already picked that up!
    here are the entries I think are related to this from journalctl:
    Aug 29 07:57:37 b0x ntfs-3g[568]: Version 2012.1.15 external FUSE 29
    Aug 29 07:57:37 b0x ntfs-3g[568]: Mounted /dev/sdb1 (Read-Write, label "Win7-sys", NTFS 3.1)
    Aug 29 07:57:37 b0x ntfs-3g[568]: Cmdline options: rw,noatime,sync,gid=100,umask=002
    Aug 29 07:57:37 b0x ntfs-3g[568]: Mount options: rw,sync,allow_other,nonempty,noatime,fsname=/dev/sdb1,blkdev,blksize=4096,default_permissions
    Aug 29 07:57:37 b0x ntfs-3g[568]: Global ownership and permissions enforced, configuration type 7
    Aug 29 07:57:37 b0x ntfs-3g[568]: Warning : using problematic uid==0 and gid!=0
    Aug 29 07:57:37 b0x mount[572]: Mount is denied because the NTFS volume is already exclusively opened.
    Aug 29 07:57:37 b0x mount[572]: The volume may be already mounted, or another software may use it which
    Aug 29 07:57:37 b0x mount[572]: could be identified for example by the help of the 'fuser' command.
    Aug 29 07:57:37 b0x systemd[1]: media-Win7.mount mount process exited, code=exited status=16
    Aug 29 07:57:37 b0x systemd[1]: Job local-fs.target/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Triggering OnFailure= dependencies of local-fs.target.
    Aug 29 07:57:37 b0x systemd[1]: Job systemd-user-sessions.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job lightdm.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job graphical.target/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job multi-user.target/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job systemd-logind.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job dbus.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job [email protected]/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job hwclock.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job syslog-ng.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job network.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job cronie.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job snmpd.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job samba.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job webmin.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job systemd-tmpfiles-clean.timer/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd-journal[181]: Journal stopped
    Aug 29 07:57:37 b0x systemd-journal[584]: Journal started
    Aug 29 07:57:37 b0x ntfs-3g[568]: Unmounting /dev/sdb1 (Win7-sys)
    Aug 29 07:57:37 b0x systemd-udevd[224]: '/usr/sbin/alsactl restore 0' [500] terminated by signal 15 (Terminated)
    Aug 29 07:57:38 b0x systemd[1]: Startup finished in 3s 111ms 648us (kernel) + 6s 425ms 155us (userspace) = 9s 536ms 803us.
    Aug 29 07:57:38 b0x systemd[582]: Failed at step EXEC spawning /bin/plymouth: No such file or directory
    Aug 29 07:58:25 b0x systemd[1]: Cannot add dependency job for unit avani-dnsconfd.service, ignoring: Unit avani-dnsconfd.service failed to load: No such file or directory. See system lo...e' for details.
    Aug 29 07:58:25 b0x systemd[1]: Socket service syslog.service not loaded, refusing.
    Aug 29 07:58:26 b0x arch-modules-load[609]: mkdir: cannot create directory ‘/run/modules-load.d’: File exists
    Aug 29 07:58:26 b0x systemd-modules-load[706]: Module 'vhba' is already loaded
    Aug 29 07:58:26 b0x systemd-modules-load[706]: Module 'fuse' is already loaded
    Aug 29 07:58:26 b0x systemd-fsck[646]: public: clean, 385878/2039808 files, 5060668/8159011 blocks
    Aug 29 07:58:26 b0x systemd-fsck[653]: VM: clean, 228/5677056 files, 5637221/22680575 blocks
    Aug 29 07:58:26 b0x systemd-fsck[644]: Home: clean, 90204/1327104 files, 984778/5305458 blocks
    Aug 29 07:58:26 b0x ntfs-3g[871]: Version 2012.1.15 external FUSE 29
    Aug 29 07:58:26 b0x ntfs-3g[871]: Mounted /dev/sdb1 (Read-Write, label "Win7-sys", NTFS 3.1)
    Aug 29 07:58:26 b0x ntfs-3g[871]: Cmdline options: rw,gid=100,fmask=113,dmask=002
    Aug 29 07:58:26 b0x ntfs-3g[871]: Mount options: rw,allow_other,nonempty,relatime,fsname=/dev/sdb1,blkdev,blksize=4096,default_permissions
    Aug 29 07:58:26 b0x ntfs-3g[871]: Global ownership and permissions enforced, configuration type 7
    Aug 29 07:58:26 b0x ntfs-3g[871]: Warning : using problematic uid==0 and gid!=0
    Here is the entry in /etc/fstab for this partition:
    ## Entry for /dev/sdb1 SYSTEM:(Win7)
    UUID=44083B9668A3E0CC /media/Win7 ntfs-3g gid=users,fmask=113,dmask=002 0 0
    I have been all over goggle & am unable to find out anything which can help.
    As stated before I have links to this partition & so really want/need this partition to be mounted at boot.
    Any help on this will be greatly appreciated
    Thanks in advance
    EDIT #1
    rebooted again, still the same happening
    ran:
    $ sudo mount -l
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    dev on /dev type devtmpfs (rw,nosuid,relatime,size=3022708k,nr_inodes=755677,mode=755)
    run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    /dev/sda1 on / type ext4 (rw,relatime,data=ordered) [Arch-sys]
    securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
    tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
    devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
    tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755)
    cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
    cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
    cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
    cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
    cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
    cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
    cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
    cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
    systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
    debugfs on /sys/kernel/debug type debugfs (rw,relatime)
    mqueue on /dev/mqueue type mqueue (rw,relatime)
    hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
    fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
    tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
    /dev/sdb3 on /media/wine type ext4 (rw,noatime,errors=remount-ro,data=ordered) [wine] <<<THIS SHOULD NOT BE HERE!<<<<<<<<<
    /dev/sdd1 on /media/spare2 type ext4 (rw,noatime,errors=remount-ro,data=ordered) [spare2] <<<THIS SHOULD NOT BE HERE!<<<<<<<<<<
    /dev/sdc1 on /media/spare type ext4 (rw,noatime,errors=remount-ro,data=ordered) [spare] <<<THIS SHOULD NOT BE HERE!<<<<<<<<<<<
    /dev/sde1 on /media/USB-HDD2 type vfat (rw,noatime,sync,gid=100,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) [USB-HDD2] <<<<<THIS IS NORMAL
    /dev/sdb4 on /media/pac type ext4 (rw,noatime,errors=remount-ro,data=ordered) [pac] <<<THIS SHOULD NOT BE HERE!
    /dev/sdd1 on /media/Spare2 type ext4 (rw,relatime,errors=remount-ro,data=ordered) [spare2] <<<<<THIS IS NORMAL
    /dev/sdc1 on /media/Spare type ext4 (rw,relatime,errors=remount-ro,data=ordered) [spare] <<<<<THIS IS NORMAL
    /dev/sdb2 on /media/VM type ext4 (rw,relatime,errors=remount-ro,data=ordered) [VM] <<<<<THIS IS NORMAL
    /dev/sdb3 on /var/wine type ext4 (rw,relatime,errors=remount-ro,data=ordered) [wine] <<<<<THIS IS NORMAL
    /dev/sdb4 on /var/cache/pacman type ext4 (rw,relatime,errors=remount-ro,data=ordered) [pac] <<<<<THIS IS NORMAL
    /dev/sdb1 on /media/Win7 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096) [Win7-sys] <<<<<THIS IS NORMAL
    /dev/sda3 on /public type ext4 (rw,relatime,errors=remount-ro,data=ordered) [public] <<<<<THIS IS NORMAL
    /dev/sda5 on /home type ext4 (rw,relatime,errors=remount-ro,data=ordered) [Home] <<<<<THIS IS NORMAL
    gvfs-fuse-daemon on /run/user/1000/gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
    binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
    gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
    as you can see my partitions are being mounted TWICE which is not what I want or expected!
    is there more documentation on what systemd does with mounts that could explain why i have multiple mount points for partitions or is this due to systemd discovering my partitions & mounting them at points based on label names & then parsing my FSTAB as well!
    I have read the wikki but there is very small info there & the links have not provided an explanation for this unwanted behaviour
    EDIT #2
    >>>>>>>>>>>SOLVED<<<<<<<<<<<<<<
    not an NTFS or FUSE issue
    I had previously installed mnttools!
    removed & now all is well
    sorry
    Last edited by t0m5k1 (2012-08-29 08:30:11)

    OK,
    After being spurred on to try to do this thing properly, this is what I came up with today.
    My fstab line (for a USB NTFS disk):
    /dev/sdb1 /media/samsung ntfs-3g noauto,users,rw,nodev 0 0
    Then I created the /media/samsung folder and gave the audio group read/write permissions.
    It seems that non-root users can only mount an ntfs partition if they use a version of ntfs-3g with fuse included, so I replaced ntfs-3g with the version from AUR, having removed from the PKGBUILD file the option "-with-fuse=external" (see this thread: http://bbs.archlinux.org/viewtopic.php?id=44844 ).   I also had to set
    the ntfs-3g binary to setuid-root, dealt with here: http://www.tuxera.com/community/ntfs-3g … privileged (note- the instructions say this is discouraged, but it seems using ntfs partitions in linux requires some compromises).
    I can now mount the drive as an ordinary user.
    Then I set mpd back to run as user mpd, checked the audio group had access to all the mpd folders, and all was well.
    One hiccup which you might not have: mpd was unable to access my (external) sound card at first.  To solve this one, I used
    chmod 770 /dev/snd -R && chgrp audio /dev/snd -R
    As far as I can remember, that's everything.
    Last edited by Henry Flower (2010-04-20 12:54:26)

  • [SOLVED]systemd-tmpfiles-setup.service failure

    Hi guys,
    I just reinstalled arch with the following partitions:
    [root@arch_vinnom vinnom]# gdisk -l /dev/sda
    GPT fdisk (gdisk) version 1.0.0
    Partition table scan:
    MBR: protective
    BSD: not present
    APM: not present
    GPT: present
    Found valid GPT with protective MBR; using GPT.
    Disk /dev/sda: 625142448 sectors, 298.1 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): BD3CA679-FA08-4F60-9BAD-B845DE9FF7EB
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 625142414
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 2014 sectors (1007.0 KiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 4095 1024.0 KiB EF02 BIOS
    2 4096 52432895 25.0 GiB 8300 ROOT
    3 52432896 53481471 512.0 MiB 8300 BOOT
    4 53481472 74452991 10.0 GiB 8300 TMP
    5 74452992 95424511 10.0 GiB 8300 VAR
    6 95424512 602935295 242.0 GiB 8300 HOME
    7 602935296 625142414 10.6 GiB 8200 SWAP
    The problem is that tmpfs is mounted at '/tmp' through '/usr/lib/systemd/system/tmp.mount'
    # 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.
    [Unit]
    Description=Temporary Directory
    Documentation=man:hier(7)
    Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    ConditionPathIsSymbolicLink=!/tmp
    DefaultDependencies=no
    Conflicts=umount.target
    Before=local-fs.target umount.target
    [Mount]
    What=tmpfs
    Where=/tmp
    Type=tmpfs
    Options=mode=1777,strictatime
    Because of this, I'm always getting:
    ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
    Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup.service; static; vendor preset: disabled)
    Active: failed (Result: exit-code) since Dom 2015-05-03 03:29:58 BRT; 27min ago
    Docs: man:tmpfiles.d(5)
    man:systemd-tmpfiles(8)
    Process: 278 ExecStart=/usr/bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev (code=exited, status=1/FAILURE)
    Main PID: 278 (code=exited, status=1/FAILURE)
    Then I tried to change '/tmp' to '/run/tmpfs', folder that I created for this, using tmpfs wiki as reference.
    # 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.
    [Unit]
    Description=Temporary Directory
    Documentation=man:hier(7)
    Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    ConditionPathIsSymbolicLink=!/run/tmpfs
    DefaultDependencies=no
    Conflicts=umount.target
    Before=local-fs.target umount.target
    [Mount]
    What=tmpfs
    Where=/run/tmpfs
    Type=tmpfs
    Options=mode=1777,strictatime,nodev,nosuid,size=1536M
    But the error persists. What I'm missing?
    Last edited by vinnom (2015-05-03 16:51:38)

    ooo wrote:Couldn't you just mask the tmp.mount service? (as mentioned in the wiki page you linked)
    Then your /tmp partition would be mounted according to your fstab
    Raynman wrote:
    The tmp.mount generated from your fstab should override the tmp.mount in /usr/lib/systemd/system. You say
    The problem is that tmpfs is mounted at '/tmp' through '/usr/lib/systemd/system/tmp.mount'
    If that is true (could you show output of mount and your fstab?) that is worth investigating.
    However, your original problem seems to be that systemd-tmpfiles-setup.service fails. If something is wrong with your mounts, that could be related, but it might very well be something else. Is there any more information in the journal to indicate why the service fails (maybe even mentioning a tmpfiles.d config file that is responsible)? Did you create any config files for tmpfiles.d yourself?
    Sorry guys, I tried to be concise, but ended up that I didn't make myself clear.
    My '/tmp' is mounting fine as it takes priority over systemd. In fact, what I wanted to say is that '/tmp' mounts fine, systemd tried to mount tmpfs at '/tmp' and fails and I want to point tmpfs to mount at '/run/tmpfs' which I created for this, but just editing '/usr/lib/systemd/system/tmp.mount' didn't solve.
    As for journalctl, it repeats several times this message:
    Mai 02 22:43:32 arch_vinnom systemd[1]: systemd-tmpfiles-setup.service: main process exited, code=exited, status=1/FAILURE
    Mai 02 22:43:32 arch_vinnom systemd[1]: Failed to start Create Volatile Files and Directories.
    Mai 02 22:43:32 arch_vinnom systemd[1]: Unit systemd-tmpfiles-setup.service entered failed state.
    Mai 02 22:43:32 arch_vinnom systemd[1]: systemd-tmpfiles-setup.service failed.
    foutrelis wrote:
    Depending on how your '/var' file system is created/mounted, you might need to enable ACL on it:
    https://wiki.archlinux.org/index.php/Sy … rt_at_boot
    hmm
    I created my /var during arch installation, with mkfs.reiserfs.
    Using
    tune2fs -l /dev/sdXY | grep "Default mount options:"
    To check if acl was already enabled, I got:
    [root@arch_vinnom vinnom]# tune2fs -l /dev/sda5 | grep "Default mount options:"
    tune2fs: Bad magic number in super-block while trying to open /dev/sda5
    Couldn't find valid filesystem superblock.
    Then I searched a bit and noted that reiserfs isn't compatible with acl =/
    Last edited by vinnom (2015-05-03 15:12:18)

  • [SOLVED] systemd --user: "Failed to open private bus connection:"

    EDIT: The solution was to set DBUS_SESSION_BUS_ADDRESS, as suggested by gtmanfred in irc.  By putting the following before executing systemd --user, the error vanished:
    export DBUS_SESSION_BUS_ADDRESS=/run/user/$(id -u)/dbus/user_bus_socket
    ===================
    Original problem:
    Everything on my box appears to be working ok, but I'm getting this error consistently in tty1 and at the top of journalctl (as user) whenever I start systemd --user:
    systemd[3975]: Failed to open private bus connection: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    I roughly have my system setup per this wiki section https://wiki.archlinux.org/index.php/Sy … ur_Session.  I start systemd --user via a small script in my .bash_profile. Here are my relevant dbus{.service,socket} files, from the package user-session-units mentioned in the wiki:  (Edit: xorg is started through xorg-launch-helper, also from that wiki page)  Edit2: I'm not using autologin.  I noticed that under the autologin section of that page, DBUS_SESSION_BUS_ADDRESS is set to some path.  In my setup that isn't set anywhere, so I may try to copy that later but I don't have time to play with it right now.  Will post back later.
    =====/usr/lib/systemd/user/dbus.service=====
    [Unit]
    Description=D-Bus System Message Bus
    Requires=dbus.socket
    [Service]
    ExecStart=/usr/bin/dbus-daemon --session --address=systemd: --nofork --systemd-activation
    ExecReload=/usr/bin/dbus-send --print-reply --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
    =====/usr/lib/systemd/user/dbus.socket=====
    [Unit]
    Description=D-Bus System Message Bus Socket
    [Socket]
    ListenStream=%t/dbus/user_bus_socket
    And the output of sudo systemctl status dbus:
    dbus.service - D-Bus System Message Bus
    Loaded: loaded (/usr/lib/systemd/system/dbus.service; static)
    Active: active (running) since Tue 2013-02-05 14:50:30 EST; 22min ago
    Main PID: 369 (dbus-daemon)
    CGroup: name=systemd:/system/dbus.service
    └─369 /usr/bin/dbus-daemon --system --address=systemd: --no...
    Feb 05 14:50:30 sellers-laptop systemd[1]: Starting D-Bus System Message Bus...
    Feb 05 14:50:30 sellers-laptop systemd[1]: Started D-Bus System Message Bus.
    Feb 05 14:51:18 sellers-laptop dbus-daemon[369]: dbus[369]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Feb 05 14:51:18 sellers-laptop dbus[369]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Feb 05 14:51:18 sellers-laptop dbus[369]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
    Feb 05 14:51:18 sellers-laptop dbus-daemon[369]: dbus[369]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
    I'm not sure what the error even means or how to go about debugging it.  Any suggestions would be appreciated.
    Last edited by Feynman (2013-02-05 22:07:23)

    NVM...didn't notice it was already solved.
    Last edited by the sad clown (2013-02-05 22:33:10)

  • [SOLVED] systemd adsl service does not start

    After the today's upgrade of my system I get lines like this in my journal, as the adsl service does not want to start.
    # router systemd[522]: Failed at step EXEC spawning /usr/sbin/pppoe-start: No such file or directory
    The problem is, that pppoe-start is in /usr/bin/ and not in /usr/sbin. According to pacman (pacman-Ql rp-pppoe) /usr/bin/ is the correct location.
    I really don't know, why systemd is trying to launch it, because even the service file (/usr/lib/systemd/system/adsl.service) points to the correct location.
    [Unit]
    Description=ADSL Deamon
    [Service]
    Type=forking
    ExecStart=/usr/bin/pppoe-start
    ExecStop=/usr/bin/pppoe-stop
    [Install]
    WantedBy=multi-user.target
    The service is launching and stopping with pppoe-start and pppoe-stop.
    When launched, it also shuts down fine when stopping it by
    systemctl stop adsl
    Why the hell is it trying to launch from /usr/sbin/?
    Last edited by scar (2013-06-04 13:07:23)

    It goes definitely against any logic.
    The service file looks good, but I've copied it to /usr/lib/systemd/system/bdsl.service. Same contents - and the new one launches succesfully.
    I've deleted the original ...adsl.service file, verified that it disappeared, copied it back from the new bdsl.service file, and it still does not launch.
    [EDIT]
    I've erased the drive, restored the system from a 1 week old backup, started it - everything worked. Then I'v updated the whole system, including the rp-pppoe package, and the adsl service is failing again.
    Downgrading solves the problem. Should I file a bug report?
    Last edited by scar (2013-06-01 10:14:41)

  • [SOLVED] systemd-modules-load fails

    .. because it cannot find gspca. My log:
    journalctl -xn
    -- Logs begin at Thu 2013-08-22 11:43:18 CEST, end at Mon 2014-06-23 14:26:30 CEST. --
    Jun 23 14:25:21 jiggs org.kde.knotify[1825]: "/org/freedesktop/UDisks2/block_devices/loop7" has new interfaces: ("org.
    Jun 23 14:25:22 jiggs org.kde.knotify[1825]: "/org/freedesktop/UDisks2/block_devices/loop2" has new interfaces: ("org.
    Jun 23 14:25:22 jiggs org.kde.knotify[1825]: "/org/freedesktop/UDisks2/block_devices/loop1" has new interfaces: ("org.
    Jun 23 14:25:22 jiggs org.kde.knotify[1825]: "/org/freedesktop/UDisks2/block_devices/loop0" has new interfaces: ("org.
    Jun 23 14:26:19 jiggs org.kde.knotify[1825]: "/org/freedesktop/UDisks2/block_devices/loop0" lost interfaces: ("org.fre
    Jun 23 14:26:30 jiggs systemd[1]: Starting Load Kernel Modules...
    -- Subject: Unit systemd-modules-load.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-modules-load.service has begun starting up.
    Jun 23 14:26:30 jiggs systemd-modules-load[3138]: Failed to find module 'gspca'
    Jun 23 14:26:30 jiggs systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
    Jun 23 14:26:30 jiggs systemd[1]: Failed to start Load Kernel Modules.
    -- Subject: Unit systemd-modules-load.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-modules-load.service has failed.
    -- The result is failed.
    Jun 23 14:26:30 jiggs systemd[1]: Unit systemd-modules-load.service entered failed state.
    But I have lots of gspca's:
    # ls /lib/modules/`uname -r`/kernel/drivers/media/usb/gspca
    gl860 gspca_kinect.ko gspca_ov534.ko gspca_sonixj.ko gspca_sq905c.ko gspca_topro.ko
    gspca_benq.ko gspca_konica.ko gspca_pac207.ko gspca_spca1528.ko gspca_sq905.ko gspca_tv8532.ko
    gspca_conex.ko gspca_main.ko gspca_pac7302.ko gspca_spca500.ko gspca_sq930x.ko gspca_vc032x.ko
    gspca_cpia1.ko gspca_mars.ko gspca_pac7311.ko gspca_spca501.ko gspca_stk014.ko gspca_vicam.ko
    gspca_etoms.ko gspca_mr97310a.ko gspca_se401.ko gspca_spca505.ko gspca_stk1135.ko gspca_xirlink_cit.ko
    gspca_finepix.ko gspca_nw80x.ko gspca_sn9c2028.ko gspca_spca506.ko gspca_stv0680.ko gspca_zc3xx.ko
    gspca_jeilinj.ko gspca_ov519.ko gspca_sn9c20x.ko gspca_spca508.ko gspca_sunplus.ko m5602
    gspca_jl2005bcd.ko gspca_ov534_9.ko gspca_sonixb.ko gspca_spca561.ko gspca_t613.ko stv06xx
    The only difference I have with respect to a standard installation is that I downloaded an older version of the backport drivers, and in doing so I surely re-installed gspca.
    So my questions are: where is systemd-module-load searching for gspca? How can I persuade it to search in the right directory? And in any case, why is it searching for it in the wrong place to start with?. Just in case,
    # uname -a
    Linux jiggs 3.15.1-1-ARCH #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014 x86_64 GNU/Linux
    Last edited by MariusMatutiae (2014-06-26 09:10:22)

    Problem solved, thanks to both of you guys. For some resason, I had a webcam.conf file in /etc/modules-load.d containing the single line *gspca*, which is not a module: both modprobe and insmod fail, because the correct module name is one of those listed in /lib/modules/`uname -r`/kernel/drivers/media/usb/gspca. They are called gspca_benq.ko       gspca_konica.ko and so on. I simply deleted the file since I  do not need it.
    As for backport drivers: this site, http://drvbp1.linux-foundation.org/~mcg … backports/ has the most recent versions of Linux drivers, backported so that older kernels can install them (I understand this is not a concern for fellow Archers). Whenever I need to upgrade (mostly on Debian) or downgrade (a few times on Arch, because an older version of a driver is free of a newly minted bug) I download these drivers, compile them and install them from source.

  • [SOLVED]Systemd autostart conky

    Hi guys, as a new Arch user I tried to play a bit with systemd to have it automatically start Conky after logon. When I try to start conky manually from the terminal it all works perfectly but when systemd needs to do it as a unit (service) it's not possible as Conky doesn't accept the rc file it's been given. It seems that the variable $HOME or %h is unknown to systemd. Below some details
    Starting my 2 Conky files from the Gnome terminal is no problem:
    conky -d -c $HOME/.Conky/ConkyToprc
    conky -d -c $HOME/.Conky/ConkyLogrc
    cat /etc/systemd/system/conky.service:
    [Unit]
    Description=Conky system monitor
    Documentation=man:conky(1)
    [Service]
    Type=forking
    ExecStart=/usr/bin/conky -d -c /home/viper/.Conky/ConkyToprc
    [Install]
    WantedBy=xinitrc.target
    [root@Arch viper]# systemctl status conky.service
    ● conky.service - Conky system monitor
    Loaded: loaded (/etc/systemd/system/conky.service; disabled)
    Active: failed (Result: core-dump) since Fri 2014-05-16 18:39:51 CEST; 10min ago
    Docs: man:conky(1)
    Process: 4833 ExecStart=/usr/bin/conky -d -c /home/viper/.Conky/ConkyToprc (code=dumped, signal=ABRT)
    May 16 18:39:51 Arch conky[4833]: Conky: $HOME environment variable doesn't exist
    May 16 18:39:51 Arch conky[4833]: conky: malloc.c:2369: sysmalloc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == ...
    May 16 18:39:51 Arch systemd-coredump[4834]: Process 4833 (conky) dumped core.
    May 16 18:39:51 Arch systemd[1]: conky.service: control process exited, code=dumped status=6
    May 16 18:39:51 Arch systemd[1]: Failed to start Conky system monitor.
    May 16 18:39:51 Arch systemd[1]: Unit conky.service entered failed state.
    Hint: Some lines were ellipsized, use -l to show in full.
    So even after changing the systemd unit file to use the full path /home/viper/.Conky/ConkyToprc it's still not working. I think after changing $HOME or %h Conky did accept the config file but doesn't recognize the $HOME variable in the config file anymore. Or maybe I'm missing something here... And I'm not even trying to load the second conky file Anyone an idea as where I need to look? Any help is highly appreciated. Thank you in advance.
    It seems to be a bit related to this: http://lists.freedesktop.org/archives/s … 06217.html
    Last edited by DarkLite1 (2014-05-17 16:48:04)

    Thank you everyone for your feedback, I really appreciate it Some things I would still like to clarify although I fully agree with your reasoning of not using systemd for my 'conky' idea here.
    @ANOKNUSA: Yes you are right, systemd starts everything simultaneously at boot time. The way I did my test was to start the unit manually from the Gnome terminal after already being logged on to Gnome. So in my point of view the $HOME variable did already exist at that point and there was no need to wait for the X server... So in theory, it should've been able to get the job done.
    @twelveeighty: So yes, I do believe you are right. systemd doesn't know $HOME at all.
    Than my final question to have this solved for me. What is the best way to have 2 instances of Conky running with each it's own config file? I tried the following already, but it was unsuccessful:
    cat /etc/profile.d/autostart.sh
    Exec=/usr/sbin/conky -d -c /home/viper/.Conky/ConkyToprc
    Exec=/usr/sbin/conky -d -c /home/viper/.Conky/ConkyLogrc
    cat /usr/share/gnome/autostart/conky.desktop
    [Desktop Entry]
    Type=Application
    Name=Conky
    Comment=Start conky script
    Exec=/usr/sbin/conky -d -c /home/viper/.Conky/ConkyToprc
    Exec=/usr/sbin/conky -d -c /home/viper/.Conky/ConkyLogrc
    OnlyShowIn=GNOME;
    X-GNOME-Autostart-Phase=Application
    When trying to follow the proposed solution found here https://wiki.archlinux.org/index.php/xinitrc there is no example file availble for .xinitrc in /etc/skel as suggested 'Copy the sample /etc/skel/.xinitrc file to your home directory' And if there was, how would the syntax be for 2 instances of Conky? Because when I read the Note it's not possible to add 2 lines of EXEC:
    Note: Make sure to uncomment only one exec line, since that will be the last command run from the script; all the following lines will just be ignored. Do NOT attempt to background your WM by appending a `&` to the line.
    /again: thanks for still helping me out and reading my jibber/jabber. I sometimes really feel like a noob here between all you pro's. But the only way of getting there is by falling and learning how to get up? Right Bruce?
    Last edited by DarkLite1 (2014-05-17 16:18:43)

  • (Solved) systemd-journald extremely high CPU usage

    I started noticing this problem a few days ago, but I thought it was because I was running too much with too little RAM. But when running nothing more than a KDE desktop, my CPU usage bounces between 50% and 100%, making things laggy. It looks like systemd-journald is to blame, as it is using 50% of the CPU. This is an AMD Phenom II dual core, so this definitely shouldn't be happening. I noticed journal logs were more than 2 GB, so I deleted everything within /var/log/journal/. Rebooted, no change, so I disabled journal storage, but that did not solve the problem.
    Nothing in the logs looks like a problem to me:
    $ sudo journalctl
    -- Logs begin at Tue 2013-03-12 17:31:37 PDT, end at Tue 2013-03-12 18:15:56 PDT. --
    Mar 12 17:31:37 silverstone systemd-journal[149]: Allowing runtime journal files to grow to 298.6M.
    Mar 12 17:31:37 silverstone kernel: Initializing cgroup subsys cpuset
    Mar 12 17:31:37 silverstone kernel: Initializing cgroup subsys cpu
    Mar 12 17:31:37 silverstone kernel: Linux version 3.7.10-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (G
    Mar 12 17:31:37 silverstone kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=31669ea0-76db
    Mar 12 17:31:37 silverstone kernel: e820: BIOS-provided physical RAM map:
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x00000000000e2000-0x00000000000fffff] reserved
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000cff8ffff] usable
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x00000000cff90000-0x00000000cff9dfff] ACPI data
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x00000000cff9e000-0x00000000cffdffff] ACPI NVS
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x00000000cffe0000-0x00000000cfffffff] reserved
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x0000000100000000-0x00000001afffffff] usable
    Mar 12 17:31:37 silverstone kernel: NX (Execute Disable) protection: active
    Mar 12 17:31:37 silverstone kernel: SMBIOS 2.5 present.
    Mar 12 17:31:37 silverstone kernel: DMI: MSI MS-7642/890GXM-G65 (MS-7642) , BIOS V1.2 03/31/2010
    Mar 12 17:31:37 silverstone kernel: e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    Mar 12 17:31:37 silverstone kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Mar 12 17:31:37 silverstone kernel: No AGP bridge found
    Mar 12 17:31:37 silverstone kernel: e820: last_pfn = 0x1b0000 max_arch_pfn = 0x400000000
    Mar 12 17:31:37 silverstone kernel: MTRR default type: uncachable
    Mar 12 17:31:37 silverstone kernel: MTRR fixed ranges enabled:
    Mar 12 17:31:37 silverstone kernel: 00000-9FFFF write-back
    Mar 12 17:31:37 silverstone kernel: A0000-EFFFF uncachable
    Mar 12 17:31:37 silverstone kernel: F0000-FFFFF write-protect
    Mar 12 17:31:37 silverstone kernel: MTRR variable ranges enabled:
    Mar 12 17:31:37 silverstone kernel: 0 base 000000000000 mask FFFF80000000 write-back
    Mar 12 17:31:37 silverstone kernel: 1 base 000080000000 mask FFFFC0000000 write-back
    Mar 12 17:31:37 silverstone kernel: 2 base 0000C0000000 mask FFFFF0000000 write-back
    Mar 12 17:31:37 silverstone kernel: 3 disabled
    Mar 12 17:31:37 silverstone kernel: 4 disabled
    Mar 12 17:31:37 silverstone kernel: 5 disabled
    Mar 12 17:31:37 silverstone kernel: 6 disabled
    Mar 12 17:31:37 silverstone kernel: 7 disabled
    Mar 12 17:31:37 silverstone kernel: TOM2: 00000001b0000000 aka 6912M
    Mar 12 17:31:37 silverstone kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Mar 12 17:31:37 silverstone kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
    Mar 12 17:31:37 silverstone kernel: e820: last_pfn = 0xcff90 max_arch_pfn = 0x400000000
    Mar 12 17:31:37 silverstone kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff880
    Mar 12 17:31:37 silverstone kernel: initial memory mapped: [mem 0x00000000-0x1fffffff]
    Mar 12 17:31:37 silverstone kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    $ systemctl status systemd-journald
    systemd-journald.service - Journal Service
    Loaded: loaded (/usr/lib/systemd/system/systemd-journald.service; static)
    Active: active (running) since Tue 2013-03-12 18:10:41 PDT; 8min ago
    Docs: man:systemd-journald.service(8)
    man:journald.conf(5)
    Main PID: 142 (systemd-journal)
    Status: "Processing requests..."
    CGroup: name=systemd:/system/systemd-journald.service
    `-142 /usr/lib/systemd/systemd-journald
    However, it looks like the log files keep getting corrupted:
    $ sudo journalctl --verify
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@5e6edd359123491f9998a310206ccbf9-000000000007f543-0004d7c4445effa4.journal
    Invalid object contents at 124687944ââââââââââââââââââââââââââââââââââââââââââ 49%
    File corruption detected at /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-00000000000a8cb7-0004d7c3d52e9748.journal:124687944 (of 134074368, 92%).
    FAIL: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-00000000000a8cb7-0004d7c3d52e9748.journal (Bad message)
    Invalid object contents at 75715936âââââââââââââââââââââââââââââââââââââââââââ 49%
    File corruption detected at /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system.journal:75715936 (of 76156928, 99%).
    FAIL: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system.journal (Bad message)
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-00000000000290d6-0004d7c3a0033472.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@5e6edd359123491f9998a310206ccbf9-0000000000000001-0004d7c413227650.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/[email protected]~
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-00000000000fcfc0-0004d7c3fd8ee9c5.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/[email protected]~
    Invalid object contents at 124701856ââââââââââââââââââââââââââââââââââââââââââ 49%
    File corruption detected at /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-0000000000000001-0004d7c3876dda65.journal:124701856 (of 134049792, 93%).
    FAIL: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-0000000000000001-0004d7c3876dda65.journal (Bad message)
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@5e6edd359123491f9998a310206ccbf9-00000000000a9da8-0004d7c45187e39e.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-00000000000d26b1-0004d7c3ea1b73f7.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@5e6edd359123491f9998a310206ccbf9-000000000002a43f-0004d7c425785944.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-00000000000539fb-0004d7c3b2d1f935.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@5e6edd359123491f9998a310206ccbf9-0000000000054d23-0004d7c4354da4ef.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/user-1000@2c1af599e637441985385fe37ded2a2c-0000000000001706-0004d7c38cd3de88.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/user-1000@5e6edd359123491f9998a310206ccbf9-00000000000019b4-0004d7c4153f8628.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-000000000007e345-0004d7c3c3ed8197.journal
    I am using a two or three year old SSD, so maybe it has gotten some bad sectors? But that doesn't explain why journald still bricks things when it isn't logging anything. The install is 10 months old, and I switched from init to systemd around October. Is there anything I can do, short of reinstalling?
    Thanks,
    Nicholas
    Last edited by bicyclingrevolution (2013-03-14 05:57:13)

    Thanks for the tip ilkyest, but it didn't make any difference to the systemd-journald problem.
    However, I looked at journalctl again and found it cluttered with CUPS failures:
    -- Logs begin at Tue 2013-03-12 19:17:00 PDT, end at Wed 2013-03-13 22:31:31 PDT. --
    Mar 12 19:17:00 silverstone spideroak_inotify[796]: Program started
    Mar 12 19:21:30 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:30 silverstone systemd-journal[143]: Suppressed 7199 messages from /system
    Mar 12 19:21:27 silverstone systemd[1]: Starting CUPS Printing Service...
    Mar 12 19:21:30 silverstone systemd-journal[143]: Suppressed 5471 messages from /system
    Mar 12 19:21:27 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:30 silverstone systemd-journal[143]: Suppressed 5699 messages from /system
    Mar 12 19:21:27 silverstone systemd[1]: Failed to start CUPS Printing Service.
    Mar 12 19:21:27 silverstone systemd[1]: Starting CUPS Printing Service...
    Mar 12 19:21:27 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:27 silverstone systemd[1]: Failed to start CUPS Printing Service.
    Mar 12 19:21:27 silverstone systemd[1]: Starting CUPS Printing Service...
    Mar 12 19:21:27 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:27 silverstone systemd[1]: Failed to start CUPS Printing Service.
    Mar 12 19:21:27 silverstone systemd[1]: Starting CUPS Printing Service...
    Mar 12 19:21:27 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:30 silverstone systemd-coredump[1592]: Process 1590 (cupsd) dumped core.
    Mar 12 19:21:28 silverstone colord[354]: Profile added: Deskjet_3840-Gray..
    Mar 12 19:21:28 silverstone colord[354]: Profile added: Deskjet_3840-RGB..
    Mar 12 19:21:28 silverstone colord[354]: Device added: cups-Deskjet_3840
    Mar 12 19:21:28 silverstone colord[354]: Profile added: Deskjet_F4100-Gray..
    Mar 12 19:21:28 silverstone colord[354]: Profile added: Deskjet_F4100-RGB..
    Mar 12 19:21:28 silverstone colord[354]: Device added: cups-Deskjet_F4100
    Mar 12 19:21:28 silverstone dbus[337]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Mar 12 19:21:28 silverstone dbus[337]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs
    Mar 12 19:21:28 silverstone colord[354]: Profile removed: Deskjet_3840-Gray..
    Mar 12 19:21:28 silverstone colord[354]: Profile removed: Deskjet_3840-RGB..
    Mar 12 19:21:28 silverstone colord[354]: device removed: cups-Deskjet_3840
    Mar 12 19:21:31 silverstone colord[354]: Profile removed: Deskjet_F4100-Gray..
    Mar 12 19:21:31 silverstone colord[354]: Profile removed: Deskjet_F4100-RGB..
    Mar 12 19:21:31 silverstone colord[354]: device removed: cups-Deskjet_F4100
    Mar 12 19:21:31 silverstone dbus-daemon[337]: dbus[337]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Mar 12 19:21:31 silverstone dbus-daemon[337]: dbus[337]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or director
    Mar 12 19:21:31 silverstone systemd-journal[143]: Missed 6365 kernel messages
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone cupsd[1590]: Unknown directive DefaultAuthType on line 9.
    Mar 12 19:21:31 silverstone cupsd[1590]: cupsd: client.c:757: avahi_client_get_host_name: Assertion `client' failed.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone cupsd[1594]: Unknown directive DefaultAuthType on line 9.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Disabling cups solved the CPU usage issue.
    It looks like the root of the problem is Avahi failing to start, but I have no idea why it isn't working.
    $ systemctl status dbus-org.freedesktop.Avahi.service
    dbus-org.freedesktop.Avahi.service
    Loaded: error (Reason: No such file or directory)
    Active: inactive (dead)

  • [SOLVED] systemd: Failed to open private dbus connection

    Below is a snapshot from journalctl -b:
    systemd[1]: Starting user-1000.slice.
    systemd[1]: Created slice user-1000.slice.
    systemd[1]: Starting User Manager for 1000...
    systemd[1]: Starting Session 1 of user me.
    systemd[1]: Started Session 1 of user me.
    systemd-logind[195]: New session 1 of user me.
    systemd[261]: pam_unix(systemd-user:session): session opened for user me by (uid=0)
    systemd[261]: Failed to open private dbus connection: Failed to connect to socet /run/usr/1000/dbususer_bus_socket: No such file or directory
    systemd[261]: Mounted /sys/kernel/config.
    systemd[261]: Stopped target Bluetooth.
    systemd[261]: Stopped target Sound Card.
    systemd[261] Starting Default.
    systemd[261]: Reached target Default.
    systemd[261]: Startup finished in 135ms.
    systemd[1]: Started User Manager for 1000.
    login[199]: LOGIN ON tty1 BY me
    It's a fresh Arch Linux install and I didn't even had a time yet to tinker with systemd so it's unlikely that I've messed things up. I suspect that it might be the cause of the following problem:
    $ systemctl status --user
    Failed to issue method call: Process /bin/false exited with status 1
    For reference, systemd version:
    $ systemctl --version
    systemd 207
    +PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ
    Any ideas how can I solve the private dbus connection problem?
    Last edited by vox23 (2013-09-25 17:02:22)

    65kid wrote:do you actually experience any problems?
    I thought that it might be related to:
    $ systemctl status --user
    Failed to issue method call: Process /bin/false exited with status 1
    however when I followed wiki and created:
    $cat /etc/systemd/system/[email protected]/environment.conf
    [Service]
    Environment=DISPLAY=:0
    Environment=XDG_RUNTIME_DIR=/run/user/%I
    Environment=SHELL=%s
    then /bin/false error went away. I still have some problems with systemd managing my user session but unrelated to the above. Marking as solved.

  • [SOLVED] Systemd has problems with ntfs-3g

    Hi!
    I created a custom daemon.
    It's very simple.
    [Unit]
    Description=Mounting partitions if Im at home
    [Service]
    Type=simple
    ExecStart=/home/skitter/homemount.sh
    [Install]
    WantedBy=multi-user.target
    And the content of a script:
    #!/bin/bash
    device0="/dev/disk/by-uuid/e2b0e86b-d377-4699-9407-48d56eb439d0"
    if [ -b "$device0" ]
    then
    mount UUID=01CECC33AEE58980 /mnt/WINDOWS
    mount UUID=ff2d44b5-bdd0-4524-89bf-6ac3bc005887 /mnt/Other
    mount UUID=599D77CD384A8B00 /mnt/Files
    fi
    Unfortunately for some reason the ntfs partitions are being automatically unmounted.
    The ext4 partition is not causing any problems.
    $sudo systemctl status homemount
    homemount.service - Mounting disk if Im at home
    Loaded: loaded (/usr/lib/systemd/system/homemount.service; enabled)
    Active: inactive (dead) since Sun 2013-10-27 21:56:23 CET; 1s ago
    Process: 3202 ExecStart=/home/skitter/homemount.sh (code=exited, status=0/SUCCESS)
    Main PID: 3202 (code=exited, status=0/SUCCESS)
    Oct 27 21:56:22 archer ntfs-3g[3206]: Mounted /dev/sdb1 (Read-Write, label "", NTFS 3.1)
    Oct 27 21:56:22 archer ntfs-3g[3206]: Cmdline options: rw
    Oct 27 21:56:22 archer ntfs-3g[3206]: Mount options: rw,allow_other,nonempty,relatime,fsname=/dev/sdb1,blkdev,blksize=4096
    Oct 27 21:56:22 archer ntfs-3g[3206]: Ownership and permissions disabled, configuration type 7
    Oct 27 21:56:23 archer ntfs-3g[3213]: Version 2013.1.13 external FUSE 29
    Oct 27 21:56:23 archer ntfs-3g[3213]: Mounted /dev/sda1 (Read-Write, label "Files", NTFS 3.1)
    Oct 27 21:56:23 archer ntfs-3g[3213]: Cmdline options: rw
    Oct 27 21:56:23 archer ntfs-3g[3213]: Mount options: rw,allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
    Oct 27 21:56:23 archer ntfs-3g[3213]: Ownership and permissions disabled, configuration type 7
    Oct 27 21:56:23 archer ntfs-3g[3206]: Unmounting /dev/sdb1 ()
    Last edited by Skitter (2013-10-27 21:43:32)

    I think this is because the mount command exits, so the daemon is then considered dead (or completed).  But I am not entirely sure about this.
    A better solution would be to simply make an entry in your fstab with the noauto,x-systemd.automount,nofail options.  This would essentially achieve what you are after I think.  You could also make actualy systemd.mount and systemd.automount units as well, though these would automagically be generated by an entry in your fstab.
    If you are unsure of what exactly to put in native systemd units, you can always see what systemd does in /run/systemd/generators.  In fact, if you put a fstab entry for this ntfs-3g mount, let it generate (ie reboot, or run the generator) then check out that directory, you can simply pull those units out of there, give them an [Install] section, and enable them.

  • [SOLVED]systemd and make a camera visible GUI-wise in your filemanager

    After reading a lot about systemd in the wiki and in this forum I understand there are different opionons about systemd. Anyway, I have a adapted all the changes to rc.conf leaving out only a few daemons to start there. So why not give systemd a try? If you dont want to read the full posting I finally got it to work, basically by reading carefully and checking the suggested tests in the systemd wiki. (loginctl)
    As suggested by the wiki, I tried the systemd yesterday. Enabled via systemctl some services to "replace" my rc.conf daemons. I got what I thought everything to work, including autologin directly to my Xfce4 desktop. Everything except the digital camera.
    When starting Arch traditionally via initscripts I immediately can see the camera in the filemanager (Nautilus) when the camera is attached via USB.
    Some minutes later, after adding "init=/usr/lib/systemd/systemd" to the APPEND line in Syslinux and rebooting, my machine reboots
    fine.But when connecting the camera again it is not visible graphically.
    The camera is there because when using gphoto2 (the commandline) as root I can transfer pictures etc.
    Even if I am no happy CLI user I can handle it when necessary. Handling pictures a graphical view of them is much easier...
    As the wiki about systemd says one can try it out. I have not removed anything from the system and when starting Arch again, the initscript way, I can see the camera again in my filemanager, gthumb works again and pictures can be transferred to my machine.
    In the wiki again, this time about digital cameras
    Permission issues
    Camera devices should be granted permission using ACLs. For this to work, users need to have consolekit or systemd running and the user session must be registered with them accordingly.
    Check this using /usr/bin/ck-list-sessions to verify a value of "TRUE" should be returned for both the "active" and "is-local" fields:
    $ ck-list-sessions | grep TRUE
    active = TRUE
    is-local = TRUE
    ACL=Atlantic Container Line is what first comes into my mind. I have had some connections to transport business...I admit I had to google it to find the correct interpretation of this mumbo-jumbo.
    The wiki also gives a "hint", if this is not working try to use the obsolete camera group and edit some udev rules.
    Should not be necessary when it has worked before systemd and earlier experiences
    But what is this about "Permission issues"?  Here is my listings relative the wiki hints. All seems OK.. or why the heck are there two sessions??
    [leif@krasaki ~]$ ck-list-sessions | grep TRUE
    is-local = TRUE
    active = TRUE
    is-local = TRUE
    [leif@krasaki ~]$ ck-list-sessions
    Session1:
    unix-user = '1000'
    realname = '(null)'
    seat = 'Seat1'
    session-type = ''
    active = FALSE
    x11-display = ''
    x11-display-device = ''
    display-device = '/dev/tty1'
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-10-24T07:12:56.499847Z'
    login-session-id = '1'
    idle-since-hint = '2012-10-24T07:13:26.994037Z'
    Session2:
    unix-user = '1000'
    realname = '(null)'
    seat = 'Seat1'
    session-type = ''
    active = TRUE
    x11-display = ':0'
    x11-display-device = '/dev/tty7'
    display-device = '/dev/tty1'
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-10-24T07:13:02.361157Z'
    login-session-id = '1'
    [leif@krasaki ~]$
    As one can see, the ACTIVE values are here as the wiki says. But no camera. Those values are the same, wheter which way the machine is started. But 2 sessions??
    Further reading in the systemd wiki article and consolekit vs systemd.logind gives a clue.
    From the wiki:
    In order to check the status of your user session, you can use loginctl. To see if your user session is properly set up, check if the following command contains Active=yes. All polkit actions like suspending the system or mounting external drives with Udisks should then work automatically.
    So when started via systemd and running logintctl, it gives this surprising result. Does not matter wheter as normal user, nor as root....
    [leif@krasaki ~]$ loginctl
    SESSION UID USER SEAT
    1 1000 leif seat0
    1 sessions listed.
    [leif@krasaki ~]$ loginctl show-session 1
    Id=1
    Timestamp=Wed, 24 Oct 2012 10:57:03 +0200
    TimestampMonotonic=20040019
    DefaultControlGroup=name=systemd:/user/leif/1
    VTNr=1
    TTY=tty1
    Remote=no
    Service=login
    Leader=315
    Audit=1
    Type=tty
    Class=user
    Active=no
    State=online
    KillProcesses=no
    IdleHint=yes
    IdleSinceHint=1351069009642296
    IdleSinceHintMonotonic=6664433
    Name=leif
    [leif@krasaki ~]$
    Surprising? Should it not have been Active=Yes? So something is wrong in my settings although it had worked "before" starting using systemd..
    OK, so far. Lost? Not yet. Double check again everything and I found the culprit, my  ~/.bash_profile which had worked before seemed a bit different to what is suggested in the wiki. The old one, actually started 2 sessions, as also could be seen here above checking ck-list-sessions. That was the problem
    Using a fresh edited ~/.bash_profile as suggested here, the camera is visible graphically
    Finally, just for fun, start again the old initscipt way. Enabling daemon and so on. Still 2 sessions going on....Here it was the "/.xinitrc, which also had some old fashions and I removed the ck-launch-session from the exec line. So even here, now only 1 session..
    Anyway, now the camera is visible, both starting with initscripts, naturally also some daemons active in rc.conf and by starting with systemd.
    I rest my case and it seems systemd works with everything on my machine which is just a normal desktop used by an old man.
    Thanks for reading...

    Solved now! Boot times are as fast as posssible on my HDD I think. Only thing after uninstalling initscripst and initscripts-systemd was that locale was not set inspite of a correct /etc/locale.conf. I had to make /etc/profile.d/locale.sh with this content;
    if [ -s /etc/locale.conf ]; then
    . /etc/locale.conf
    fi
    export LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE
    export LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS
    export LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION

  • [Solved] Systemd broke KDE

    OK, well, looks like my problems weren't actually gone. So i recently upgraded and switched to systemd and all that. I did go through the wiki for systemd and KDE and run the commands to start kdm on boot, and after a few other minor issues I managed to get it to start up once last night, but now it won't. It's definitely attempting to launch kdm, but it immediately drops back to the command-line login. X does work -- I can run 'X -retro' just fine.
    I'll put some logs here, but I don't see anything obviously wrong in any of these. If you have any other thoughts on troubleshooting this let me know.
    Here's my kdm.log:
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.6.3-1-ARCH x86_64
    Current Operating System: Linux myhost 3.6.6-1-ARCH #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012 x86_64
    Kernel command line: root=/dev/mapper/root cryptdevice=/dev/sda5:root ro acpi_backlight=vendor pcie_aspm=force ipv6.disable=1 ipv6.disable_ipv6=1 init=/usr/lib/systemd/systemd
    Build Date: 08 November 2012 07:09:29PM
    Current version of pixman: 0.28.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 15 13:58:31 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    (WW) module ABI major version (12) doesn't match the server's version (13)
    Server terminated successfully (0). Closing log file.
    And here's my X.org.0.log:
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [ 155.933] X Protocol Version 11, Revision 0
    [ 155.934] Build Operating System: Linux 3.6.3-1-ARCH x86_64
    [ 155.935] Current Operating System: Linux myhost 3.6.6-1-ARCH #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012 x86_64
    [ 155.935] Kernel command line: root=/dev/mapper/root cryptdevice=/dev/sda5:root ro acpi_backlight=vendor pcie_aspm=force ipv6.disable=1 ipv6.disable_ipv6=1 init=/usr/lib/systemd/systemd
    [ 155.937] Build Date: 08 November 2012 07:09:29PM
    [ 155.938]
    [ 155.938] Current version of pixman: 0.28.0
    [ 155.939] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 155.939] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 155.942] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 15 13:59:28 2012
    [ 155.943] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 155.943] (==) No Layout section. Using the first Screen section.
    [ 155.943] (==) No screen section available. Using defaults.
    [ 155.943] (**) |-->Screen "Default Screen Section" (0)
    [ 155.943] (**) | |-->Monitor "<default monitor>"
    [ 155.943] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 155.943] (**) Option "IgnoreABI" "True"
    [ 155.943] (**) Ignoring ABI Version
    [ 155.943] (==) Automatically adding devices
    [ 155.943] (==) Automatically enabling devices
    [ 155.943] (==) Automatically adding GPU devices
    [ 155.943] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 155.943] Entry deleted from font path.
    [ 155.943] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 155.943] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 155.943] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 155.943] (II) Loader magic: 0x7fcc40
    [ 155.943] (II) Module ABI versions:
    [ 155.943] X.Org ANSI C Emulation: 0.4
    [ 155.943] X.Org Video Driver: 13.1
    [ 155.943] X.Org XInput driver : 18.0
    [ 155.943] X.Org Server Extension : 7.0
    [ 155.943] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 155.943] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 155.945] (--) PCI:*(0:0:2:0) 8086:0116:103c:3388 rev 9, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00006000/64
    [ 155.945] (--) PCI: (0:1:0:0) 1002:6740:103c:3388 rev 0, Mem @ 0xa0000000/268435456, 0xc6500000/131072, I/O @ 0x00005000/256, BIOS @ 0x????????/131072
    [ 155.945] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 155.946] Initializing built-in extension Generic Event Extension
    [ 155.946] Initializing built-in extension SHAPE
    [ 155.947] Initializing built-in extension MIT-SHM
    [ 155.947] Initializing built-in extension XInputExtension
    [ 155.948] Initializing built-in extension XTEST
    [ 155.949] Initializing built-in extension BIG-REQUESTS
    [ 155.949] Initializing built-in extension SYNC
    [ 155.950] Initializing built-in extension XKEYBOARD
    [ 155.950] Initializing built-in extension XC-MISC
    [ 155.951] Initializing built-in extension SECURITY
    [ 155.951] Initializing built-in extension XINERAMA
    [ 155.952] Initializing built-in extension XFIXES
    [ 155.953] Initializing built-in extension RENDER
    [ 155.953] Initializing built-in extension RANDR
    [ 155.954] Initializing built-in extension COMPOSITE
    [ 155.954] Initializing built-in extension DAMAGE
    [ 155.955] Initializing built-in extension MIT-SCREEN-SAVER
    [ 155.955] Initializing built-in extension DOUBLE-BUFFER
    [ 155.956] Initializing built-in extension RECORD
    [ 155.956] Initializing built-in extension DPMS
    [ 155.957] Initializing built-in extension X-Resource
    [ 155.957] Initializing built-in extension XVideo
    [ 155.958] Initializing built-in extension XVideo-MotionCompensation
    [ 155.958] Initializing built-in extension XFree86-VidModeExtension
    [ 155.959] Initializing built-in extension XFree86-DGA
    [ 155.959] Initializing built-in extension XFree86-DRI
    [ 155.960] Initializing built-in extension DRI2
    [ 155.960] (II) LoadModule: "glx"
    [ 155.960] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 155.960] (II) Module glx: vendor="X.Org Foundation"
    [ 155.960] compiled for 1.13.0, module version = 1.0.0
    [ 155.960] ABI class: X.Org Server Extension, version 7.0
    [ 155.960] (==) AIGLX enabled
    [ 155.960] Loading extension GLX
    [ 155.960] (==) Matched intel as autoconfigured driver 0
    [ 155.960] (==) Matched ati as autoconfigured driver 1
    [ 155.960] (==) Matched intel as autoconfigured driver 2
    [ 155.960] (==) Matched vesa as autoconfigured driver 3
    [ 155.960] (==) Matched modesetting as autoconfigured driver 4
    [ 155.960] (==) Matched fbdev as autoconfigured driver 5
    [ 155.960] (==) Assigned the driver to the xf86ConfigLayout
    [ 155.960] (II) LoadModule: "intel"
    [ 155.960] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 155.960] (II) Module intel: vendor="X.Org Foundation"
    [ 155.960] compiled for 1.13.0, module version = 2.20.12
    [ 155.960] Module class: X.Org Video Driver
    [ 155.961] ABI class: X.Org Video Driver, version 13.0
    [ 155.961] (II) LoadModule: "ati"
    [ 155.961] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 155.961] (II) Module ati: vendor="X.Org Foundation"
    [ 155.961] compiled for 1.12.2, module version = 6.14.6
    [ 155.961] Module class: X.Org Video Driver
    [ 155.961] ABI class: X.Org Video Driver, version 12.0
    [ 155.961] (WW) module ABI major version (12) doesn't match the server's version (13)
    [ 155.961] (II) LoadModule: "vesa"
    [ 155.961] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 155.961] (II) Module vesa: vendor="X.Org Foundation"
    [ 155.961] compiled for 1.13.0, module version = 2.3.2
    [ 155.961] Module class: X.Org Video Driver
    [ 155.961] ABI class: X.Org Video Driver, version 13.0
    [ 155.961] (II) LoadModule: "modesetting"
    [ 155.962] (WW) Warning, couldn't open module modesetting
    [ 155.962] (II) UnloadModule: "modesetting"
    [ 155.962] (II) Unloading modesetting
    [ 155.962] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 155.962] (II) LoadModule: "fbdev"
    [ 155.962] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 155.962] (II) Module fbdev: vendor="X.Org Foundation"
    [ 155.962] compiled for 1.13.0, module version = 0.4.3
    [ 155.962] Module class: X.Org Video Driver
    [ 155.962] ABI class: X.Org Video Driver, version 13.0
    [ 155.962] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
    [ 155.962] (II) VESA: driver for VESA chipsets: vesa
    [ 155.962] (II) FBDEV: driver for framebuffer: fbdev
    [ 155.962] (--) using VT number 2
    [ 155.964] (II) intel(0): using device path '/dev/dri/card1'
    [ 155.964] (WW) Falling back to old probe method for vesa
    [ 155.964] (WW) Falling back to old probe method for fbdev
    [ 155.964] (II) Loading sub module "fbdevhw"
    [ 155.964] (II) LoadModule: "fbdevhw"
    [ 155.965] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 155.965] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 155.965] compiled for 1.13.0, module version = 0.0.2
    [ 155.965] ABI class: X.Org Video Driver, version 13.1
    [ 155.965] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 155.965] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 155.965] (==) intel(0): RGB weight 888
    [ 155.965] (==) intel(0): Default visual is TrueColor
    [ 155.965] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2)
    [ 155.965] (**) intel(0): Relaxed fencing enabled
    [ 155.965] (**) intel(0): Wait on SwapBuffers? enabled
    [ 155.965] (**) intel(0): Triple buffering? enabled
    [ 155.965] (**) intel(0): Framebuffer tiled
    [ 155.965] (**) intel(0): Pixmaps tiled
    [ 155.965] (**) intel(0): 3D buffers tiled
    [ 155.965] (**) intel(0): SwapBuffers wait enabled
    [ 155.965] (==) intel(0): video overlay key set to 0x101fe
    [ 155.965] (II) intel(0): Output LVDS1 has no monitor section
    [ 155.965] (--) intel(0): found backlight control interface /sys/class/backlight/intel_backlight
    [ 155.977] (II) intel(0): Output VGA1 has no monitor section
    [ 155.977] (II) intel(0): Output HDMI1 has no monitor section
    [ 156.020] (II) intel(0): Output DP1 has no monitor section
    [ 156.020] (II) intel(0): EDID for output LVDS1
    [ 156.020] (II) intel(0): Manufacturer: AUO Model: 22ec Serial#: 0
    [ 156.020] (II) intel(0): Year: 2009 Week: 1
    [ 156.020] (II) intel(0): EDID Version: 1.3
    [ 156.020] (II) intel(0): Digital Display Input
    [ 156.020] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 156.020] (II) intel(0): Gamma: 2.20
    [ 156.020] (II) intel(0): No DPMS capabilities specified
    [ 156.020] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 156.020] (II) intel(0): First detailed timing is preferred mode
    [ 156.020] (II) intel(0): redX: 0.620 redY: 0.340 greenX: 0.330 greenY: 0.570
    [ 156.020] (II) intel(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 156.020] (II) intel(0): Manufacturer's mask: 0
    [ 156.020] (II) intel(0): Supported detailed timing:
    [ 156.020] (II) intel(0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 156.020] (II) intel(0): h_active: 1366 h_sync: 1398 h_sync_end 1422 h_blank_end 1432 h_border: 0
    [ 156.020] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 775 v_blanking: 806 v_border: 0
    [ 156.020] (II) intel(0): Unknown vendor-specific block f
    [ 156.020] (II) intel(0): AUO
    [ 156.020] (II) intel(0): B156XW02 V2
    [ 156.020] (II) intel(0): EDID (in hex):
    [ 156.020] (II) intel(0): 00ffffffffffff0006afec2200000000
    [ 156.020] (II) intel(0): 01130103802213780ac8959e57549226
    [ 156.020] (II) intel(0): 0f505400000001010101010101010101
    [ 156.020] (II) intel(0): 010101010101121b5642500026302018
    [ 156.020] (II) intel(0): 340058c1100000180000000f00000000
    [ 156.020] (II) intel(0): 00000000000000000020000000fe0041
    [ 156.020] (II) intel(0): 554f0a202020202020202020000000fe
    [ 156.020] (II) intel(0): 004231353658573032205632200a00c0
    [ 156.020] (II) intel(0): EDID vendor "AUO", prod id 8940
    [ 156.020] (II) intel(0): Printing DDC gathered Modelines:
    [ 156.020] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1422 1432 768 771 775 806 -hsync -vsync (48.4 kHz eP)
    [ 156.020] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 156.020] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 156.020] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 156.020] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 156.020] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 156.020] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 156.020] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 156.020] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 156.020] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 156.020] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 156.020] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 156.020] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 156.020] (II) intel(0): Printing probed modes for output LVDS1
    [ 156.020] (II) intel(0): Modeline "1366x768"x60.0 69.30 1366 1398 1422 1432 768 771 775 806 -hsync -vsync (48.4 kHz eP)
    [ 156.020] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 156.020] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 156.020] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 156.020] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 156.033] (II) intel(0): EDID for output VGA1
    [ 156.034] (II) intel(0): EDID for output HDMI1
    [ 156.076] (II) intel(0): EDID for output DP1
    [ 156.076] (II) intel(0): Output LVDS1 connected
    [ 156.076] (II) intel(0): Output VGA1 disconnected
    [ 156.076] (II) intel(0): Output HDMI1 disconnected
    [ 156.076] (II) intel(0): Output DP1 disconnected
    [ 156.076] (II) intel(0): Using exact sizes for initial modes
    [ 156.076] (II) intel(0): Output LVDS1 using initial mode 1366x768
    [ 156.076] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 156.076] (II) intel(0): Kernel page flipping support detected, enabling
    [ 156.076] (**) intel(0): Display dimensions: (340, 190) mm
    [ 156.076] (**) intel(0): DPI set to (102, 102)
    [ 156.076] (II) Loading sub module "fb"
    [ 156.076] (II) LoadModule: "fb"
    [ 156.076] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 156.077] (II) Module fb: vendor="X.Org Foundation"
    [ 156.077] compiled for 1.13.0, module version = 1.0.0
    [ 156.077] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 156.077] (II) Loading sub module "dri2"
    [ 156.077] (II) LoadModule: "dri2"
    [ 156.077] (II) Module "dri2" already built-in
    [ 156.077] (II) UnloadModule: "vesa"
    [ 156.077] (II) Unloading vesa
    [ 156.077] (II) UnloadModule: "fbdev"
    [ 156.077] (II) Unloading fbdev
    [ 156.077] (II) UnloadSubModule: "fbdevhw"
    [ 156.077] (II) Unloading fbdevhw
    [ 156.077] (==) Depth 24 pixmap format is 32 bpp
    [ 156.077] (II) intel(0): [DRI2] Setup complete
    [ 156.077] (II) intel(0): [DRI2] DRI driver: i965
    [ 156.077] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
    [ 156.078] (II) UXA(0): Driver registered support for the following operations:
    [ 156.078] (II) solid
    [ 156.078] (II) copy
    [ 156.078] (II) composite (RENDER acceleration)
    [ 156.078] (II) put_image
    [ 156.078] (II) get_image
    [ 156.078] (==) intel(0): Backing store disabled
    [ 156.078] (==) intel(0): Silken mouse enabled
    [ 156.078] (II) intel(0): Initializing HW Cursor
    [ 156.078] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 156.078] (==) intel(0): DPMS enabled
    [ 156.078] (==) intel(0): Intel XvMC decoder enabled
    [ 156.078] (II) intel(0): Set up textured video
    [ 156.078] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 156.078] (II) intel(0): direct rendering: DRI2 Enabled
    [ 156.078] (==) intel(0): hotplug detection: "enabled"
    [ 156.096] (--) RandR disabled
    [ 156.104] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 156.104] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 156.104] (II) AIGLX: enabled GLX_ARB_create_context
    [ 156.104] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 156.104] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 156.104] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 156.104] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 156.104] (II) AIGLX: Loaded and initialized i965
    [ 156.104] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 156.104] (II) intel(0): Setting screen physical size to 361 x 203
    [ 156.171] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 156.171] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 156.171] (II) LoadModule: "evdev"
    [ 156.172] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 156.172] (II) Module evdev: vendor="X.Org Foundation"
    [ 156.172] compiled for 1.13.0, module version = 2.7.3
    [ 156.172] Module class: X.Org XInput Driver
    [ 156.172] ABI class: X.Org XInput driver, version 18.0
    [ 156.172] (II) Using input driver 'evdev' for 'Power Button'
    [ 156.172] (**) Power Button: always reports core events
    [ 156.172] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 156.172] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 156.172] (--) evdev: Power Button: Found keys
    [ 156.172] (II) evdev: Power Button: Configuring as keyboard
    [ 156.172] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 156.172] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 156.172] (**) Option "xkb_rules" "evdev"
    [ 156.172] (**) Option "xkb_model" "evdev"
    [ 156.172] (**) Option "xkb_layout" "dvorak"
    [ 156.190] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
    [ 156.190] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 156.190] (II) Using input driver 'evdev' for 'Video Bus'
    [ 156.190] (**) Video Bus: always reports core events
    [ 156.190] (**) evdev: Video Bus: Device: "/dev/input/event14"
    [ 156.190] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 156.190] (--) evdev: Video Bus: Found keys
    [ 156.190] (II) evdev: Video Bus: Configuring as keyboard
    [ 156.190] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input14/event14"
    [ 156.190] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 156.190] (**) Option "xkb_rules" "evdev"
    [ 156.190] (**) Option "xkb_model" "evdev"
    [ 156.190] (**) Option "xkb_layout" "dvorak"
    [ 156.190] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 156.190] (II) No input driver specified, ignoring this device.
    [ 156.190] (II) This device may have been added with another device file.
    [ 156.191] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
    [ 156.191] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 156.191] (II) Using input driver 'evdev' for 'Video Bus'
    [ 156.191] (**) Video Bus: always reports core events
    [ 156.191] (**) evdev: Video Bus: Device: "/dev/input/event13"
    [ 156.191] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 156.191] (--) evdev: Video Bus: Found keys
    [ 156.191] (II) evdev: Video Bus: Configuring as keyboard
    [ 156.191] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input13/event13"
    [ 156.191] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 156.191] (**) Option "xkb_rules" "evdev"
    [ 156.191] (**) Option "xkb_model" "evdev"
    [ 156.191] (**) Option "xkb_layout" "dvorak"
    [ 156.191] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 156.191] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 156.191] (II) Using input driver 'evdev' for 'Power Button'
    [ 156.191] (**) Power Button: always reports core events
    [ 156.191] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 156.191] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 156.191] (--) evdev: Power Button: Found keys
    [ 156.191] (II) evdev: Power Button: Configuring as keyboard
    [ 156.191] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 156.191] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    [ 156.191] (**) Option "xkb_rules" "evdev"
    [ 156.191] (**) Option "xkb_model" "evdev"
    [ 156.191] (**) Option "xkb_layout" "dvorak"
    [ 156.191] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 156.192] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 156.192] (II) config/udev: Adding input device HP TrueVision HD (/dev/input/event8)
    [ 156.192] (**) HP TrueVision HD: Applying InputClass "evdev keyboard catchall"
    [ 156.192] (II) Using input driver 'evdev' for 'HP TrueVision HD'
    [ 156.192] (**) HP TrueVision HD: always reports core events
    [ 156.192] (**) evdev: HP TrueVision HD: Device: "/dev/input/event8"
    [ 156.192] (--) evdev: HP TrueVision HD: Vendor 0x64e Product 0xd281
    [ 156.192] (--) evdev: HP TrueVision HD: Found keys
    [ 156.192] (II) evdev: HP TrueVision HD: Configuring as keyboard
    [ 156.192] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input8/event8"
    [ 156.192] (II) XINPUT: Adding extended input device "HP TrueVision HD" (type: KEYBOARD, id 10)
    [ 156.192] (**) Option "xkb_rules" "evdev"
    [ 156.192] (**) Option "xkb_model" "evdev"
    [ 156.192] (**) Option "xkb_layout" "dvorak"
    [ 156.192] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
    [ 156.192] (II) No input driver specified, ignoring this device.
    [ 156.192] (II) This device may have been added with another device file.
    [ 156.193] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
    [ 156.193] (II) No input driver specified, ignoring this device.
    [ 156.193] (II) This device may have been added with another device file.
    [ 156.193] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
    [ 156.193] (II) No input driver specified, ignoring this device.
    [ 156.193] (II) This device may have been added with another device file.
    [ 156.193] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
    [ 156.193] (II) No input driver specified, ignoring this device.
    [ 156.193] (II) This device may have been added with another device file.
    [ 156.193] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 156.193] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 156.193] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 156.193] (**) AT Translated Set 2 keyboard: always reports core events
    [ 156.193] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 156.193] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 156.193] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 156.193] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 156.193] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 156.193] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 156.193] (**) Option "xkb_rules" "evdev"
    [ 156.193] (**) Option "xkb_model" "evdev"
    [ 156.193] (**) Option "xkb_layout" "dvorak"
    [ 156.194] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    [ 156.194] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 156.194] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 156.194] (II) LoadModule: "synaptics"
    [ 156.194] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 156.194] (II) Module synaptics: vendor="X.Org Foundation"
    [ 156.194] compiled for 1.13.0, module version = 1.6.2
    [ 156.194] Module class: X.Org XInput Driver
    [ 156.194] ABI class: X.Org XInput driver, version 18.0
    [ 156.194] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 156.194] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 156.194] (**) Option "Device" "/dev/input/event6"
    [ 156.194] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 156.194] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5756
    [ 156.194] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4868
    [ 156.194] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 156.194] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 156.194] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 156.194] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 156.194] (**) Option "TapButton1" "1"
    [ 156.194] (**) Option "TapButton2" "2"
    [ 156.194] (**) Option "TapButton3" "3"
    [ 156.194] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 156.195] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 156.196] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
    [ 156.196] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [ 156.196] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 156.196] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 156.196] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.036
    [ 156.197] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 156.197] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 156.197] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 156.197] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 156.197] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 156.197] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 156.197] (II) No input driver specified, ignoring this device.
    [ 156.197] (II) This device may have been added with another device file.
    [ 156.197] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event9)
    [ 156.197] (II) No input driver specified, ignoring this device.
    [ 156.197] (II) This device may have been added with another device file.
    [ 156.197] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
    [ 156.197] (II) No input driver specified, ignoring this device.
    [ 156.197] (II) This device may have been added with another device file.
    [ 156.197] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 156.197] (II) No input driver specified, ignoring this device.
    [ 156.197] (II) This device may have been added with another device file.
    [ 156.198] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event5)
    [ 156.198] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 156.198] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
    [ 156.198] (**) HP WMI hotkeys: always reports core events
    [ 156.198] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event5"
    [ 156.198] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
    [ 156.198] (--) evdev: HP WMI hotkeys: Found keys
    [ 156.198] (II) evdev: HP WMI hotkeys: Configuring as keyboard
    [ 156.198] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event5"
    [ 156.198] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 13)
    [ 156.198] (**) Option "xkb_rules" "evdev"
    [ 156.198] (**) Option "xkb_model" "evdev"
    [ 156.198] (**) Option "xkb_layout" "dvorak"
    [ 162.491] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 163.800] (II) evdev: HP WMI hotkeys: Close
    [ 163.800] (II) UnloadModule: "evdev"
    [ 163.800] (II) UnloadModule: "synaptics"
    [ 163.800] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 163.800] (II) UnloadModule: "evdev"
    [ 163.800] (II) evdev: HP TrueVision HD: Close
    [ 163.800] (II) UnloadModule: "evdev"
    [ 163.800] (II) evdev: Power Button: Close
    [ 163.800] (II) UnloadModule: "evdev"
    [ 163.800] (II) evdev: Video Bus: Close
    [ 163.800] (II) UnloadModule: "evdev"
    [ 163.800] (II) evdev: Video Bus: Close
    [ 163.800] (II) UnloadModule: "evdev"
    [ 163.800] (II) evdev: Power Button: Close
    [ 163.800] (II) UnloadModule: "evdev"
    [ 163.803] Server terminated successfully (0). Closing log file.
    And the end of my dmesg:
    [ 10.988003] systemd-udevd[241]: starting version 195
    [ 11.628821] scsi6 : vhba
    [ 11.739662] fuse init (API version 7.20)
    [ 11.812527] vboxdrv: Found 8 processor cores.
    [ 11.813458] vboxdrv: fAsync=0 offMin=0x1a2 offMax=0x12384
    [ 11.813541] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 11.813543] vboxdrv: Successfully loaded version 4.2.4_OSE (interface 0x001a0004).
    [ 12.327035] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x1a
    [ 12.363662] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x1a
    [ 12.363986] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x1a
    [ 12.364299] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x1a
    [ 12.364594] microcode: CPU4 sig=0x206a7, pf=0x10, revision=0x1a
    [ 12.364874] microcode: CPU5 sig=0x206a7, pf=0x10, revision=0x1a
    [ 12.365150] microcode: CPU6 sig=0x206a7, pf=0x10, revision=0x1a
    [ 12.365391] microcode: CPU7 sig=0x206a7, pf=0x10, revision=0x1a
    [ 12.365731] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 12.542992] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input1
    [ 12.545104] ACPI: Lid Switch [LID]
    [ 12.568182] thermal LNXTHERM:00: registered as thermal_zone0
    [ 12.568185] ACPI: Thermal Zone [THRM] (71 C)
    [ 12.590637] ACPI: Battery Slot [BAT0] (battery present)
    [ 12.592331] ACPI: AC Adapter [AC] (off-line)
    [ 12.592409] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 12.592416] ACPI: Power Button [PWRB]
    [ 12.592561] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 12.592566] ACPI: Power Button [PWRF]
    [ 12.626571] mei 0000:00:16.0: setting latency timer to 64
    [ 12.626643] mei 0000:00:16.0: irq 50 for MSI/MSI-X
    [ 12.636398] mei 0000:00:16.0: wd: failed to find the client
    [ 12.645655] wmi: Mapper loaded
    [ 12.657976] ACPI Warning: 0x0000000000006040-0x000000000000605f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120711/utaddress-251)
    [ 12.657982] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 12.818091] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120711/utaddress-251)
    [ 12.818098] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 12.818102] ACPI Warning: 0x0000000000000500-0x000000000000057f SystemIO conflicts with Region \GPIO 1 (20120711/utaddress-251)
    [ 12.818106] ACPI Warning: 0x0000000000000500-0x000000000000057f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20120711/utaddress-251)
    [ 12.818109] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 12.818110] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 12.864145] ACPI: Requesting acpi_cpufreq
    [ 12.885174] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 12.916270] iTCO_vendor_support: vendor-support=0
    [ 13.042996] sdhci: Secure Digital Host Controller Interface driver
    [ 13.042999] sdhci: Copyright(c) Pierre Ossman
    [ 13.044825] sdhci-pci 0000:13:00.1: SDHCI controller found [10ec:5209] (rev 1)
    [ 13.044922] sdhci-pci 0000:13:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 13.044942] sdhci-pci 0000:13:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 13.044971] Registered led device: mmc0::
    [ 13.069046] mmc0: SDHCI controller on PCI [0000:13:00.1] using DMA
    [ 13.072480] sdhci-pci 0000:13:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 13.102274] sdhci-pci 0000:13:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 13.132086] sdhci-pci 0000:13:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 13.162159] sdhci-pci 0000:13:00.1: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 13.234685] input: HP WMI hotkeys as /devices/virtual/input/input5
    [ 13.237299] hp_accel: laptop model unknown, using default axes configuration
    [ 13.277896] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 13.277975] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
    [ 13.278203] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 13.401681] rts_pstor: module is from the staging directory, the quality is unknown, you have been warned.
    [ 13.402795] Initializing Realtek PCIE storage driver...
    [ 13.402981] Resource length: 0x1000
    [ 13.403028] Original address: 0xc3501000, remapped address: 0xffffc90000c3e000
    [ 13.403032] pci->irq = 18
    [ 13.403041] rtsx_acquire_irq: chip->msi_en = 0, pci->irq = 18
    [ 13.415705] [drm] Initialized drm 1.1.0 20060810
    [ 13.449476] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 13.449747] r8169 0000:07:00.0: irq 51 for MSI/MSI-X
    [ 13.449862] r8169 0000:07:00.0: eth0: RTL8168evl/8111evl at 0xffffc90000c72000, 08:2e:5f:7e:ac:10, XID 0c900800 IRQ 51
    [ 13.449864] r8169 0000:07:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 13.605601] scsi7 : SCSI emulation for PCI-Express Mass Storage devices
    [ 13.606059] rts_pstor: waiting for device to settle before scanning
    [ 13.609521] lis3lv02d: 8 bits 3DC sensor found
    [ 13.771867] cfg80211: Calling CRDA to update world regulatory domain
    [ 13.880414] snd_hda_intel 0000:00:1b.0: irq 52 for MSI/MSI-X
    [ 14.052375] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400, board id: 1680, fw id: 726294
    [ 14.100284] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
    [ 14.136922] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 14.136925] Copyright(c) 2003-2012 Intel Corporation
    [ 14.137050] iwlwifi 0000:0d:00.0: pci_resource_len = 0x00002000
    [ 14.137059] iwlwifi 0000:0d:00.0: pci_resource_base = ffffc90000c74000
    [ 14.137061] iwlwifi 0000:0d:00.0: HW Revision ID = 0x0
    [ 14.137147] iwlwifi 0000:0d:00.0: irq 53 for MSI/MSI-X
    [ 14.159438] [drm] radeon defaulting to kernel modesetting.
    [ 14.159440] [drm] radeon kernel modesetting enabled.
    [ 14.159451] VGA switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
    [ 14.159477] radeon 0000:01:00.0: enabling device (0000 -> 0003)
    [ 14.159731] [drm] initializing kernel modesetting (TURKS 0x1002:0x6740 0x103C:0x3388).
    [ 14.159800] [drm] register mmio base: 0xC6500000
    [ 14.159801] [drm] register mmio size: 131072
    [ 14.290660] ATOM BIOS: HP/Flex
    [ 14.290702] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
    [ 14.290704] radeon 0000:01:00.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
    [ 14.290711] mtrr: no more MTRRs available
    [ 14.290712] [drm] Detected VRAM RAM=2048M, BAR=256M
    [ 14.290713] [drm] RAM width 128bits DDR
    [ 14.290751] [TTM] Zone kernel: Available graphics memory: 4064304 kiB
    [ 14.290752] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    [ 14.290753] [TTM] Initializing pool allocator
    [ 14.290756] [TTM] Initializing DMA pool allocator
    [ 14.290772] [drm] radeon: 2048M of VRAM memory ready
    [ 14.290773] [drm] radeon: 512M of GTT memory ready.
    [ 14.290782] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 14.290783] [drm] Driver supports precise vblank timestamp query.
    [ 14.290824] radeon 0000:01:00.0: irq 54 for MSI/MSI-X
    [ 14.290833] radeon 0000:01:00.0: radeon: using MSI.
    [ 14.290871] [drm] radeon: irq initialized.
    [ 14.290874] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 14.291163] [drm] probing gen 2 caps for device 8086:101 = 2/0
    [ 14.291164] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
    [ 14.291229] [drm] Loading TURKS Microcode
    [ 14.373292] ------------[ cut here ]------------
    [ 14.373312] WARNING: at drivers/misc/lis3lv02d/lis3lv02d.c:215 lis3lv02d_get_pwron_wait+0x60/0x70 [lis3lv02d]()
    [ 14.373316] Hardware name: HP Pavilion dv6 Notebook PC
    [ 14.373318] device returned spurious data
    [ 14.373322] Modules linked in:
    [ 14.373325] joydev i915(+) radeon(+) iwlwifi ttm snd_hda_intel(+) snd_hda_codec cfg80211 intel_agp intel_gtt snd_hwdep snd_pcm snd_page_alloc snd_timer snd drm_kms_helper soundcore r8169 drm rts_pstor(C) acpi_cpufreq iTCO_wdt hp_accel(+) hp_wmi lis3lv02d psmouse sparse_keymap mperf sdhci_pci sdhci mmc_core coretemp kvm_intel rfkill mii iTCO_vendor_support pcspkr evdev input_polldev processor serio_raw lpc_ich i2c_algo_bit kvm i2c_i801 i2c_core wmi mei ac battery thermal video button microcode vboxdrv(O) fuse vhba(O) ext4 crc16 jbd2 mbcache xts gf128mul dm_crypt dm_mod sr_mod cdrom sd_mod xhci_hcd crc32c_intel ghash_clmulni_intel ahci libahci aesni_intel libata aes_x86_64 aes_generic ablk_helper cryptd scsi_mod ehci_hcd usbcore usb_common
    [ 14.373443] Pid: 262, comm: systemd-udevd Tainted: G C O 3.6.6-1-ARCH #1
    [ 14.373446] Call Trace:
    [ 14.373461] [<ffffffff81055c7f>] warn_slowpath_common+0x7f/0xc0
    [ 14.373474] [<ffffffff81055d76>] warn_slowpath_fmt+0x46/0x50
    [ 14.373484] [<ffffffffa00a722d>] ? lis3lv02d_get_odr+0x1d/0x50 [lis3lv02d]
    [ 14.373492] [<ffffffffa00a7730>] lis3lv02d_get_pwron_wait+0x60/0x70 [lis3lv02d]
    [ 14.373501] [<ffffffffa00a7797>] lis3lv02d_poweron+0x57/0xc0 [lis3lv02d]
    [ 14.373512] [<ffffffffa00a7fef>] lis3lv02d_init_device+0x16f/0x5c0 [lis3lv02d]
    [ 14.373525] [<ffffffffa020936d>] lis3lv02d_add+0xdd/0x1c8 [hp_accel]
    [ 14.373535] [<ffffffff812ba203>] acpi_device_probe+0x50/0x11d
    [ 14.373547] [<ffffffff8133037b>] driver_probe_device+0x7b/0x240
    [ 14.373556] [<ffffffff813305eb>] __driver_attach+0xab/0xb0
    [ 14.373564] [<ffffffff81330540>] ? driver_probe_device+0x240/0x240
    [ 14.373572] [<ffffffff8132e635>] bus_for_each_dev+0x55/0x90
    [ 14.373581] [<ffffffff8132febe>] driver_attach+0x1e/0x20
    [ 14.373588] [<ffffffff8132fa50>] bus_add_driver+0x190/0x260
    [ 14.373598] [<ffffffffa0053000>] ? 0xffffffffa0052fff
    [ 14.373606] [<ffffffff81330cb7>] driver_register+0x77/0x170
    [ 14.373614] [<ffffffffa0053000>] ? 0xffffffffa0052fff
    [ 14.373622] [<ffffffff812ba9e7>] acpi_bus_register_driver+0x3e/0x47
    [ 14.373632] [<ffffffffa0053019>] lis3lv02d_init_module+0x19/0x37 [hp_accel]
    [ 14.373639] [<ffffffff8100212a>] do_one_initcall+0x12a/0x180
    [ 14.373649] [<ffffffff810ba804>] sys_init_module+0x84/0x1e0
    [ 14.373659] [<ffffffff81499f2d>] system_call_fastpath+0x1a/0x1f
    [ 14.373664] ---[ end trace 430fd914b5483077 ]---
    [ 14.373768] hp_accel: driver loaded
    [ 14.453324] iwlwifi 0000:0d:00.0: loaded firmware version 39.31.5.1 build 35138
    [ 14.604352] scsi 7:0:0:0: Direct-Access Generic- xD/SD/M.S. 1.00 PQ: 0 ANSI: 0 CCS
    [ 14.604691] rts_pstor: device scan complete
    [ 14.605095] sd 7:0:0:0: [sdb] Attached SCSI removable disk
    [ 14.609019] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
    [ 14.795080] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 14.795262] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 14.795311] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 14.797486] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 14.797608] radeon 0000:01:00.0: WB enabled
    [ 14.797610] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff8802519eac00
    [ 14.814126] [drm] ring test on 0 succeeded in 3 usecs
    [ 14.814334] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 14.814468] [drm] Radeon Display Connectors
    [ 14.820839] [drm] Internal thermal controller with fan control
    [ 14.822096] [drm] radeon: power management initialized
    [ 14.822210] No connectors reported connected with modes
    [ 14.822220] [drm] Cannot find any crtc or sizes - going 1024x768
    [ 14.823598] [drm] fb mappable at 0xA0142000
    [ 14.823599] [drm] vram apper at 0xA0000000
    [ 14.823600] [drm] size 3145728
    [ 14.823601] [drm] fb depth is 24
    [ 14.823601] [drm] pitch is 4096
    [ 14.826413] Console: switching to colour frame buffer device 128x48
    [ 14.828438] fb0: radeondrmfb frame buffer device
    [ 14.828439] drm: registered panic notifier
    [ 14.828442] [drm] Initialized radeon 2.24.0 20080528 for 0000:01:00.0 on minor 0
    [ 14.828706] pci 0000:00:00.0: Intel Sandybridge Chipset
    [ 14.828767] pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 14.829718] pci 0000:00:00.0: detected 32768K stolen memory
    [ 14.829767] i915 0000:00:02.0: setting latency timer to 64
    [ 14.851123] i915 0000:00:02.0: irq 55 for MSI/MSI-X
    [ 14.851130] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 14.851131] [drm] Driver supports precise vblank timestamp query.
    [ 14.851828] vga_switcheroo: enabled
    [ 14.851870] radeon atpx: version is 1
    [ 14.851891] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [ 14.851893] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 14.921282] iwldvm: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
    [ 14.921285] iwldvm: Copyright(c) 2003-2012 Intel Corporation
    [ 14.921299] iwlwifi 0000:0d:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 14.921300] iwlwifi 0000:0d:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 14.921301] iwlwifi 0000:0d:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 14.921302] iwlwifi 0000:0d:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
    [ 14.921304] iwlwifi 0000:0d:00.0: CONFIG_IWLWIFI_P2P disabled
    [ 14.921305] iwlwifi 0000:0d:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
    [ 14.921373] iwlwifi 0000:0d:00.0: L1 Disabled; Enabling L0S
    [ 14.942888] iwlwifi 0000:0d:00.0: device EEPROM VER=0x15d, CALIB=0x6
    [ 14.942890] iwlwifi 0000:0d:00.0: Device SKU: 0x50
    [ 14.942891] iwlwifi 0000:0d:00.0: Valid Tx ant: 0x1, Valid Rx ant: 0x3
    [ 14.942984] Registered led device: phy0-led
    [ 15.033425] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 15.287522] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 15.411605] fbcon: inteldrmfb (fb1) is primary device
    [ 15.411611] fbcon: Remapping primary device, fb1, to tty 1-63
    [ 15.416191] Linux media interface: v0.10
    [ 15.436279] Linux video capture interface: v2.00
    [ 15.574063] uvcvideo: Found UVC 1.00 device HP TrueVision HD (064e:d281)
    [ 15.577593] input: HP TrueVision HD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input11
    [ 15.577817] usbcore: registered new interface driver uvcvideo
    [ 15.577818] USB Video Class driver (1.1.1)
    [ 15.834950] fb1: inteldrmfb frame buffer device
    [ 15.835080] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
    [ 15.835747] ACPI: Video Device [PEGP] (multi-head: yes rom: no post: no)
    [ 15.835789] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input12
    [ 15.836455] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 15.836496] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input13
    [ 15.836612] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 1
    [ 17.671192] EXT4-fs (dm-0): re-mounted. Opts: (null)
    [ 17.771542] EXT4-fs (sda4): mounting ext3 file system using the ext4 subsystem
    [ 17.777389] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    Last edited by urza9814 (2012-12-02 17:50:25)

    Cdh wrote:
    All the x.org drivers/modules are compiled for a specific version of X. The older X driver will probably work, as long as it is not too old to be compatible at all, but you need to recompile it and it will automatically choose the 1.13 ABI of the installed x.org server as long as support for 1.13 is already in the driver.
    Personally I would just recommend upgrading to xf86-video-ati-git from aur instead of downgrading.
    I have the 1.13 Xorg server installed; I installed xf86-video-ati-git from the aur and X stopped loading with the following errors:
    [ 71.507] (II) intel(0): using device path '/dev/dri/card1'
    [ 71.507] (II) [KMS] Kernel modesetting enabled.
    [ 71.507] (WW) Falling back to old probe method for vesa
    [ 71.507] (WW) Falling back to old probe method for fbdev
    [ 71.507] (II) Loading sub module "fbdevhw"
    [ 71.507] (II) LoadModule: "fbdevhw"
    [ 71.508] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 71.508] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 71.508] compiled for 1.13.0, module version = 0.0.2
    [ 71.508] ABI class: X.Org Video Driver, version 13.1
    [ 71.508] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 71.508] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 71.508] (==) intel(0): RGB weight 888
    [ 71.508] (==) intel(0): Default visual is TrueColor
    [ 71.508] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2)
    [ 71.508] (**) intel(0): Relaxed fencing enabled
    [ 71.508] (**) intel(0): Wait on SwapBuffers? enabled
    [ 71.508] (**) intel(0): Triple buffering? enabled
    [ 71.508] (**) intel(0): Framebuffer tiled
    [ 71.508] (**) intel(0): Pixmaps tiled
    [ 71.508] (**) intel(0): 3D buffers tiled
    [ 71.508] (**) intel(0): SwapBuffers wait enabled
    [ 71.508] (==) intel(0): video overlay key set to 0x101fe
    [ 71.508] (II) intel(0): Output LVDS1 has no monitor section
    [ 71.508] (--) intel(0): found backlight control interface /sys/class/backlight/intel_backlight
    [ 71.520] (II) intel(0): Output VGA1 has no monitor section
    [ 71.521] (II) intel(0): Output HDMI1 has no monitor section
    [ 71.563] (II) intel(0): Output DP1 has no monitor section
    [ 71.563] (II) intel(0): EDID for output LVDS1
    [ 71.563] (II) intel(0): Manufacturer: AUO Model: 22ec Serial#: 0
    [ 71.563] (II) intel(0): Year: 2009 Week: 1
    [ 71.563] (II) intel(0): EDID Version: 1.3
    [ 71.563] (II) intel(0): Digital Display Input
    [ 71.563] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 71.563] (II) intel(0): Gamma: 2.20
    [ 71.563] (II) intel(0): No DPMS capabilities specified
    [ 71.563] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 71.563] (II) intel(0): First detailed timing is preferred mode
    [ 71.563] (II) intel(0): redX: 0.620 redY: 0.340 greenX: 0.330 greenY: 0.570
    [ 71.563] (II) intel(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 71.563] (II) intel(0): Manufacturer's mask: 0
    [ 71.563] (II) intel(0): Supported detailed timing:
    [ 71.563] (II) intel(0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 71.563] (II) intel(0): h_active: 1366 h_sync: 1398 h_sync_end 1422 h_blank_end 1432 h_border: 0
    [ 71.563] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 775 v_blanking: 806 v_border: 0
    [ 71.563] (II) intel(0): Unknown vendor-specific block f
    [ 71.563] (II) intel(0): AUO
    [ 71.563] (II) intel(0): B156XW02 V2
    [ 71.563] (II) intel(0): EDID (in hex):
    [ 71.563] (II) intel(0): 00ffffffffffff0006afec2200000000
    [ 71.563] (II) intel(0): 01130103802213780ac8959e57549226
    [ 71.563] (II) intel(0): 0f505400000001010101010101010101
    [ 71.563] (II) intel(0): 010101010101121b5642500026302018
    [ 71.563] (II) intel(0): 340058c1100000180000000f00000000
    [ 71.563] (II) intel(0): 00000000000000000020000000fe0041
    [ 71.563] (II) intel(0): 554f0a202020202020202020000000fe
    [ 71.563] (II) intel(0): 004231353658573032205632200a00c0
    [ 71.563] (II) intel(0): EDID vendor "AUO", prod id 8940
    [ 71.563] (II) intel(0): Printing DDC gathered Modelines:
    [ 71.563] (II) intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1422 1432 768 771 775 806 -hsync -vsync (48.4 kHz eP)
    [ 71.564] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 71.564] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 71.564] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 71.564] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 71.564] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 71.564] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 71.564] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 71.564] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 71.564] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 71.564] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 71.564] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 71.564] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 71.564] (II) intel(0): Printing probed modes for output LVDS1
    [ 71.564] (II) intel(0): Modeline "1366x768"x60.0 69.30 1366 1398 1422 1432 768 771 775 806 -hsync -vsync (48.4 kHz eP)
    [ 71.564] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 71.564] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 71.564] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 71.564] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 71.577] (II) intel(0): EDID for output VGA1
    [ 71.577] (II) intel(0): EDID for output HDMI1
    [ 71.620] (II) intel(0): EDID for output DP1
    [ 71.620] (II) intel(0): Output LVDS1 connected
    [ 71.620] (II) intel(0): Output VGA1 disconnected
    [ 71.620] (II) intel(0): Output HDMI1 disconnected
    [ 71.620] (II) intel(0): Output DP1 disconnected
    [ 71.620] (II) intel(0): Using exact sizes for initial modes
    [ 71.620] (II) intel(0): Output LVDS1 using initial mode 1366x768
    [ 71.620] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 71.620] (II) intel(0): Kernel page flipping support detected, enabling
    [ 71.620] (**) intel(0): Display dimensions: (340, 190) mm
    [ 71.620] (**) intel(0): DPI set to (102, 102)
    [ 71.620] (II) Loading sub module "fb"
    [ 71.620] (II) LoadModule: "fb"
    [ 71.620] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 71.620] (II) Module fb: vendor="X.Org Foundation"
    [ 71.620] compiled for 1.13.0, module version = 1.0.0
    [ 71.620] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 71.620] (II) Loading sub module "dri2"
    [ 71.620] (II) LoadModule: "dri2"
    [ 71.620] (II) Module "dri2" already built-in
    [ 71.620] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
    [ 71.620] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 71.620] (==) RADEON(G0): Default visual is TrueColor
    [ 71.620] (==) RADEON(G0): RGB weight 888
    [ 71.620] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
    [ 71.620] (--) RADEON(G0): Chipset: "TURKS" (ChipID = 0x6740)
    [ 71.620] (II) Loading sub module "dri2"
    [ 71.620] (II) LoadModule: "dri2"
    [ 71.620] (II) Module "dri2" already built-in
    [ 71.620] (II) Loading sub module "exa"
    [ 71.620] (II) LoadModule: "exa"
    [ 71.620] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 71.620] (II) Module exa: vendor="X.Org Foundation"
    [ 71.620] compiled for 1.13.0, module version = 2.6.0
    [ 71.620] ABI class: X.Org Video Driver, version 13.1
    [ 71.620] (II) RADEON(G0): KMS Color Tiling: enabled
    [ 71.620] (II) RADEON(G0): KMS Color Tiling 2D: enabled
    [ 71.620] (II) RADEON(G0): KMS Pageflipping: enabled
    [ 71.620] (II) RADEON(G0): SwapBuffers wait for vsync: enabled
    [ 71.620] (WW) RADEON(G0): No outputs definitely connected, trying again...
    [ 71.620] (WW) RADEON(G0): Unable to find connected outputs - setting 1024x768 initial framebuffer
    [ 71.620] (II) RADEON(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 71.620] (EE)
    [ 71.620] (EE) Backtrace:
    [ 71.621] (EE) 0: X (xorg_backtrace+0x36) [0x58a326]
    [ 71.621] (EE) 1: X (0x400000+0x18e179) [0x58e179]
    [ 71.621] (EE) 2: /usr/lib/libpthread.so.0 (0x7f435a79e000+0xf1a0) [0x7f435a7ad1a0]
    [ 71.621] (EE) 3: X (xf86SetScrnInfoModes+0x275) [0x4acc35]
    [ 71.621] (EE) 4: X (xf86InitialConfiguration+0x15b8) [0x4b05e8]
    [ 71.621] (EE) 5: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7f4357b18000+0x464b3) [0x7f4357b5e4b3]
    [ 71.621] (EE) 6: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7f4357b18000+0x42124) [0x7f4357b5a124]
    [ 71.621] (EE) 7: X (InitOutput+0xb3e) [0x479fde]
    [ 71.621] (EE) 8: X (0x400000+0x26786) [0x426786]
    [ 71.621] (EE) 9: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7f435942c725]
    [ 71.621] (EE) 10: X (0x400000+0x26cad) [0x426cad]
    [ 71.621] (EE)
    [ 71.621] (EE) Segmentation fault at address 0x0
    [ 71.621]
    Fatal server error:
    [ 71.621] Caught signal 11 (Segmentation fault). Server aborting
    [ 71.621]
    [ 71.621] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 71.621] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 71.621] (EE)
    [ 71.627] Server terminated with error (1). Closing log file.
    I also tried installing xorg-server-git from the aur just to be sure both were as new as possible, but that didn't make any difference.
    What Cdh said, with one small note:  I love this new trend of blaming systemd for just about anything, when it's rarely it's fault.
    Probably should have included this in the original post: If I remove the systemd init line before booting, KDE comes up just fine (but my wifi doesn't work anymore, which is why I'm trying to switch to systemd). If I leave systemd on, it doesn't. Seems logical to assume systemd is somehow involved.
    Last edited by urza9814 (2012-11-17 00:18:31)

  • [SOLVED] systemd-tmpfiles-clean takes a very long time to run

    I've been having an issue for a while with systemd-tmpfiles-clean.service taking a very long time to run. I've tried to just ignore it, but it's really bothering me now.
    Measuring by running:
    # time systemd-tmpfiles --clean
    systemd-tmpfiles --clean 11.63s user 110.37s system 10% cpu 19:00.67 total
    I don't seem to have anything funky in any tmpfiles.d:
    # ls /usr/lib/tmpfiles.d/* /run/tmpfiles.d/* /etc/tmpfiles.d/* | pacman -Qo -
    ls: cannot access /etc/tmpfiles.d/*: No such file or directory
    error: No package owns /run/tmpfiles.d/kmod.conf
    /usr/lib/tmpfiles.d/gvfsd-fuse-tmpfiles.conf is owned by gvfs 1.20.1-2
    /usr/lib/tmpfiles.d/lastlog.conf is owned by shadow 4.1.5.1-9
    /usr/lib/tmpfiles.d/legacy.conf is owned by systemd 212-3
    /usr/lib/tmpfiles.d/libvirt.conf is owned by libvirt 1.2.4-1
    /usr/lib/tmpfiles.d/lighttpd.conf is owned by lighttpd 1.4.35-1
    /usr/lib/tmpfiles.d/lirc.conf is owned by lirc-utils 1:0.9.0-71
    /usr/lib/tmpfiles.d/mkinitcpio.conf is owned by mkinitcpio 17-1
    /usr/lib/tmpfiles.d/nscd.conf is owned by glibc 2.19-4
    /usr/lib/tmpfiles.d/postgresql.conf is owned by postgresql 9.3.4-1
    /usr/lib/tmpfiles.d/samba.conf is owned by samba 4.1.7-1
    /usr/lib/tmpfiles.d/slapd.conf is owned by openldap 2.4.39-1
    /usr/lib/tmpfiles.d/sudo.conf is owned by sudo 1.8.10.p2-1
    /usr/lib/tmpfiles.d/svnserve.conf is owned by subversion 1.8.8-1
    /usr/lib/tmpfiles.d/systemd.conf is owned by systemd 212-3
    /usr/lib/tmpfiles.d/systemd-nologin.conf is owned by systemd 212-3
    /usr/lib/tmpfiles.d/tmp.conf is owned by systemd 212-3
    /usr/lib/tmpfiles.d/uuidd.conf is owned by util-linux 2.24.1-6
    /usr/lib/tmpfiles.d/x11.conf is owned by systemd 212-3
    How do I debug why it is taking so long? I've looked in man 8 systemd-tmpfiles and on google, hoping to find some sort of --dubug option, but there seems to be none.
    Is it some how possible to get a list of the directories that it looks at when it runs?
    Anyone have any suggestions on how else to fix this.
    Anyone else have this issue?
    Thanks,
    Gary
    Last edited by garyvdm (2014-05-08 18:57:43)

    Thank you very much falconindy. SYSTEMD_LOG_LEVEL=debug helped my find my issue.
    The cause of the problem was thousands of directories in /var/tmp/ created by a test suite with a broken clean up method. systemd-tmpfiles-clean was recursing through these, but not deleting them.

Maybe you are looking for

  • Is Sender File Adapter always throws error when there is no file?

    Hi, I have a simple question but can't find a straight answer to it. I have a Sender File adapter that configured to pick up file XXX* from FTP server every 1 hour. But a file can come every 2, 3, or 7 hours- no certain time.When there is no file I g

  • Anyone else notice a problem with VLC's interface recently?

    I have been using VLC for years without any notable issues. In the past month the interface has gotten very laggy. It takes longer to select menu items, and the  time slider bar is so unresponsive to be nearly unusable. All the other programs seem to

  • Active State Button

    I can't get my movie track button to change 'states'. It works fine on a computer. On a DVD deck it's impossible to know when a track has been selected. You can't tell when to push 'Enter' on the remote. Of course on a Mac, it's just point the mouse

  • Problems with offical servise

    I need to post here my problem.... I have 2 major problems with my xperia z2 (there is no 4G signal and have voice issue)....i send phone to offical servise but when i get my phone back, not only they didt repair mob but they damage my phone and now

  • After installing apple updates my movie has changed

    OMG! i feel like crying! the short film i made on imovie 3 seems to have changed in audio content only after installing a couple of updates from apple. these were the new security update, quicktime 7 and itunes. can anyone at all please help me under