[SOLVED] systemd - login on VTs

Hi
This is probably pretty lame question, but anyway. I use systemd and it boots into graphical.target, starting X and KDE, which is what I want. Also, judging from /etc/systemd/logind.conf it allocates 6 VTs
cat /etc/systemd/logind.conf
[Login]
#NAutoVTs=6
#ReserveVT=6
so my X session is on tty7, that is ok. Now, I heard that it spawns gettys "on-demand" whenever you switch to another TTY, so when I do Ctrl+Alt+f1 it is supposed to spawn getty.service on the first VT. Here is my [email protected] (I changed it a little from the default [email protected] so it is not a symlink)
cat /etc/systemd/system/getty.target.wants/[email protected]
# 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=Getty on %I
Documentation=man:agetty(8)
After=systemd-user-sessions.service plymouth-quit-wait.service
After=rc-local.service
# If additional gettys are spawned during boot then we should make
# sure that this is synchronized before getty.target, even though
# getty.target didn't actually pull it in.
Before=getty.target
IgnoreOnIsolate=yes
# On systems without virtual consoles, don't start any getty. (Note
# that serial gettys are covered by [email protected], not this
# unit
ConditionPathExists=/dev/tty0
[Service]
Environment=TERM=linux
# the VT is cleared by TTYVTDisallocate
ExecStart=-/sbin/agetty --noclear %I 38400
Type=idle
Restart=always
RestartSec=0
UtmpIdentifier=%I
TTYPath=/dev/%I
TTYReset=no
TTYVHangup=no
TTYVTDisallocate=no
KillMode=process
IgnoreSIGPIPE=no
# Unset locale for the console getty since the console has problems
# displaying some internationalized messages.
Environment=LANG= LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= LC_ADDRESS= LC_TELEPHONE= LC_MEASUREMENT= LC_IDENTIFICATION=
# Some login implementations ignore SIGTERM, so we send SIGHUP
# instead, to ensure that login terminates cleanly.
KillSignal=SIGHUP
[Install]
Alias=getty.target.wants/[email protected]
Now, all this is fine, but why I cannot see login propmt? I just see "Welcome to GRUB" and that's all, no way to type in anything. I'd like to have a login program there if possible.
Last edited by mrzeznicki (2012-10-15 09:35:13)

Trilby wrote:
Have you tried other ttys (3-6)?
I ask because you assume that X is running on tty7, that is most likely not true.  I do not use a graphical target, I log in to tty1 and launch X from there, then X runs on tty2.  I can get free tty's on tty3-tt6.
I've never used the graphical target, but I suspect it also launches X on the first available tty.  If tty1 is similarly used to launch X and it runs on tty2, then you'd only have ttys on 3-6.
Yes, I have. It is the same. I assume that X is running on tty7 because ctr+alt+f7 brings me to a X session. Nevertheless, every non-graphical session gives me the same result. Blank screen with Welcome to GRUB!. I am certain that systemd actually spawns those darn gettys because, having switched to tty3:
$ systemctl status [email protected]
[email protected] - Getty on tty3
Loaded: loaded (/etc/systemd/system/getty.target.wants/[email protected])
Active: active (running) since Sun, 30 Sep 2012 17:25:17 +0200; 3s ago
Docs: man:agetty(8)
Main PID: 2443 (agetty)
CGroup: name=systemd:/system/[email protected]/tty3
└ 2443 /sbin/agetty --noclear tty3 38400
Are you able to login on non-X VTs without problem and out-of-the-box?

Similar Messages

  • [SOLVED] systemd: autostart service last, at login screen

    hi
    I don't use X, so no .xinitrc, but I'd like to run a script after boot when it reaches the terminal login.
    In particular, the script is a simple beep command to play a sound.
    I tried this
    [Unit]
    Description=welcome
    After=multi-user.target
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/beep -f 1000 -l 200 -n -f 1200 -l 200 -n -f 2000 -l 120
    [Install]
    but can't even enable it
    any suggestions? thanks
    Last edited by v43 (2014-01-19 13:50:56)

    because of the empty [Install] section
    EDIT:
    I tried adding the regular WantedBy=multi-user.target in the [Install], and it works!!
    but why? how can this service be required by the multi-user.target and also be called after it?
    [Unit]
    Description=welcome
    After=multi-user.target
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/beep -f 1000 -l 200 -n -f 1200 -l 200 -n -f 2000 -l 120
    [Install]
    WantedBy=multi-user.target
    Last edited by v43 (2014-01-19 13:49:31)

  • [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 and console font

    Hi guys. I've just switched my laptop over to systemd and so far I'm finding it great! I am, however, having a slight issue with getting it to set a console font, err, properly.
    KEYMAP=uk
    FONT=Lat2-Terminus16
    Before switching to systemd, this worked fine. However now when I boot up, the font is set early (I have the hook in mkinitcpio.conf) but once I get to the login screen, the screen flickers and I end up back on the default font. I've tried this with several of the available fonts and it happens with all of them. I don't have it set anywhere else, so I'm not sure why the font is being reset. Has anyone else come across this issue yet?
    Cheers.
    Last edited by JHeaton (2012-08-25 20:20:34)

    bohoomil wrote:Did you really rebuild the initramfs? Once it becomes a part of your boot image, it shouldn't be reset (which happens when the video driver like nouveau gets loaded: if this is the case, add your video driver to the MODULES array in /etc/mkinitcpio,conf and rebuild the image again). I have been doing the very same thing every time I prepare a new setup and it always works as expected.
    Yes, I did rebuild it. I didn't have the video driver in MODULES though; adding it has now solved the issue. Don't know why I hadn't added i915 to that array though.
    Thanks very much for your help.

  • [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 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 power control doesn't work

    Since there is no way of getting systemctl power control work without sudo, I tried modifying sudoers to allow my user to operate them without password.
    However, it still won't work.
    I tried that
    cross ALL = NOPASSWD: /usr/sbin/hibernate,/usr/bin/systemctl suspend,/usr/bin/systemctl reboot,/usr/bin/systemctl suspend,/usr/bin/systemctl hibernate
    and I tried that
    cross ALL = NOPASSWD: /usr/bin/systemctl
    The result was the same:
    $ systemctl suspend
    Failed to issue method call: Access denied
    Failed to issue method call: Access denied
    Last edited by impact (2012-11-09 11:28:17)

    impact wrote:
    Since there is no way of getting systemctl power control work without sudo, I tried modifying sudoers to allow my user to operate them without password.
    However, it still won't work.
    I tried that
    cross ALL = NOPASSWD: /usr/sbin/hibernate,/usr/bin/systemctl suspend,/usr/bin/systemctl reboot,/usr/bin/systemctl suspend,/usr/bin/systemctl hibernate
    and I tried that
    cross ALL = NOPASSWD: /usr/bin/systemctl
    The result was the same:
    $ systemctl suspend
    Failed to issue method call: Access denied
    Failed to issue method call: Access denied
    you have to use "sudo systemctl suspend" still, sudoers is only affecting sudo behavior as it was mentioned...
    nahuy_systemd wrote:systemd very bad system. I solved this. I moved to CRUX.
    ...and you registered to the forum just to tell us that? well, if I were you, i would either change the doctor or make him prescribe me another pills

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

  • Read only after install [SOLVED -- systemd related]

    Anyone know why a new (booted ~2-3 times) install would suddenly mount read-only?  /etc/fstab is fine, /etc/mtab reports rootfs / as rw, and I am logged in as root, but I get "read-only filesystem", hence there are no logs, etc.
    Last edited by goldilocks (2012-10-14 18:01:41)

    DSpider wrote:You probably removed "ro" from syslinux.cfg.
    Nope.   I have a startup service I use on fedora, and since the target I usually use wasn't apparent, I casually systemctl enabled it with WantedBy=local-fs.target, figuring if that was too early it would just fail (it writes to to disk).
    Using "mount -o remount,rw /" worked, so I tried a few things like switching fstab to use a UUID instead of a device node, that didn't work.  Finally I disabled the service and everything is back to normal.
    I did this a couple of times (enabling, rebooting, disabling, rebooting) just to confirm that was the cause. I guess that target runs before the rw remount, maybe this causes systemd to crap out in some way.  Shame it can't just fail the service, log it, and continue.  Maybe even an oversight verging on "bug", though I am sure they are aware of it already.
    I'd mark this "SOLVED" but I don't see a button...
    Last edited by goldilocks (2012-10-14 17:49:16)

  • [SOLVED] Automatic login to TTY1, openbox error

    SOLUTION at the last post.
    Hello,
    I was trying to create the systemd autologin.service, to log into TTY1 right after boot.
    I have been following the instructions on the wiki:
    https://wiki.archlinux.org/index.php/Au … al_console
    PROBLEM: after boot, the login happens a few times with an error, flashing, and then dissapears leaving with a basic underscore " _ ". I can still use TTY2.
    If I go back to TT1, I see the following error multiple times, (maybe its a loop):
    Last login: today, etc TTY1
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    Which is weird because I don't have openbox set to autostart or anything, I think.  (.xinitrc is basic as well; .dmrc has kde-plasma set.)
    +Info:
    $ systemctl --failed
    UNIT LOAD ACTIVE SUB DESCRIPTION
    [email protected] loaded failed failed Getty on tty1
    $ systemctl status [email protected]
    [email protected] - Getty on tty1
    Loaded: loaded (/etc/systemd/system/[email protected]; enabled)
    Active: failed (Result: start-limit) since Fri 2013-02-08 01:02:10 CET; 8min ago
    Docs: man:agetty(8)
    man:systemd-getty-generator(8)
    http://0pointer.de/blog/projects/serial-console.html
    Process: 878 ExecStart=/sbin/agetty --noclear -a ubunchu %I 38400 linux (code=exited, status=0/SUCCESS)
    Any hints on what could be it? What file should I check?
    Thanks in advance! Cheers!
    Last edited by ubunchu (2013-02-21 09:34:15)

    systemctl list-unit-files
    UNIT FILE STATE
    proc-sys-fs-binfmt_misc.automount static
    dev-hugepages.mount static
    dev-mqueue.mount static
    proc-fs-nfsd.mount static
    proc-sys-fs-binfmt_misc.mount static
    sys-fs-fuse-connections.mount static
    sys-kernel-config.mount static
    sys-kernel-debug.mount static
    tmp.mount static
    var-lib-nfs-rpc_pipefs.mount static
    cups.path enabled
    systemd-ask-password-console.path static
    systemd-ask-password-wall.path static
    accounts-daemon.service disabled
    adb.service disabled
    atieventsd.service disabled
    [email protected] enabled
    [email protected] disabled
    avahi-daemon.service disabled
    avahi-dnsconfd.service disabled
    blkmapd.service disabled
    bluetooth.service disabled
    brltty.service disabled
    canberra-system-bootup.service disabled
    canberra-system-shutdown-reboot.service disabled
    canberra-system-shutdown.service disabled
    colord.service static
    console-getty.service disabled
    console-shell.service disabled
    cronie.service disabled
    cups-browsed.service disabled
    cups.service enabled
    cupsd.service disabled
    dbus-org.freedesktop.hostname1.service static
    dbus-org.freedesktop.locale1.service static
    dbus-org.freedesktop.login1.service static
    dbus-org.freedesktop.NetworkManager.service enabled
    dbus-org.freedesktop.timedate1.service static
    dbus.service static
    debug-shell.service disabled
    dhcpcd.service disabled
    [email protected] disabled
    emergency.service static
    fancontrol.service disabled
    ftpd.service disabled
    gdm.service disabled
    [email protected] disabled
    [email protected] static
    gpm.service disabled
    healthd.service disabled
    ip6tables.service disabled
    iptables.service disabled
    irexec.service disabled
    kdm.service disabled
    krb5-kadmind.service disabled
    krb5-kdc.service disabled
    krb5-kpropd.service disabled
    [email protected] static
    lightdm.service disabled
    lirc.service disabled
    lircm.service disabled
    lm_sensors.service disabled
    lvm-on-crypt.service disabled
    lvm.service disabled
    lxdm.service disabled
    mdadm.service disabled
    mysqld.service disabled
    net-auto-wired.service disabled
    net-auto-wireless.service disabled
    net-profiles.service disabled
    netcfg.service disabled
    [email protected] disabled
    NetworkManager-wait-online.service disabled
    NetworkManager.service enabled
    nfsd.service disabled
    nmbd.service disabled
    nscd.service disabled
    polkit.service static
    [email protected] disabled
    quotaon.service static
    rescue.service static
    rpc-gssd.service disabled
    rpc-idmapd.service disabled
    rpc-mountd.service disabled
    rpc-statd.service disabled
    rpc-svcgssd.service disabled
    rpcbind.service disabled
    rsyncd.service disabled
    [email protected] static
    rtkit-daemon.service disabled
    [email protected] static
    sensord.service disabled
    [email protected] static
    smbd.service disabled
    [email protected] static
    snmpd.service disabled
    speech-dispatcherd.service disabled
    sshd.service enabled
    [email protected] static
    sshdgenkeys.service static
    svnserve.service disabled
    [email protected] static
    syslog-ng.service disabled
    systemd-ask-password-console.service static
    systemd-ask-password-wall.service static
    systemd-binfmt.service static
    systemd-fsck-root.service static
    [email protected] static
    systemd-halt.service static
    systemd-hibernate.service static
    systemd-hostnamed.service static
    systemd-hybrid-sleep.service static
    systemd-initctl.service static
    systemd-journal-flush.service static
    systemd-journal-gatewayd.service static
    systemd-journald.service static
    systemd-kexec.service static
    systemd-localed.service static
    systemd-logind.service static
    systemd-modules-load.service static
    systemd-poweroff.service static
    systemd-quotacheck.service static
    systemd-random-seed-load.service static
    systemd-random-seed-save.service static
    systemd-readahead-collect.service disabled
    systemd-readahead-done.service static
    systemd-readahead-drop.service disabled
    systemd-readahead-replay.service disabled
    systemd-reboot.service static
    systemd-remount-fs.service static
    systemd-shutdownd.service static
    systemd-suspend.service static
    systemd-sysctl.service static
    systemd-timedated.service static
    systemd-tmpfiles-clean.service static
    systemd-tmpfiles-setup.service static
    systemd-udev-settle.service static
    systemd-udev-trigger.service static
    systemd-udevd.service static
    systemd-update-utmp-runlevel.service static
    systemd-update-utmp-shutdown.service static
    systemd-user-sessions.service static
    systemd-vconsole-setup.service static
    transmission.service disabled
    udisks.service disabled
    udisks2.service static
    upower.service disabled
    usbmuxd.service static
    [email protected] static
    uuidd.service static
    vncserver.service disabled
    winbindd.service disabled
    [email protected] disabled
    [email protected] disabled
    wpa_supplicant.service disabled
    [email protected] disabled
    x11vnc.service static
    xinetd.service disabled
    avahi-daemon.socket disabled
    cups.socket enabled
    dbus.socket static
    git-daemon.socket disabled
    krb5-kpropd.socket disabled
    rsyncd.socket disabled
    saned.socket disabled
    smbd.socket disabled
    sshd.socket enabled
    swat.socket disabled
    syslog.socket static
    systemd-initctl.socket static
    systemd-journal-gatewayd.socket disabled
    systemd-journald.socket static
    systemd-shutdownd.socket static
    systemd-udevd-control.socket static
    systemd-udevd-kernel.socket static
    uuidd.socket disabled
    basic.target static
    bluetooth.target static
    cryptsetup.target static
    ctrl-alt-del.target disabled
    default.target enabled
    emergency.target static
    final.target static
    getty.target static
    graphical.target disabled
    halt.target disabled
    hibernate.target static
    hybrid-sleep.target static
    kexec.target disabled
    local-fs-pre.target static
    local-fs.target static
    mail-transfer-agent.target static
    multi-user.target enabled
    network.target static
    nss-lookup.target static
    nss-user-lookup.target static
    poweroff.target disabled
    printer.target static
    reboot.target disabled
    remote-fs-pre.target static
    remote-fs.target enabled
    rescue.target disabled
    rpcbind.target static
    runlevel0.target disabled
    runlevel1.target disabled
    runlevel2.target disabled
    runlevel3.target disabled
    runlevel4.target disabled
    runlevel5.target disabled
    runlevel6.target disabled
    shutdown.target static
    sigpwr.target static
    sleep.target static
    smartcard.target static
    sockets.target static
    sound.target static
    suspend.target static
    swap.target static
    sysinit.target static
    syslog.target static
    system-update.target static
    time-sync.target static
    umount.target static
    systemd-readahead-done.timer static
    systemd-tmpfiles-clean.timer static
    225 unit files listed.
    For some reason I can't disable "autologin@tty1".
    Yes, this is a vanilla arch (customised by myself).
    This is what I have done:
    cp /usr/lib/systemd/system/[email protected] /etc/systemd/system/[email protected]
    -Edited the file: /etc/systemd/system/[email protected]
    the line: ExecStart=-/sbin/agetty --noclear %I 38400 linux
    to be like this: ExecStart=-/sbin/agetty --noclear -a ubunchu %I 38400
    sudo systemctl daemon-reload
    sudo systemctl disable getty@tty1
    sudo systemctl enable autologin@tty1
    sudo systemctl start autologin@tty1
    sudo systemctl enable multi-user.target
    -now tried disabling:
    sudo systemctl disable getty@tty1 (again)
    sudo systemctl disable autologin@tty
    sudo systemctl disable autologin@tty1
    sudo systemctl disable [email protected]
    sudo systemctl disable [email protected]
    sudo systemctl disable [email protected]
    -no output, looks like it does not disable it

  • [Solved] systemd/user : how to exit window manager & stop X?

    Solution: Jump to https://bbs.archlinux.org/viewtopic.php … 6#p1262166
    I have set up my system to user systemd units to start my environment (roughly following the wiki).
    My problem is that I cannot exit my window manager (using “io (exitWith ExitSuccess)” in Xmonad): the service file starting the WM (xmonad) stops/exits with success, but the xorg.service keeps
    running. I need to switch to TTY2, systemctl --user stop xorg.service by hand, then switch to TTY1, execute Ctrl-C, and then I finally get my login
    prompt back.
    This is a bit annoying, and I don't know how to fix it.
    Here are the relevant (I think) unit files:
    # xmonad.target
    [Unit]
    Description=XMonad
    Wants=xorg.target
    Wants=xinit.target
    Requires=dbus.socket
    AllowIsolate=true
    [Install]
    Alias=default.target
    # xmonad.service
    [Unit]
    Description=Starts Xmonad
    Before=xinitrc.target
    After=xorg.target
    Requires=xorg.target
    [Service]
    ExecStart=/usr/bin/xmonad
    Environment=DISPLAY=:0
    Restart=no
    [Install]
    WantedBy=xmonad.target
    RequiredBy=xorg.service
    As you can see, I have added the RequiredBy=xorg.service line at the bottom, hoping that if xmonad.service exits, so should xorg.service - but to
    no avail.
    What do I have to do in order to completely stop X and get my login prompt on TTY1 back?
    EDIT: I am of course using the user-session-units.
    Last edited by Stalafin (2013-04-22 13:54:45)

    I know it's an old thread (not really old) but I have the same problem. The question is your solution doesnt work with me. It just give me an error like this:
    Failed to issue method call: The name org.freedesktop.login1 was not provided by any .service files
    Failed to issue method call: Process /bin/false exited with status 1

  • [Solved] systemd-user-session: Best way to pass global ENV vars?

    Hey guys,
    So when using the [email protected] from the user-session-units what's the best / cleanest way to set global environment variables for that systemd --user instance (and thus, all programs spawned from it)?
    What I'm talking about is /etc/profile and $HOME/.profile.
    For example, I usally configure my XDG_CONFIG_HOME and XDG_CACHE_HOME in my ~/.profile. But since systemd --user is being started by systemd --session none of these environment variables are loaded.
    The solution I've come up is to change the ExecStart in the [email protected] file to something like this:
    ExecStart=/usr/bin/sh -c "source /etc/profile; source $HOME/.config/bash/environment; exec /usr/lib/systemd/systemd --user"
    I know I could use the `EnvironmentFile` option to load the environment variables from a file, but it's not as flexable as a bash script.
    Am I thinking about this problem wrong? Is there a more "systemd --user"-y way of solving the problem?
    Last edited by EvanPurkhiser (2013-08-12 03:02:48)

    I've more or less solved this using my own user-session units. I still don't know if my method would really be considered the proper way or not though.
    Last edited by EvanPurkhiser (2013-08-12 03:02:19)

  • [SOLVED] systemd/User, starting a Dependent service

    I am missing something simple here.  I have two services.  Once is dependent on the other.
    I got the first service to start with:
    $ cat ~/.config/systemd/user/[email protected]
    [Unit]
    Description=Syncthing - Open Source Continuous File Synchronization for %I
    Documentation=https://github.com/syncthing/syncthing/wiki
    After=network.target
    [Service]
    #User=%i
    Environment=STNORESTART=yes
    ExecStart=/usr/bin/syncthing -no-browser -logflags=0
    Restart=on-failure
    SuccessExitStatus=2 3 4
    RestartForceExitStatus=3 4
    [Install]
    #WantedBy=multi-user.target
    WantedBy=default.target
    This autostarts upon logging in with i3 and gnome.  No problem (now).
    The problem I have is with the notifier/watcher:
    $ cat ~/.config/systemd/user/[email protected]
    [Unit]
    Description=Syncthing Inotify File Watcher for %I
    Documentation=https://github.com/syncthing/syncthing-inotify/blob/master/README.md
    After=network.target [email protected]
    [email protected]
    [Service]
    #User=%i
    ExecStart=/usr/bin/syncthing-inotify -logflags=0
    SuccessExitStatus=2
    Restart=on-failure
    ProtectSystem=full
    ProtectHome=read-only
    [Install]
    #WantedBy=multi-user.target
    WantedBy=default.target
    Installed it into my namespace, like I did with the parent service:
    $ systemctl --user enable [email protected]
    On system startup/login, the service is "Dead (inactive)."
    But, I can start it manually:
    $ systemctl --user start [email protected]
    And the status of the service shows it logging and working, picking up changes, etc.
    I must be missing a configuration parameter in the service file.
    Last edited by eduncan911 (2015-05-25 14:39:38)

    mauritiusdadd wrote:
    Just a shot in the dark, but try to change the After= and Requires= lines in [email protected] to
    After=network.target syncthing@%i.service
    Requires=syncthing@%i.service
    You know how you stay up late and everything you do right seems to be wrong?
    When I ran:
    systemctl status [email protected]
    ...it showed inactive (dead) and is the reason I made this thread. 
    Changed it to this:
    systemctl --user status [email protected]
    Allowed me to see it started.  *head smack*
    And btw, I tried "syncthing@%i.service" and it worked too!  I reverted back to "[email protected]" to verify %i fixed it, but it started as well as before.  So "%i" seems agnostic and would work as well.

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

Maybe you are looking for