Pulseaudio and systemd --user: DBus scope issues?

Hi,
I have a multi-seat setup, so I need user-wide pulseaudio and whatnot. I'm trying to setup my boot through systemd --user.
Testing audio working apps are firefox, mpv, and mpd. The problem is:
- If I start pulseaudio and mpd manually everything is fine (no use of systemd)
- If I start pulseaudio through systemd no application has sound.
- If I start pulseaudio and mpd through systemd only mpd has sound.
raimundoyamtech~$ cat .config/systemd/user/pulseaudio.service
[Unit]
Description=PulseAudio Sound System
After=sound.target
[Service]
ExecStart=/usr/bin/pulseaudio
[Install]
WantedBy=multi-user.target
raimundoyamtech~$ cat .config/systemd/user/mpd.service
[Unit]
Description=Music Player Daemon
After=network.target sound.target
[Service]
ExecStart=/usr/bin/mpd %h/.config/mpd/mpd.conf --no-daemon
ExecStop=/usr/bin/mpd %h/.config/mpd/mpd.conf --kill
Restart=always
[Install]
WantedBy=multi-user.target
If I add BusName=org.pulseaudio.Server to the pulseaudio.service nothing changes.
Using pulseaudio's autospawn=yes leads to what seems to be same behaviour: mpd by systemd starts pulseaudio and is the only app with sound.
./config/pulse/client.conf only contains default-sink. Everything else is default.
Using alsa alone is not an option because of firefox.
Any thoughts?
EDIT:
raimundoyamtech~$ systemctl --version
systemd 208
+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ
raimundoyamtech~$ pulseaudio --version
pulseaudio 4.0
Last edited by Raimundo (2013-10-23 10:08:13)

ewaller wrote:
Please do not bump.   I understand the frustration; really, I do.  But, these are very active forums with some very good technical people lurking about.  I guarantee your post had been read.  I read it.  I did not have an answer, as I have never seen that behavior afore.   I am certain that was true for many other regulars.
In the future, you can bring focus to a thread by providing more information..  Tell us what you have tried, what you have read since the last post, etc.  At least it gives the impression that you are working the problem rather than merely waiting for a response.
I don't know almost anything about systemd, especially because it changes so rapidly and documention is so scarce and outdated that either I read the whole documentantion for my version in hopes of finding my problem (something for which I do not have time) or post a topic.
I posted everything I touched regarding systemd since the installation of my system, that's all the relevant information I know I can give, so at this point I had no more info to give.
Actually posting a topic is really my last resort, it usually means that I have already tried everything I knew and I'm hopeless already.
raimundoyamtech~$ loginctl list-sessions
SESSION UID USER SEAT
2 1002 carla seat0
1 1000 raimundo seat0
2 sessions listed.
raimundoyamtech~$ loginctl show-session 1
Id=1
Timestamp=Tue 2013-10-29 12:33:47 WET
TimestampMonotonic=6670234
VTNr=1
TTY=tty1
Remote=no
Service=login
Scope=session-1.scope
Leader=1456
Audit=1
Type=tty
Class=user
Active=no <----- Is this what you are talking about?
State=online
IdleHint=yes
IdleSinceHint=1383050072367636
IdleSinceHintMonotonic=0
Name=raimundo
raimundoyamtech~$ loginctl show-session 2
Id=2
Timestamp=Tue 2013-10-29 12:33:47 WET
TimestampMonotonic=6667439
VTNr=2
TTY=tty2
Remote=no
Service=login
Scope=session-2.scope
Leader=1453
Audit=2
Type=tty
Class=user
Active=no <----- Is this what you are talking about?
State=online
IdleHint=yes
IdleSinceHint=1383050025387636
IdleSinceHintMonotonic=0
Name=carla
raimundoyamtech~$ loginctl show-session 3
Failed to issue method call: No such file or directory
What is an active session? Oo Never heard of it
I could start things. Pulseaudio started, so did mpd. I also have a /usr/lib/systemd/systemd --user process started for each user. I assumed this would be it since this
raimundoyamtech~$ systemctl --user
Failed to issue method call: Process /bin/false exited with status 1
always happens and I've read that systemctl --user is no longer required.
[EDIT]
Fixed it. Don't remember where I read that it wasn't required, just that it was in the same place I found someone else complaining about getting this error.
For anyone else encountering this: sed -i s/system-auth/system-login/g /etc/pam.d/systemd-user
and systemctl --user will work. Insults fly out to the one who wrote it wasn't required!
Still am not able to get an active session though
[/EDIT]
Why would there be a need for anything else? I'm gonna check on that. Thanks!
See, the bump worked ^^ but ok I'll try to refrain from doing that next time. Sorry.
Last edited by Raimundo (2013-10-29 16:27:55)

Similar Messages

  • Trying to setup systemd user instance

    Hi guys!
    For the past few days I have been trying to setup systemd to run a user instance (user is 'hans'). Sadly, I have been unable to find a lot of detail in doing this, so much of my work has been trial and error. Just recently I learned about the [email protected] and also about loginctl enable-linger. However to what degree they are related to setting up a user instance, I do not know. I set the user 'hans' to 'linger' using the loginctl enable-linger hans command, however I think I might have misunderstood the significance of the command in relation to what I am trying to do.
    What I want to for user 'hans' to have his own service file, i.e. irssi.service, and start/stop/enable/disable/etc that service independently of the system. I realize that I could use sudo and configure it to only allow certain commands, and more than that have individual 'system' services for each user, i.e. hansirssi.service, janeirssi.service, joeirssi.service, etc., but I don't want to have to do that unless there is no other option.
    So Question 1:
    Is it possible to setup up systemd user instances as I envision it? Or have I misunderstood something?
    My system:
    [root@ru ~]# uname -a
    Linux ru 3.5.4-1-ARCH #1 SMP PREEMPT Sat Sep 15 08:12:04 CEST 2012 x86_64 GNU/Linux
    The system is installed in a Proxmox virtual machine with a virtio virtual HDD and standard setup. It is a headless system. I have a complete systemd conversion as per the wiki plus polkit 0.107-2 for use with 'loginctl'.
    I tried:
    [root@ru ~]$ systemctl enable [email protected]
    The unit files have no [Install] section. They are not meant to be enabled using systemctl.
    [root@ru ~]$ systemctl start [email protected]
    [root@ru ~]# systemctl status [email protected]
    [email protected] - User Manager for hans
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; static)
    Active: active (running) since Fri, 21 Sep 2012 18:33:07 +0100; 42min ago
    Main PID: 23189 (systemd)
    Status: "Startup finished in 822us."
    CGroup: name=systemd:/user/hans/shared
    â 23190 (sd-pam)
    â systemd-23189
    â 23189 /usr/lib/systemd/systemd --user
    And on the user account hans I confirm that the service is running:
    [hans@ru ~]$ systemctl status [email protected]
    [email protected] - User Manager for hans
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; static)
    Active: active (running) since Fri, 21 Sep 2012 18:33:07 +0100; 13s ago
    Main PID: 23189 (systemd)
    Status: "Startup finished in 822us."
    CGroup: name=systemd:/user/hans/shared
    â 23190 (sd-pam)
    â systemd-23189
    â 23189 /usr/lib/systemd/systemd --user
    But in regard to actually starting/stopping/enabling a user specific service, I keep getting this error:
    [hans@ru ~]$ systemctl start dummyservice.service
    Failed to issue method call: Access denied
    and when I try by accessing the 'user' instance, I get the following error:
    [hans@ru ~]$ systemctl --user
    Failed to get D-Bus connection: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    The thing is that dbus is running:
    [root@ru ~]# systemctl status dbus
    dbus.service - D-Bus System Message Bus
    Loaded: loaded (/usr/lib/systemd/system/dbus.service; static)
    Active: active (running) since Thu, 20 Sep 2012 18:19:18 +0100; 24h ago
    Main PID: 248 (dbus-daemon)
    CGroup: name=systemd:/system/dbus.service
    â 248 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
    Sep 21 18:12:40 ru dbus-daemon[248]: dbus[248]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Sep 21 18:12:40 ru dbus[248]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Sep 21 18:17:50 ru dbus-daemon[248]: dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.26" (uid.../init ")
    Sep 21 18:17:50 ru dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.26" (uid=1000 pid=23167 c...n/init ")
    Sep 21 18:32:46 ru dbus-daemon[248]: dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid.../init ")
    Sep 21 18:32:46 ru dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=23185 c...n/init ")
    Sep 21 18:35:45 ru dbus-daemon[248]: dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.34" (uid.../init ")
    Sep 21 18:35:45 ru dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.34" (uid=1000 pid=23195 c...n/init ")
    Sep 21 18:36:06 ru dbus-daemon[248]: dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.35" (uid.../init ")
    Sep 21 18:36:06 ru dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.35" (uid=1000 pid=23197 c...n/init ")
    Here is the full output from 'journalctl':
    Sep 21 18:17:50 ru dbus-daemon[248]: dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.26" (uid=1000 pid=23167 comm="systemctl enable [email protected] ") interface="org.freedesktop.systemd1.Manager" member="EnableUnitFiles" error name="(unset)" requested_reply="0" destination="org.freedesktop.systemd1" (uid=0 pid=1 comm="/sbin/init ")
    Sep 21 18:17:50 ru dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.26" (uid=1000 pid=23167 comm="systemctl enable [email protected] ") interface="org.freedesktop.systemd1.Manager" member="EnableUnitFiles" error name="(unset)" requested_reply="0" destination="org.freedesktop.systemd1" (uid=0 pid=1 comm="/sbin/init ")
    Sep 21 18:32:46 ru dbus-daemon[248]: dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=23185 comm="systemctl start [email protected] ") interface="org.freedesktop.systemd1.Manager" member="StartUnit" error name="(unset)" requested_reply="0" destination="org.freedesktop.systemd1" (uid=0 pid=1 comm="/sbin/init ")
    Sep 21 18:32:46 ru dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=23185 comm="systemctl start [email protected] ") interface="org.freedesktop.systemd1.Manager" member="StartUnit" error name="(unset)" requested_reply="0" destination="org.freedesktop.systemd1" (uid=0 pid=1 comm="/sbin/init ")
    Sep 21 18:33:07 ru systemd[23189]: Failed to open private bus connection: Failed to connect to socket /run/user/hans/dbus/user_bus_socket: No such file or directory
    Sep 21 18:35:45 ru dbus-daemon[248]: dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.34" (uid=1000 pid=23195 comm="systemctl start userservice ") interface="org.freedesktop.systemd1.Manager" member="StartUnit" error name="(unset)" requested_reply="0" destination="org.freedesktop.systemd1" (uid=0 pid=1 comm="/sbin/init ")
    Sep 21 18:35:45 ru dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.34" (uid=1000 pid=23195 comm="systemctl start userservice ") interface="org.freedesktop.systemd1.Manager" member="StartUnit" error name="(unset)" requested_reply="0" destination="org.freedesktop.systemd1" (uid=0 pid=1 comm="/sbin/init ")
    Sep 21 18:36:06 ru dbus-daemon[248]: dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.35" (uid=1000 pid=23197 comm="systemctl start userservice.service ") interface="org.freedesktop.systemd1.Manager" member="StartUnit" error name="(unset)" requested_reply="0" destination="org.freedesktop.systemd1" (uid=0 pid=1 comm="/sbin/init ")
    Sep 21 18:36:06 ru dbus[248]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.35" (uid=1000 pid=23197 comm="systemctl start userservice.service ") interface="org.freedesktop.systemd1.Manager" member="StartUnit" error name="(unset)" requested_reply="0" destination="org.freedesktop.systemd1" (uid=0 pid=1 comm="/sbin/init ")
    Question 2:
    Why would dbus reject the 'messages', is there something I need to configure (permissions,...?) in order to get this to work?
    I suspect that it is my lacking knowledge to blame for this problem, which is why I have sought help here.
    EDIT#1:
    I forgot to show you what 'loginctl' was doing:
    [root@ru ~]# loginctl user-status hans
    hans (1000)
    Since: Thu, 20 Sep 2012 18:19:18 +0100; 24h ago
    State: lingering
    CGroup: name=systemd:/user/hans
    â shared
    â 23190 (sd-pam)
    â systemd-23189
    â 23189 /usr/lib/systemd/systemd --user
    Last edited by sunite (2012-09-21 18:17:35)

    I just went through the install process, read through the user-session-units doc, I was finally able to get the user instance working, no Dbus errors . However I decided to make sure and run 'dbus-monitor' within the user 'hans' and I got the following error message:
    Failed to open private bus connection: Failed to connect to socket /run/user/1000/dbus/user_bus_socket: No such file or directory
    I checked and there is no such file, however I checked the dbus.socket:
    [root@ru user]# cat /usr/lib/systemd/user/dbus.socket
    [Unit]
    Description=D-Bus System Message Bus Socket
    [Socket]
    ListenStream=%t/dbus/user_bus_socket
    And dbus.service:
    [root@ru user]# dbus-monitor
    Failed to open connection to session bus: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [root@ru user]# cat /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
    and as far as I can tell everything see alright there.
    EDIT#1:
    I just restarted the system to see if my symlink worked for the user-session service. It did, sort of, however the following error occured during boot:
    Sep 21 22:15:14 ru systemd[307]: Failed to open private bus connection: Failed to connect to socket /run/user/1000/dbus/user_bus_socket: No such file or directory
    Last edited by sunite (2012-09-21 21:22:11)

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

  • Acrobat 9 and Canon iR-ADV C2030 issues

    I have a user running 10.7.5 on a 2ghz MacBook Pro who constantly has issues printing PDFs to various printers.  When she prints tabloid PDFs to our copier (Canon iR-ADV C2030), the prints come out fine.  When she prints tabloid PDFs to any of our other printers (Xerox Phaser 7750 & 7800, HP LaserJet 5200) the prints come out the wrong size.  It looks fine in the preview before she prints.  I had reset her printing system, gone into the localhost settings and wiped her preferences.  Only happens with PDFs, but it took a while to properly diagnose the issue (very busy user).
    After much testing, this is what I've come up with:  It ONLY happens with Adobe Acrobat 9, and only after printing to the Canon.  The user can first print a tabloid PDF to our HP and Xerox machines with no issue.  She can then print to the Canon with no ill effects.  But once she prints there, it messes up the Acrobat preferences and she can no longer print tabloid correctly to any other printer but the Canon.  The PDFs come out on letter at tabloid size (i.e., top corner oreinted with the rest of the image off the paper).  Odd one.  The problem does not occur with Acrobat X.

    Based on what you have written the ADV C5035 does not have the optional Postscript (PS) kit installed. It has nothing to do with any Mavericks update.
    So you will have to use the UFR2 driver you mention, which is a Canon proprietary printer language and the default printer kit in the Canon iR devices.
    Note that when creating the network print queue you must use the HP Jetdirect-Socket protocol. IPP is not supported by the driver and some users have had issues with the LPD protocol.

  • [Solved] Systemd user service and timer dbus error

    I have installed arch recently and added a few of my own services, for example the acpi_call commands and such. Now I want to create a systemd service that runs every 5 minutes and execute a script.
    I searched a lot and I found that I must use timers. I got the thing with the timers working, but because my script has to do with a specific user, I want it to run only every 5 minutes when i am logged in as that user.
    I tried to put the files in /etc/systemd/users, .config/local/users and all the possibilities but everytime i want to enable it, it says dbus connection refused.
    Can somebody please provide me a way to execute a systemd service every 5 minutes while I am logged in as a specific user?
    I did follow the wiki and created a dbus service and all. Everything works on that side but i can't enable my user service.
    thanks!
    Last edited by nopemopes (2015-03-25 11:10:06)

    jasonwryan wrote:
    What errors are you getting? https://bbs.archlinux.org/viewtopic.php?id=57855
    Not a Sysadmin issue, moving to NC...
    sorry, didn't mean to be incomplete.
    The error says "Failed to get D-Bus connection: Connection refused".
    I did what the wiki said: Create the dbus files, enable them and such.
    No i put my service files + timer in the places mentioned by the wiki but everytime i try to enable them, that error shows up.
    systemctl status dbus gives me all good
    dbus.service - D-Bus System Message Bus
    Loaded: loaded (/usr/lib/systemd/system/dbus.service; static; vendor preset: disabled)
    Active: active (running) since ma 2015-03-23 19:39:24 CET; 1h 18min ago
    Docs: man:dbus-daemon(1)
    Main PID: 246 (dbus-daemon)
    CGroup: /system.slice/dbus.service
    └─246 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
    mrt 23 19:39:34 Jordy-Laptop dbus[246]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='...ervice'
    mrt 23 19:39:34 Jordy-Laptop dbus[246]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1....ectory.
    mrt 23 19:39:34 Jordy-Laptop dbus[246]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='...ervice'
    mrt 23 19:39:34 Jordy-Laptop dbus[246]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1....ectory.
    mrt 23 19:39:39 Jordy-Laptop dbus[246]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='...ervice'
    mrt 23 19:39:39 Jordy-Laptop dbus[246]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    mrt 23 19:47:01 Jordy-Laptop dbus[246]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='...ervice'
    mrt 23 19:47:01 Jordy-Laptop dbus[246]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    mrt 23 20:51:38 Jordy-Laptop dbus[246]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='...ervice'
    mrt 23 20:51:38 Jordy-Laptop dbus[246]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    that's the log for dbus and these are my files:
    drive_sync.service
    [Unit]
    Description=Drive sync
    [Service]
    Type=simple
    ExecStart=drive_script.sh
    drive_sync.timer
    [Unit]
    Description=Drive sync
    [Service]
    Type=simple
    ExecStart=drive_script.sh
    these files are located in ~/.config/systemd/user
    Last edited by nopemopes (2015-03-23 20:00:55)

  • [SOLVED]dbus and systemd: "systemctl --user" gets "Connection refused"

    Hi,
    I want to enable some systemd user service. Here is what I get
    $ LANG=C systemctl --user
    Failed to get D-Bus connection: Connection refused
    $ echo $DBUS_SESSION_BUS_ADDRESS
    unix:abstract=/tmp/dbus-RboLZS2wF3,guid=feb8bd85248906d12a826acd54e3c4ad
    I don't believe I've ever touched dbus, so I'm a bit lost. There's the following line in my ~/.xinitrc:
    exec dbus-launch xmonad
    Seems like I'm not the only one with trouble on that topic, but I could not solve my problem.
    Additional resources:
    1. relevant pstree information
    systemd-+-acpid
    |-at-spi-bus-laun-+-dbus-daemon
    | |-{dconf worker}
    | |-{gdbus}
    | `-{gmain}
    |-3*[dbus-daemon]
    |-dbus-launch
    |-login---startx---xinit-+-Xorg
    | `-xmonad-x86_64-l-+-tons
    | |-of
    | |-stuff
    |-polkitd-+-{JS GC Helper}
    | |-{JS Sour~ Thread}
    | |-{gdbus}
    | |-{gmain}
    | `-{runaway-killer-}
    |-systemd---(sd-pam)
    |-systemd-journal
    |-systemd-logind
    |-systemd-udevd
    2.
    $ pgrep -af systemd
    1 /usr/lib/systemd/systemd --system --deserialize 16
    149 /usr/lib/systemd/systemd-journald
    171 /usr/lib/systemd/systemd-udevd
    257 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
    263 /usr/lib/systemd/systemd-logind
    316 /usr/lib/systemd/systemd --user
    3.
    $ pgrep -af dbus
    257 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
    385 dbus-launch --sh-syntax --exit-with-session
    386 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    459 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    470 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
    4. Playing with processus #1
    - Killing it doesn't change anything
    $ /usr/lib/systemd/systemd --user
    Failed to create root cgroup hierarchy: Permission denied
    Failed to allocate manager object: Permission denied
    $ sudo /usr/lib/systemd/systemd --user
    Trying to run as user instance, but $XDG_RUNTIME_DIR is not set.
    $ echo $XDG_RUNTIME_DIR
    /run/user/1000
    $ sudo -i
    # XDG_RUNTIME_DIR=/run/user/1000 /usr/lib/systemd/systemd
    Startup finished in 41ms. // keeps running
    But I still cannot do "systemctl --user"....
    Last edited by Laugarhraun (2015-02-18 17:03:57)

    Heyyy I'm dumb!
    $ alias systemctl
    alias systemctl='sudo systemctl'
    $ LANG=C /usr/bin/systemctl --user
    Failed to list units: Process org.freedesktop.systemd1 exited with status 1
    New error = progress! yay!

  • [SOLVED]MPD, PulseAudio & Systemd/User

    Since the advent of skype 4.3 I've had to switch to using pulseaudio. Things seems to be working fine except for the interaction between pulseaudio and mpd. My goal is to attain the same functionality as I had before when I was just using alsa. The main problem seems to be that the mpd daemon starts before pulseaudio. This means that when I reboot, for example, my music doesn't automatically keep playing. However if I toggle mpc (or open ncmpcpp and unpause) then it works fine.
    What I have done
    1) I installed mpd using the script found on the wiki
    1a) copied ~/.config/mpd/mpd.conf to /etc/mpd.conf and uncomment #user line so it runs as my user
    1b) enabled the mpd service with systemctl so it starts on boot, as directed to from 1)
    2) Applied the workaround detailed here to make pulseaudio play nice with mpd
    From what I can understand this results in the mpd daemon using the /etc/mpd.conf file which mirrors my local one (but I think the process is still started as root?)
    If I don't do 2) then I get a problem where if I try to open pavucontrol I get an error saying I'm unable to connect and the system feels very unresponsive. Two second delays navigating around in thunar for example.
    fuser /dev/snd/* outputs
    » sudo fuser /dev/snd/*
    /dev/snd/controlC0: 440
    /dev/snd/controlC1: 440
    /dev/snd/pcmC0D0p: 440m
    » ps aux | grep 440
    quiv 440 1.2 0.1 495964 13248 ? Sl 15:16 0:05 /usr/bin/pulseaudio --start --log-target=syslog
    quiv 2259 0.0 0.0 11668 2296 pts/0 S+ 15:23 0:00 grep --color=auto 440
    For now I have added in
    if grep -q "state: pause" /home/quiv/.config/mpd/state; then
    mpc toggle
    fi
    to my ~/.xinitrc as a work around to get pulse and mpd to work together properly. However it doesn't seem to work all the time. If I leave my music playing then when I reboot the system with reboot it seems that somtimes the state is being saved as paused, and other times as play. I suppose I could just mpc toggle without checking, but I don't want a situation where if I happen to not be playing music that every time I reboot my music starts playing.
    Other things I have tried are;
    A) not using pulseaudio with mpd.
    B) not using systemd to manage mpd. Instead I manually started it in .xinitrc and pointed it to my ~/.config/mpd/mpd.conf file. I believe this means it runs as my own user instead of as root. When I did this I commented the username line and also undid 2) from above in ~/.config/mpd/mpd.conf
    The problem with A) is that if I use alsa with mpd, mpd hogs my soundcard. My card becomes unselectable in pavucontrol and I cannot use it with pulseaudio., meanng no skype. The benefit of doing this (this is how I used to do it before I needed pulseaudio) is I have no problems with mpd's state being saved incorrectly.
    The problem with B) is the mpdstate is saved incorrectly when for example I issue reboot. I can reproduce this by changing my currently played song then rebooting. When I boot back up mpd resumes playback from the previous session instead of recognizing the last thing I was playing. I had a search around on the forums and I found this issue which seems to describe what is happening. There doesn't seem to be a solution there instead a suggestion to user systemd (which I would like to do!) instead to manage mpd. Rasi's post details a unit file but I'm unsure what to do with this.
    Looking at the wiki it seems like maybe I am supposed to provide this file so that it overwrites the default mpd.service unit. So I followed the steps listed there. First I created the directory /etc/systemd/system/mpd.d/ then made the user.conf file inside. I tried just putting the additional arguments in
    [Service]
    User=YOUR_USER
    PAMName=system-local-login
    I also remember trying to overwrite the entire [Service] section of the original by using
    [Service]
    User=YOUR_USER
    PAMName=system-local-login
    ExecStart=
    ExecStart=/usr/bin/mpd --no-daemon
    because I think just adding the addtional parameters might not have worked. But I'm not sure on this point, maybe both ways worked. This seemed to work but I had the same problem as above. The state was still being saved incorrectly sometimes when I rebooted. I would get a previous session instead of the most recent change. So I tried the other method for overwriting systemd unit files and made the file /etc/systemd/system/mpd.service in which I pasted Rasi's entire unit file. This also seemed to work, but still the incorrect state problem happened.
    At this point I didn't know what to try. It seemed like the only option left was to set up mpd using a local configuration and setting up a systemd/User session and managing it that way. The wiki indiciated that if I did it this way I would not have to use the method 2) above. However I was/still am hesistant about doing this. I'm new to arch and the systemd/User wiki page seems very intimidating. I worry that I will create problems that I won't understand how to solve using this method just for the chance that mpd will function correclty with pulse. However I seemed to have exhausted all my possible options so I thought whatever I'll try it anyway! I'm certain I probably haven't done it right however.
    So once again I turned to the wiki to help me with setting this up. However I can't make sense of the article. I don't know if I should follow ONLY the Setup since systemd 206 or if I should follow both setup sections? I decided to follow only the first section. I use no DE so I commented out the
    [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
    line in my ~/.zprofile. When I set up my system I followed the Automatic login to virtual console. I left this file alone, but upon second thoughts maybe I should have disabled this too? I don't understand if using xlogin-git to austoart Xorg, as described in the systemd/User page, requires me to get rid of this too. I think xlogin-git just starts Xorg so automatic login via getty should be fine?
    Immediately when I boot in using systemd to manage my session I notice that there are problems. I don't think my environment variables are being sourced from .zshenv because my panel fails to load. If I kill the panel and load it again it works. This makes me think there is something wrong with the order of units started with systemd.
    » sudo journalctl --this-boot --no-pager | grep -i panel ~
    Jul 05 16:25:39 lorelai bash[494]: /home/quiv/.config/bspwm/panel/panel: line 16: : No such file or directory
    Jul 05 16:25:39 lorelai bash[494]: /home/quiv/.config/bspwm/panel/panel: line 17: : No such file or directory
    Jul 05 16:25:39 lorelai bash[494]: /home/quiv/.config/bspwm/panel/panel: line 18: : No such file or directory
    In each instance panel is trying to do things based on $PANEL_FIFO which is exported from ~/.zshenv but it doesn't appear to be set at the time systemd starts things up. Apart from these problems, which are probably undoubtedly due to the fact I failed to set up systemd/User properly, I still have problems with mpd. The state seems to be remembered correctly now, however when I reboot I still have to toggle mpc for it to start playback. It seems to be the same problem as when I use setup detailed intially. I suspect perhaps once again there is something wrong with the order here. MPD starts before pulse so it doesn't find anything to play through, then once I issue the mpc toggle command pulse is started and all is happy.
    A final note is that I was getting this error yesterday when using systemd/User
    ● mpd.service - Music Player Daemon
    Loaded: loaded (/usr/lib/systemd/system/mpd.service; enabled)
    Active: inactive (dead)
    Jul 05 03:11:41 lorelai pulseaudio[450]: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    Jul 05 03:11:41 lorelai pulseaudio[450]: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: "channels=2"): initialization failed.
    Jul 05 03:11:41 lorelai pulseaudio[450]: [pulseaudio] main.c: Module load failed.
    Jul 05 03:13:35 lorelai systemd[1]: Stopping Music Player Daemon...
    Jul 05 03:13:35 lorelai systemd[1]: Stopped Music Player Daemon.
    but it doesn't seem to happen anymore.
    Also I have no idea if I'm even supposed to use it like this but
    » sudo systemctl --user enable mpd ~
    Failed to get D-Bus connection: Connection refused
    I tried this because I was wondering if mpd was even using the correct service when using systemd/User. I thought perhaps it just was using the one in /etc/systemd/system/ instead of /usr/lib/systemd/user/. I'm still not sure about this.
    In the end I've exhausted whatever I can think of. I'm sure I've done a lot of things wrong but I tried my best. Hopefully somebody knows what I've done wrong and can help me.
    ~/.config/mpd/mpd.conf
    # An example configuration file for MPD.
    # Read the user manual for documentation: http://www.musicpd.org/doc/user/
    # Files and directories #######################################################
    # This setting controls the top directory which MPD will search to discover the
    # available audio files and add them to the daemon's online database. This
    # setting defaults to the XDG directory, otherwise the music directory will be
    # be disabled and audio files will only be accepted over ipc socket (using
    # file:// protocol) or streaming files over an accepted protocol.
    music_directory "~/Music"
    # This setting sets the MPD internal playlist directory. The purpose of this
    # directory is storage for playlists created by MPD. The server will use
    # playlist files not created by the server but only if they are in the MPD
    # format. This setting defaults to playlist saving being disabled.
    playlist_directory "~/.config/mpd/playlists"
    # This setting sets the location of the MPD database. This file is used to
    # load the database at server start up and store the database while the
    # server is not up. This setting defaults to disabled which will allow
    # MPD to accept files over ipc socket (using file:// protocol) or streaming
    # files over an accepted protocol.
    db_file "~/.config/mpd/database"
    # These settings are the locations for the daemon log files for the daemon.
    # These logs are great for troubleshooting, depending on your log_level
    # settings.
    # The special value "syslog" makes MPD use the local syslog daemon. This
    # setting defaults to logging to syslog, otherwise logging is disabled.
    log_file "~/.config/mpd/log"
    # This setting sets the location of the file which stores the process ID
    # for use of mpd --kill and some init scripts. This setting is disabled by
    # default and the pid file will not be stored.
    pid_file "~/.config/mpd/pid"
    # This setting sets the location of the file which contains information about
    # most variables to get MPD back into the same general shape it was in before
    # it was brought down. This setting is disabled by default and the server
    # state will be reset on server start up.
    state_file "~/.config/mpd/state"
    # The location of the sticker database. This is a database which
    # manages dynamic information attached to songs.
    sticker_file "~/.config/mpd/sticker.sql"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    #user "quiv"
    # This setting specifies the group that MPD will run as. If not specified
    # primary group of user specified with "user" setting will be used (if set).
    # This is useful if MPD needs to be a member of group such as "audio" to
    # have permission to use sound card.
    #group "nogroup"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    bind_to_address "127.0.0.1"
    # And for Unix Socket
    bind_to_address "~/.config/mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    log_level "default"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    gapless_mp3_playback "yes"
    # Setting "restore_paused" to "yes" puts MPD into pause mode instead
    # of starting playback after startup.
    #restore_paused "no"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. The complete list of possible values can be
    # found in the mpd.conf man page.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # This setting enables automatic update of MPD's database when files in
    # music_directory are changed.
    auto_update "yes"
    # Limit the depth of the directories being watched, 0 means only watch
    # the music directory itself. There is no limit by default.
    auto_update_depth "3"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured music_directory.
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured music_directory.
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Database #######################################################################
    #database {
    # plugin "proxy"
    # host "other.mpd.host"
    # port "6600"
    # Input #######################################################################
    input {
    plugin "curl"
    proxy "proxy.isp.com:8080"
    proxy_user "user"
    proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # An example of an ALSA output:
    #audio_output {
    # type "alsa"
    # name "My ALSA Device"
    ## device "hw:0,0" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "default" # optional
    ## mixer_control "PCM" # optional
    ## mixer_index "0" # optional
    audio_output {
    type "pulse"
    name "pulse audio"
    format "48000:16:2"
    ## server "127.0.0.1"
    ## sink "remote_server_sink" # optional
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## url "http://example.com" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    ## mixer_type "software" # optional
    # An example of a recorder output:
    #audio_output {
    # type "recorder"
    # name "My recorder"
    # encoder "vorbis" # optional, vorbis or lame
    # path "/var/lib/mpd/recorder/mpd.ogg"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    # bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # max_clients "0" # optional 0=no limit
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    #audio_output {
    # type "pulse"
    # name "My Pulse Output"
    ## server "remote_server" # optional
    ## sink "remote_server_sink" # optional
    # An example of a winmm output (Windows multimedia API).
    #audio_output {
    # type "winmm"
    # name "My WinMM output"
    ## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
    # or
    ## device "0" # optional
    ## mixer_type "hardware" # optional
    # An example of an openal output.
    #audio_output {
    # type "openal"
    # name "My OpenAL output"
    ## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # mixer_type "none" # optional
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "off", "album", "track" or "auto". "auto" is a special mode that
    # chooses between "track" and "album" depending on the current state of
    # random playback. If random playback is enabled then "track" mode is used.
    # See <http://www.replaygain.org> for more details about ReplayGain.
    # This setting is off by default.
    replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    replaygain_preamp "0"
    # This setting sets the pre-amp used for files that do NOT have ReplayGain tags.
    # By default this setting is disabled.
    #replaygain_missing_preamp "0"
    # This setting enables or disables ReplayGain limiting.
    # MPD calculates actual amplification based on the ReplayGain tags
    # and replaygain_preamp / replaygain_missing_preamp setting.
    # If replaygain_limit is enabled MPD will never amplify audio signal
    # above its original level. If replaygain_limit is disabled such amplification
    # might occur. By default this setting is enabled.
    #replaygain_limit "yes"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "4096"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting.
    #filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    # SIDPlay decoder #############################################################
    # songlength_database:
    # Location of your songlengths file, as distributed with the HVSC.
    # The sidplay plugin checks this for matching MD5 fingerprints.
    # See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
    # default_songlength:
    # This is the default playing time in seconds for songs not in the
    # songlength database, or in case you're not using a database.
    # A value of 0 means play indefinitely.
    # filter:
    # Turns the SID filter emulation on or off.
    #decoder {
    # plugin "sidplay"
    # songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt"
    # default_songlength "120"
    # filter "true"
    /etc/mpd.config
    # An example configuration file for MPD.
    # Read the user manual for documentation: http://www.musicpd.org/doc/user/
    # Files and directories #######################################################
    # This setting controls the top directory which MPD will search to discover the
    # available audio files and add them to the daemon's online database. This
    # setting defaults to the XDG directory, otherwise the music directory will be
    # be disabled and audio files will only be accepted over ipc socket (using
    # file:// protocol) or streaming files over an accepted protocol.
    music_directory "~/Music"
    # This setting sets the MPD internal playlist directory. The purpose of this
    # directory is storage for playlists created by MPD. The server will use
    # playlist files not created by the server but only if they are in the MPD
    # format. This setting defaults to playlist saving being disabled.
    playlist_directory "~/.config/mpd/playlists"
    # This setting sets the location of the MPD database. This file is used to
    # load the database at server start up and store the database while the
    # server is not up. This setting defaults to disabled which will allow
    # MPD to accept files over ipc socket (using file:// protocol) or streaming
    # files over an accepted protocol.
    db_file "~/.config/mpd/database"
    # These settings are the locations for the daemon log files for the daemon.
    # These logs are great for troubleshooting, depending on your log_level
    # settings.
    # The special value "syslog" makes MPD use the local syslog daemon. This
    # setting defaults to logging to syslog, otherwise logging is disabled.
    log_file "~/.config/mpd/log"
    # This setting sets the location of the file which stores the process ID
    # for use of mpd --kill and some init scripts. This setting is disabled by
    # default and the pid file will not be stored.
    pid_file "~/.config/mpd/pid"
    # This setting sets the location of the file which contains information about
    # most variables to get MPD back into the same general shape it was in before
    # it was brought down. This setting is disabled by default and the server
    # state will be reset on server start up.
    state_file "~/.config/mpd/state"
    # The location of the sticker database. This is a database which
    # manages dynamic information attached to songs.
    sticker_file "~/.config/mpd/sticker.sql"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    user "quiv"
    # This setting specifies the group that MPD will run as. If not specified
    # primary group of user specified with "user" setting will be used (if set).
    # This is useful if MPD needs to be a member of group such as "audio" to
    # have permission to use sound card.
    #group "nogroup"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    bind_to_address "127.0.0.1"
    # And for Unix Socket
    bind_to_address "~/.config/mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    log_level "default"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    gapless_mp3_playback "yes"
    # Setting "restore_paused" to "yes" puts MPD into pause mode instead
    # of starting playback after startup.
    #restore_paused "no"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. The complete list of possible values can be
    # found in the mpd.conf man page.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # This setting enables automatic update of MPD's database when files in
    # music_directory are changed.
    auto_update "yes"
    # Limit the depth of the directories being watched, 0 means only watch
    # the music directory itself. There is no limit by default.
    auto_update_depth "3"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured music_directory.
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured music_directory.
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Database #######################################################################
    #database {
    # plugin "proxy"
    # host "other.mpd.host"
    # port "6600"
    # Input #######################################################################
    input {
    plugin "curl"
    proxy "proxy.isp.com:8080"
    proxy_user "user"
    proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # An example of an ALSA output:
    #audio_output {
    # type "alsa"
    # name "My ALSA Device"
    ## device "hw:0,0" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "default" # optional
    ## mixer_control "PCM" # optional
    ## mixer_index "0" # optional
    audio_output {
    type "pulse"
    name "pulse audio"
    format "48000:16:2"
    server "127.0.0.1"
    ## sink "remote_server_sink" # optional
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## url "http://example.com" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    ## mixer_type "software" # optional
    # An example of a recorder output:
    #audio_output {
    # type "recorder"
    # name "My recorder"
    # encoder "vorbis" # optional, vorbis or lame
    # path "/var/lib/mpd/recorder/mpd.ogg"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    # bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # max_clients "0" # optional 0=no limit
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    #audio_output {
    # type "pulse"
    # name "My Pulse Output"
    ## server "remote_server" # optional
    ## sink "remote_server_sink" # optional
    # An example of a winmm output (Windows multimedia API).
    #audio_output {
    # type "winmm"
    # name "My WinMM output"
    ## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
    # or
    ## device "0" # optional
    ## mixer_type "hardware" # optional
    # An example of an openal output.
    #audio_output {
    # type "openal"
    # name "My OpenAL output"
    ## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # mixer_type "none" # optional
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "off", "album", "track" or "auto". "auto" is a special mode that
    # chooses between "track" and "album" depending on the current state of
    # random playback. If random playback is enabled then "track" mode is used.
    # See <http://www.replaygain.org> for more details about ReplayGain.
    # This setting is off by default.
    replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    replaygain_preamp "0"
    # This setting sets the pre-amp used for files that do NOT have ReplayGain tags.
    # By default this setting is disabled.
    #replaygain_missing_preamp "0"
    # This setting enables or disables ReplayGain limiting.
    # MPD calculates actual amplification based on the ReplayGain tags
    # and replaygain_preamp / replaygain_missing_preamp setting.
    # If replaygain_limit is enabled MPD will never amplify audio signal
    # above its original level. If replaygain_limit is disabled such amplification
    # might occur. By default this setting is enabled.
    #replaygain_limit "yes"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "4096"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting.
    #filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    # SIDPlay decoder #############################################################
    # songlength_database:
    # Location of your songlengths file, as distributed with the HVSC.
    # The sidplay plugin checks this for matching MD5 fingerprints.
    # See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
    # default_songlength:
    # This is the default playing time in seconds for songs not in the
    # songlength database, or in case you're not using a database.
    # A value of 0 means play indefinitely.
    # filter:
    # Turns the SID filter emulation on or off.
    #decoder {
    # plugin "sidplay"
    # songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt"
    # default_songlength "120"
    # filter "true"
    /etc/X11/xinit/xinitrc.d/pulseaudio [not sure if I even need this?]
    #!/bin/bash
    case "$DESKTOP_SESSION" in
    gnome|kde*|xfce*) # PulseAudio is started via XDG Autostart
    # Extra checks in case DESKTOP_SESSION is not set correctly
    if [[ -z $KDE_FULL_SESSION && -z $GNOME_DESKTOP_SESSION_ID ]]; then
    /usr/bin/start-pulseaudio-x11
    fi
    esac
    /etc/pulse/daemon.conf
    # This file is part of PulseAudio.
    # PulseAudio 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 of the License, or
    # (at your option) any later version.
    # PulseAudio is distributed in the hope that it will be useful, but
    # WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    # General Public License for more details.
    # You should have received a copy of the GNU Lesser General Public License
    # along with PulseAudio; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
    # USA.
    ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
    ## more information. Default values are commented out. Use either ; or # for
    ## commenting.
    ; daemonize = no
    ; fail = yes
    ; allow-module-loading = yes
    ; allow-exit = yes
    ; use-pid-file = yes
    ; system-instance = no
    ; local-server-type = user
    ; enable-shm = yes
    ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
    ; lock-memory = no
    ; cpu-limit = no
    ; high-priority = yes
    ; nice-level = -11
    ; realtime-scheduling = yes
    ; realtime-priority = 5
    exit-idle-time=0
    ; exit-idle-time = 20
    ; scache-idle-time = 20
    ; dl-search-path = (depends on architecture)
    ; load-default-script-file = yes
    ; default-script-file = /etc/pulse/default.pa
    ; log-target = auto
    log-level = error
    ; log-meta = no
    ; log-time = no
    ; log-backtrace = 0
    resample-method = speex-float-7
    ; enable-remixing = yes
    ; enable-lfe-remixing = no
    flat-volumes = no
    ; rlimit-fsize = -1
    ; rlimit-data = -1
    ; rlimit-stack = -1
    ; rlimit-core = -1
    ; rlimit-as = -1
    ; rlimit-rss = -1
    ; rlimit-nproc = -1
    ; rlimit-nofile = 256
    ; rlimit-memlock = -1
    ; rlimit-locks = -1
    ; rlimit-sigpending = -1
    ; rlimit-msgqueue = -1
    ; rlimit-nice = 31
    ; rlimit-rtprio = 9
    ; rlimit-rttime = 1000000
    default-sample-format = s24le
    default-sample-rate = 48000
    ; alternate-sample-rate = 48000
    ; default-sample-channels = 2
    ; default-channel-map = front-left,front-right
    default-fragments = 2
    default-fragment-size-msec = 76
    ; enable-deferred-volume = yes
    ; deferred-volume-safety-margin-usec = 8000
    ; deferred-volume-extra-delay-usec = 0
    /etc/pulse/default.pa
    #!/usr/bin/pulseaudio -nF
    # This file is part of PulseAudio.
    # PulseAudio 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 of the License, or
    # (at your option) any later version.
    # PulseAudio is distributed in the hope that it will be useful, but
    # WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    # General Public License for more details.
    # You should have received a copy of the GNU Lesser General Public License
    # along with PulseAudio; if not, write to the Free Software Foundation,
    # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
    # This startup script is used only if PulseAudio is started per-user
    # (i.e. not in system mode)
    .nofail
    ### Load something into the sample cache
    #load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav
    #load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav
    #load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav
    #load-sample-lazy pulse-access /usr/share/sounds/generic.wav
    .fail
    ### Automatically restore the volume of streams and devices
    load-module module-device-restore
    load-module module-stream-restore
    load-module module-card-restore
    ### Automatically augment property information from .desktop files
    ### stored in /usr/share/application
    load-module module-augment-properties
    ### Should be after module-*-restore but before module-*-detect
    load-module module-switch-on-port-available
    ### Load audio drivers statically
    ### (it's probably better to not load these drivers manually, but instead
    ### use module-udev-detect -- see below -- for doing this automatically)
    #load-module module-alsa-sink
    #load-module module-alsa-source device=hw:1,0
    #load-module module-oss device="/dev/dsp" sink_name=output source_name=input
    #load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
    #load-module module-null-sink
    #load-module module-pipe-sink
    ### Automatically load driver modules depending on the hardware available
    .ifexists module-udev-detect.so
    load-module module-udev-detect
    .else
    ### Use the static hardware detection module (for systems that lack udev support)
    load-module module-detect
    .endif
    ### Automatically connect sink and source if JACK server is present
    .ifexists module-jackdbus-detect.so
    .nofail
    load-module module-jackdbus-detect channels=2
    .fail
    .endif
    ### Automatically load driver modules for Bluetooth hardware
    #.ifexists module-bluetooth-policy.so
    #load-module module-bluetooth-policy
    #.endif
    #.ifexists module-bluetooth-discover.so
    #load-module module-bluetooth-discover
    #.endif
    ### Load several protocols
    .ifexists module-esound-protocol-unix.so
    load-module module-esound-protocol-unix
    .endif
    load-module module-native-protocol-unix
    ### Network access (may be configured with paprefs, so leave this commented
    ### here if you plan to use paprefs)
    #load-module module-esound-protocol-tcp
    load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1
    #load-module module-zeroconf-publish
    ### Load the RTP receiver module (also configured via paprefs, see above)
    #load-module module-rtp-recv
    ### Load the RTP sender module (also configured via paprefs, see above)
    #load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'"
    #load-module module-rtp-send source=rtp.monitor
    ### Load additional modules from GConf settings. This can be configured with the paprefs tool.
    ### Please keep in mind that the modules configured by paprefs might conflict with manually
    ### loaded modules.
    .ifexists module-gconf.so
    .nofail
    load-module module-gconf
    .fail
    .endif
    ### Automatically restore the default sink/source when changed by the user
    ### during runtime
    ### NOTE: This should be loaded as early as possible so that subsequent modules
    ### that look up the default sink/source get the right value
    load-module module-default-device-restore
    ### Automatically move streams to the default sink if the sink they are
    ### connected to dies, similar for sources
    load-module module-rescue-streams
    ### Make sure we always have a sink around, even if it is a null sink.
    load-module module-always-sink
    ### Honour intended role device property
    load-module module-intended-roles
    ### Automatically suspend sinks/sources that become idle for too long
    load-module module-suspend-on-idle
    ### If autoexit on idle is enabled we want to make sure we only quit
    ### when no local session needs us anymore.
    .ifexists module-console-kit.so
    load-module module-console-kit
    .endif
    .ifexists module-systemd-login.so
    load-module module-systemd-login
    .endif
    ### Enable positioned event sounds
    load-module module-position-event-sounds
    ### Cork music/video streams when a phone stream is active
    load-module module-role-cork
    ### Modules to allow autoloading of filters (such as echo cancellation)
    ### on demand. module-filter-heuristics tries to determine what filters
    ### make sense, and module-filter-apply does the heavy-lifting of
    ### loading modules and rerouting streams.
    load-module module-filter-heuristics
    load-module module-filter-apply
    # X11 modules should not be started from default.pa so that one daemon
    # can be shared by multiple sessions.
    ### Load X11 bell module
    #load-module module-x11-bell sample=bell-windowing-system
    ### Register ourselves in the X11 session manager
    #load-module module-x11-xsmp
    ### Publish connection data in the X11 root window
    #.ifexists module-x11-publish.so
    #.nofail
    #load-module module-x11-publish
    #.fail
    #.endif
    ### Make some devices default
    #set-default-sink output
    #set-default-source input
    ~/.xinitrc [currently using daemon mpd]
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    #if grep -q "state: pause" /home/quiv/.config/mpd/state; then
    # mpc toggle
    #fi
    #mpd ~/.config/mpd/mpd.conf
    ~/.config/bspwm/panel/notify_mpd
    xrdb ~/.Xresources
    xset +fp ~/.fonts
    xset +fp /usr/share/fonts/misc
    xset fp rehash
    xsetroot -cursor_name left_ptr &
    # imlibsetroot -x e -s f /home/quiv/Pictures/bloom_one_desktop.jpg
    sh ~/.fehbg &
    compton -CGb --backend glx --paint-on-overlay --vsync opengl-swc &
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    sxhkd &
    exec bspwm
    ~/.zprofile [currently trying to use systemd/User]
    #[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
    EDIT:A small update; it seems I don't need to have /etc/systemd/system/[email protected]/autologin.conf when using systemd to manag my user session as I removed it and I'm both automatically logged on and in X-session.
    Last edited by quiv (2014-07-05 13:40:30)

    o_caino wrote:
    Setting mpd as a systemd user service is very simple. This is what I did.
    In ~/.config/systemd/user/mpd.service
    [Unit]
    Description=Music Player Daemon
    After=network.target sound.target
    [Service]
    ExecStart=/usr/bin/mpd --no-daemon
    ExecStop=/usr/bin/mpd --kill
    [Install]
    WantedBy=default.target
    To enable
    systemctl --user enable mpd
    Done.
    Well shit. I guess I didn't need to do all that other stuff. I only wish I'd known about this before wasting most of my day. Thank you very much, everything appears to be working flawlessly now.

  • [SOLVED] Getting my systemd user service to talk to dbus

    I'm currently trying to set up a nice email workflow with mbsync, msmtp and notmuch.
    My passwords are saved in the Gnome keyring "login", and I've configured mbsync to use secret-tool to retrieve them. Unfortunately when secret-tool is invoked from this systemd user service there is an error when it in turn tries to call dbus-launch.
    Here is the error:
    $ systemctl --user status -l mbsync.service
    ● mbsync.service - Synchronise IMAP folders
    Loaded: loaded (/home/leo/.config/systemd/user/mbsync.service; static; vendor preset: enabled)
    Active: failed (Result: exit-code) since Sun 2015-05-10 20:10:56 BST; 17min ago
    Process: 3691 ExecStart=/usr/bin/mbsync -a (code=exited, status=1/FAILURE)
    Main PID: 3691 (code=exited, status=1/FAILURE)
    May 10 20:10:55 think3 mbsync[3691]: (secret-tool:3696): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
    May 10 20:10:55 think3 mbsync[3691]: secret-tool: Error spawning command line 'dbus-launch --autolaunch=388eb9d3cc5542d5922d60c8f9605b31 --binary-syntax --close-stderr': Child process exited with code 1
    May 10 20:10:55 think3 mbsync[3691]: Skipping account ymail, password command exited with status 1
    May 10 20:10:56 think3 mbsync[3691]: (secret-tool:3698): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
    May 10 20:10:56 think3 mbsync[3691]: secret-tool: Error spawning command line 'dbus-launch --autolaunch=388eb9d3cc5542d5922d60c8f9605b31 --binary-syntax --close-stderr': Child process exited with code 1
    May 10 20:10:56 think3 mbsync[3691]: Skipping account gmail, password command exited with status 1
    May 10 20:10:56 think3 systemd[716]: mbsync.service: main process exited, code=exited, status=1/FAILURE
    May 10 20:10:56 think3 systemd[716]: Failed to start Synchronise IMAP folders.
    May 10 20:10:56 think3 systemd[716]: Unit mbsync.service entered failed state.
    May 10 20:10:56 think3 systemd[716]: mbsync.service failed.
    The file mbsync.service is simply
    [Unit]
    Description=Synchronise IMAP folders
    Wants=network-online.target
    After=network-online.target
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/mbsync -a
    Any ideas how I can use secret-tool from within a systemd user service? The Wiki includes some information about DBus and systemd here but it looks a little outdated...
    Last edited by curiousleo (2015-05-22 22:02:33)

    barbae wrote:Please could you post the output of 'journalctl -b' just after user login into gnome through gdm?
    Sure thing. Here it is (I've cut out some stuff that obviously had nothing to do with the problem at hand):
    May 17 17:17:11 think3 systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    May 17 17:17:11 think3 systemd[1]: Created slice Root Slice.
    May 17 17:17:11 think3 systemd[1]: Starting Root Slice.
    May 17 17:17:11 think3 systemd[1]: Created slice System Slice.
    May 17 17:17:11 think3 systemd[1]: Starting System Slice.
    May 17 17:17:11 think3 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    May 17 17:17:11 think3 systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    May 17 17:17:11 think3 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    May 17 17:17:11 think3 systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    May 17 17:17:11 think3 systemd[1]: Reached target Login Prompts.
    May 17 17:17:11 think3 systemd[1]: Starting Login Prompts.
    May 17 17:17:11 think3 systemd[1]: Created slice User and Session Slice.
    May 17 17:17:11 think3 systemd[1]: Starting User and Session Slice.
    May 17 17:17:11 think3 systemd[1]: Reached target Slices.
    May 17 17:17:11 think3 systemd[1]: Starting Slices.
    May 17 17:17:11 think3 systemd[1]: Started Create System Users.
    May 17 17:17:11 think3 systemd[1]: Created slice system-systemd\x2drfkill.slice.
    May 17 17:17:11 think3 systemd[1]: Starting system-systemd\x2drfkill.slice.
    May 17 17:17:11 think3 systemd[1]: Started Commit a transient machine-id on disk.
    May 17 17:17:11 think3 systemd[1]: Started Daily verification of password and group files.
    May 17 17:17:11 think3 systemd[1]: Starting Daily verification of password and group files.
    May 17 17:17:11 think3 systemd[1]: Listening on D-Bus System Message Bus Socket.
    May 17 17:17:11 think3 systemd[1]: Starting D-Bus System Message Bus Socket.
    May 17 17:17:11 think3 systemd[1]: Reached target Sockets.
    May 17 17:17:11 think3 systemd[1]: Starting Sockets.
    May 17 17:17:11 think3 systemd[1]: Reached target Basic System.
    May 17 17:17:11 think3 systemd[1]: Starting Basic System.
    May 17 17:17:11 think3 systemd[1]: Starting Login Service...
    May 17 17:17:11 think3 systemd[1]: Starting Permit User Sessions...
    May 17 17:17:11 think3 systemd[1]: Started D-Bus System Message Bus.
    May 17 17:17:11 think3 systemd[1]: Starting D-Bus System Message Bus...
    May 17 17:17:11 think3 systemd[1]: Reached target Timers.
    May 17 17:17:11 think3 systemd[1]: Starting Timers.
    May 17 17:17:11 think3 systemd[1]: Started Permit User Sessions.
    May 17 17:17:11 think3 systemd[1]: Starting GNOME Display Manager...
    May 17 17:17:11 think3 systemd[1]: Started Login Service.
    May 17 17:17:12 think3 systemd[1]: Started GNOME Display Manager.
    May 17 17:17:12 think3 systemd[1]: Reached target Multi-User System.
    May 17 17:17:12 think3 systemd[1]: Starting Multi-User System.
    May 17 17:17:12 think3 systemd[1]: Reached target Graphical Interface.
    May 17 17:17:12 think3 systemd[1]: Starting Graphical Interface.
    May 17 17:17:12 think3 systemd-logind[293]: New seat seat0.
    May 17 17:17:12 think3 dbus[301]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    May 17 17:17:12 think3 systemd[1]: Reached target User and Group Name Lookups.
    May 17 17:17:12 think3 systemd[1]: Starting User and Group Name Lookups.
    May 17 17:17:12 think3 systemd[1]: Starting Accounts Service...
    May 17 17:17:13 think3 dbus[301]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    May 17 17:17:13 think3 systemd[1]: Starting Authorization Manager...
    May 17 17:17:13 think3 polkitd[443]: Started polkitd version 0.112
    May 17 17:17:13 think3 polkitd[443]: Loading rules from directory /etc/polkit-1/rules.d
    May 17 17:17:13 think3 polkitd[443]: Loading rules from directory /usr/share/polkit-1/rules.d
    May 17 17:17:13 think3 polkitd[443]: Finished loading, compiling and executing 3 rules
    May 17 17:17:13 think3 dbus[301]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    May 17 17:17:13 think3 polkitd[443]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    May 17 17:17:13 think3 systemd[1]: Started Authorization Manager.
    May 17 17:17:13 think3 accounts-daemon[436]: started daemon version 0.6.40
    May 17 17:17:13 think3 dbus[301]: [system] Successfully activated service 'org.freedesktop.Accounts'
    May 17 17:17:13 think3 systemd[1]: Started Accounts Service.
    May 17 17:17:13 think3 systemd[1]: Created slice user-120.slice.
    May 17 17:17:13 think3 systemd[1]: Starting user-120.slice.
    May 17 17:17:13 think3 systemd[1]: Starting User Manager for UID 120...
    May 17 17:17:13 think3 systemd-logind[293]: New session c1 of user gdm.
    May 17 17:17:13 think3 systemd[1]: Started Session c1 of user gdm.
    May 17 17:17:13 think3 systemd[1]: Starting Session c1 of user gdm.
    May 17 17:17:13 think3 systemd[454]: pam_unix(systemd-user:session): session opened for user gdm by (uid=0)
    May 17 17:17:13 think3 systemd[454]: Unit type .busname is not supported on this system.
    May 17 17:17:13 think3 systemd[454]: Reached target Paths.
    May 17 17:17:13 think3 systemd[454]: Starting Paths.
    May 17 17:17:13 think3 systemd[454]: Reached target Timers.
    May 17 17:17:13 think3 systemd[454]: Starting Timers.
    May 17 17:17:13 think3 systemd[454]: Reached target Sockets.
    May 17 17:17:13 think3 systemd[454]: Starting Sockets.
    May 17 17:17:13 think3 systemd[454]: Reached target Basic System.
    May 17 17:17:13 think3 systemd[454]: Starting Basic System.
    May 17 17:17:13 think3 systemd[454]: Reached target Default.
    May 17 17:17:13 think3 systemd[454]: Startup finished in 3ms.
    May 17 17:17:13 think3 systemd[454]: Starting Default.
    May 17 17:17:13 think3 systemd[1]: Started User Manager for UID 120.
    May 17 17:17:13 think3 gnome-session[460]: glamor: EGL version 1.4 (DRI2):
    May 17 17:17:13 think3 org.a11y.Bus[459]: Activating service name='org.a11y.atspi.Registry'
    May 17 17:17:13 think3 org.a11y.Bus[459]: Successfully activated service 'org.a11y.atspi.Registry'
    May 17 17:17:13 think3 org.a11y.atspi.Registry[518]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    May 17 17:17:14 think3 polkitd[443]: Registered Authentication Agent for unix-session:c1 (system bus name :1.9 [gnome-shell --mode=gdm --wayland --display-server], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_GB.utf8)
    May 17 17:17:18 think3 gdm-password][674]: pam_unix(gdm-password:session): session opened for user leo by (uid=0)
    May 17 17:17:18 think3 systemd[1]: Created slice user-1000.slice.
    May 17 17:17:18 think3 systemd[1]: Starting user-1000.slice.
    May 17 17:17:18 think3 systemd[1]: Starting User Manager for UID 1000...
    May 17 17:17:18 think3 systemd[1]: Started Session c2 of user leo.
    May 17 17:17:18 think3 systemd-logind[293]: New session c2 of user leo.
    May 17 17:17:18 think3 systemd[1]: Starting Session c2 of user leo.
    May 17 17:17:18 think3 systemd[717]: pam_unix(systemd-user:session): session opened for user leo by (uid=0)
    May 17 17:17:18 think3 systemd[717]: Unit type .busname is not supported on this system.
    May 17 17:17:18 think3 systemd[717]: Started Synchronise e-mails and create database dump once a day.
    May 17 17:17:18 think3 systemd[717]: Starting Synchronise e-mails and create database dump once a day.
    May 17 17:17:18 think3 systemd[717]: Reached target default.target.
    May 17 17:17:18 think3 systemd[717]: Startup finished in 13ms.
    May 17 17:17:18 think3 systemd[717]: Starting default.target.
    May 17 17:17:18 think3 /usr/lib/gdm/gdm-x-session[725]: /etc/gdm/Xsession: Beginning session setup...
    May 17 17:17:18 think3 /usr/lib/gdm/gdm-x-session[725]: localuser:leo being added to access control list
    May 17 17:17:18 think3 /usr/lib/gdm/gdm-x-session[725]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
    May 17 17:17:18 think3 /usr/lib/gdm/gdm-x-session[725]: Activating service name='org.a11y.Bus'
    May 17 17:17:19 think3 /usr/lib/gdm/gdm-x-session[725]: Successfully activated service 'org.a11y.Bus'
    May 17 17:17:19 think3 org.a11y.Bus[732]: Activating service name='org.a11y.atspi.Registry'
    May 17 17:17:19 think3 org.a11y.Bus[732]: Successfully activated service 'org.a11y.atspi.Registry'
    May 17 17:17:19 think3 org.a11y.atspi.Registry[756]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    May 17 17:17:19 think3 gnome-session[734]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
    May 17 17:17:19 think3 gnome-session[734]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
    May 17 17:17:19 think3 gnome-session[734]: GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1
    May 17 17:17:20 think3 polkitd[443]: Registered Authentication Agent for unix-session:c2 (system bus name :1.43 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_GB.utf8)
    May 17 17:17:20 think3 gnome-session[734]: Entering running state
    May 17 17:17:21 think3 gnome-shell[804]: GNOME Shell started at Sun May 17 2015 17:17:20 GMT+0100 (BST)
    May 17 17:17:52 think3 /usr/lib/gdm/gdm-x-session[725]: Activating service name='org.gnome.seahorse.Application'
    May 17 17:17:52 think3 /usr/lib/gdm/gdm-x-session[725]: Successfully activated service 'org.gnome.seahorse.Application'
    May 17 17:20:48 think3 /usr/lib/gdm/gdm-x-session[725]: Activating service name='org.gnome.seahorse.Application'
    May 17 17:20:48 think3 /usr/lib/gdm/gdm-x-session[725]: Successfully activated service 'org.gnome.seahorse.Application'

  • I had to do a complete system restore on my computer and now I am having issues getting all my music back. It's telling me that my account is in use with a different user but I'm the only user on my computer. When I go to sync it, it wants to delete all.

    I had to do a complete system restore on my computer and now I am having issues getting all my music back. It's telling me that my account is in use with a different user but I'm the only user on my computer. When I go to sync it, it wants to delete all my music and ringtones. What should I do? I don't want to loose all my items.

    When in recovery mode you can't backup the iPod.
    You will have to restore via iTunes. See:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Authorization Issue with Custom Pending Value Object and Anonymous Users

    Hi,
    I am just converting my demo from version 7.1 to 7.2. I am not doing upgrade. The demo uses a custom pending value object USER_REQUEST. The idea is that new employee goes to Java AS as anonymous user and enters her details and store where she will work. After submitting request there is an approval process using custom entry type USER_REQUEST. If the request is approved then IdM converts USER_REQUEST into MX_PERSON entry. This works nice in 7.1 but I am having problems with replicating this in 7.2. I created new UI task accessible by anonymous that creates new USER_REQUEST entry. I also assigned role idm.anonymous with UME action idm_anonymous to UME built in group Anonymous users.
    My problem is with the field STORE. This field is a reference field to another custom entry type STORE (this entry type will be used in context based assignment). Every new employee must selects a store where she will work. The problem is when user clicks on button "Select". Web dynpro terminates and returns authorization error. I also tested this with entry type MX_ROLE. I added attribute MXREF_MX_ROLE and same issue. So it seems that just assigning UME action idm_anonymous is not enough to list objects from identity store. I found a workaround for this issue. When I assign also UME action idm_authenticated to Anonymous users then it does not dump and I get a pop up window where I can search for store. It does not seem right to assign idm_authenticated to anonymous users.
    Another issue is with display task for entry type USER_REQUEST. I assigned a display task to entry STORE and I set that Anonymous have access to this task in Access control tab. I assigned default value to the field store. So when a user opens page she can see a hyper link to display already assigned store. When user clicks on this hyper link it opens a new pop up window and user must authenticate against Java AS. After successful authentication the display task for entry STORE is displayed. I would assume that anonymous user can display it without authentication.
    So to me it seems like authorization checks have been changed in 7.2 versions and are more strict for anonymous tasks. Hence my question is how can I implement my scenario. Am I missing some configuration or what's the proper solution to my two issues? I don't count assigning idm_authenticated to Anonymous users as a solution. This workaround does not solve my second issue.
    Thanks

    Some of the folks from Trondheim labs check, but rather infrequently.  There's another person who I guess is in consulting that also checks from time to time.
    Sorry I can't help you with your main question...
    Matt

  • MS14-022 and User Profile related issues

    Hi all.
    Since applying the patches in MS14-022 on Friday I've been having issues with certain aspects of two specific web applications.
    Our intranet home page will not load and generates a large number of the following entries in the ULS log...
    05/20/2014 07:53:36.54 
    w3wp.exe (0x146C)                       
    0x1504
    SharePoint Server             
    General                       
    0
    Medium  
    Constructed a new async cache named Profile Property Cache
    0f15c23c-64b1-42bc-bdd8-f0a84cf358ba
    05/20/2014 07:53:36.60 
    w3wp.exe (0x146C)                       
    0x1504
    SharePoint Portal Server      
    User Profiles                 
    g11n
    High    
    UserProfileApplicationProxy.InitializePropertyCache: System.Security.Cryptography.CryptographicException: Object already exists.       at Microsoft.Office.Server.UserProfiles.MossClientBase`1.ExecuteOnChannel(String operationName,
    CodeBlock codeBlock)     at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.ExecuteOnChannel(String operationName, CodeBlock codeBlock)     at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.GetProfileProperties()    
    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.RefreshProperties(Guid applicationID)     at Microsoft.Office.Server.Utilities.SPAsyncCache`2.GetValueNow(K key)     at Microsoft.Office.Server.Utilities.SPAsyncCache`2.GetValue(K
    key, Boolean asynchronous)     at Microsoft.Office.Server.Adminis...
    0f15c23c-64b1-42bc-bdd8-f0a84cf358ba
    05/20/2014 07:53:36.60*
    w3wp.exe (0x146C)                       
    0x1504
    SharePoint Portal Server      
    User Profiles                 
    g11n
    High    
    ...tration.UserProfileApplicationProxy.InitializePropertyCache()
    0f15c23c-64b1-42bc-bdd8-f0a84cf358ba
    05/20/2014 07:53:36.60 
    w3wp.exe (0x146C)                       
    0x1504
    SharePoint Portal Server      
    User Profiles                 
    cm6y
    High    
    User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: No User Profile Application available to service the request. Contact your farm administrator.    
    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext
    serviceContext)
    0f15c23c-64b1-42bc-bdd8-f0a84cf358ba
    The same is logged when trying to view the PWA site of our Project Server 2010 web app.
    All other web apps are responding as expected and, strangely enough, other pages and sites in the intranet and PWA Site Collections are fine too.
    Has anyone any ideas as to why this problem exists and why only certain pages/sites are affected?
    The User Profile Service is responding on all 4 servers in the farm and User Profile Sync's are running on time with no issues.
    I've searched and found similar issues but there are no issues with our SharePoint Web Services site authentication settings which is proposed as a resolution in the following article even though our User Profile Services all seem fine...
    http://blogs.technet.com/b/manjesh/archive/2011/02/06/sharepoint-2010-unable-to-start-the-user-profile-synchronization-service.aspx
    Thanks in advance.

    Try below:
    http://torydouglas.com/?p=88
    http://blogs.technet.com/b/steve_chen/archive/2010/10/13/troubleshooting-user-profile-sync-issues-on-sharepoint-2010.aspx
    http://technet.microsoft.com/en-in/library/gg750254%28v=office.14%29.aspx
    http://technet.microsoft.com/en-in/library/gg750257%28v=office.14%29.aspx

  • Unmute issues with pulseaudio and pnmixer

    Hi,
    i'm using Pulseaudio and Pnmixer(Development version) on my laptop. Since a few weeks i am unable to unmute the sound with the laptop hotkeys, when its muted. Muting with hotkey works fine. To unmute i have to open pavucontrol and unmute the sound under the output section.
    I'm getting the error "Mixer detach error:file or path not found" if i change the device from default to HDA-Intel and vice versa in the device section of Pnmixer.
    Maybe someone can help me. Thanks!
    Last edited by miau (2012-03-26 08:07:22)

    Still not working, seems like a bug in pnmixer. https://github.com/nicklan/pnmixer/issues/17
    A workaround is to change the soundcard in the device section and then change it back again.

  • [SOLVED] systemd/user interface not working

    I cannot use user service files, because systemctl gives me this error:
    $ systemctl --user status
    Failed to get D-Bus connection: No such file or directory
    It's been a while since I used a user service file, so I don't know when it started exactly.
    How can I further diagnose this? I've done everything in the wiki related pages, so I'm clueless right now...
    Thanks in advance
    Last edited by hermes (2014-04-20 17:24:31)

    t3kk3n wrote:I would verify dbus is running by 'ps aux | grep dbus' and, if so, check your logs in journalctl. You can grep journalctl using the '--no-pager' option if you desire, otherwise just use less/more. I'd look at the boot logs and see if it spit any errors out about creating the session, etc.
    Thanks for your reply!
    DBus is running. The following processes are active:
    /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
    dbus-launch --sh-syntax --exit-with-session
    /usr/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
    Here's the output of journalctl --this-boot --no-pager | grep -i dbus:
    apr 16 21:03:29 archlinux dbus[546]: [system] Activating systemd to hand-off: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    apr 16 21:03:29 archlinux dbus[546]: [system] Successfully activated service 'org.freedesktop.systemd1'
    apr 16 21:03:29 archlinux dbus[546]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    apr 16 21:03:29 archlinux dbus[546]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    apr 16 21:03:29 archlinux dbus[546]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    apr 16 21:03:30 archlinux dbus[546]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
    apr 16 21:03:30 archlinux dbus[546]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    apr 16 21:03:30 archlinux dbus[546]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
    apr 16 21:03:30 archlinux dbus[546]: [system] Successfully activated service 'org.bluez'
    apr 16 21:03:30 archlinux dbus[546]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
    apr 16 21:03:30 archlinux dbus[546]: [system] Successfully activated service 'org.freedesktop.hostname1'
    apr 16 21:03:38 archlinux dbus[546]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    apr 16 21:03:38 archlinux dbus[546]: [system] Successfully activated service 'org.freedesktop.UPower'
    apr 16 21:03:38 archlinux dbus[546]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    apr 16 21:03:38 archlinux dbus[546]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    apr 16 21:03:41 archlinux org.kde.kuiserver[2061]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    apr 16 21:03:41 archlinux org.kde.kuiserver[2061]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    apr 16 21:03:46 archlinux dbus[546]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    apr 16 21:03:46 archlinux dbus[546]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    apr 16 23:50:46 archlinux org.a11y.atspi.Registry[13309]: ** (at-spi2-registryd:13312): WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
    apr 17 12:05:00 archlinux dbus[546]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.19" (uid=0 pid=2237 comm="/usr/lib/udisks2/udisksd --no-debug ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.20" (uid=1000 pid=2262 comm="kdeinit4: plasma-desktop [kdeinit] ")
    apr 17 16:50:15 archlinux dbus[546]: [system] Reloaded configuration
    apr 17 16:50:15 archlinux dbus[546]: [system] Reloaded configuration
    apr 17 16:52:06 archlinux dbus[546]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.24" (uid=1000 pid=2332 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.11" (uid=0 pid=1771 comm="/usr/lib/bluetooth/bluetoothd ")
    apr 17 16:52:06 archlinux dbus[546]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.24" (uid=1000 pid=2332 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.11" (uid=0 pid=1771 comm="/usr/lib/bluetooth/bluetoothd ")
    apr 17 16:52:06 archlinux dbus[546]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.24" (uid=1000 pid=2332 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.11" (uid=0 pid=1771 comm="/usr/lib/bluetooth/bluetoothd ")
    apr 17 16:52:06 archlinux dbus[546]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.24" (uid=1000 pid=2332 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.11" (uid=0 pid=1771 comm="/usr/lib/bluetooth/bluetoothd ")
    apr 17 16:52:06 archlinux dbus[546]: [system] Rejected send message, 3 matched rules; type="method_return", sender=":1.37" (uid=1000 pid=2720 comm="/usr/lib/bluetooth/obexd ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.11" (uid=0 pid=1771 comm="/usr/lib/bluetooth/bluetoothd ")
    apr 17 16:52:06 archlinux dbus[546]: [system] Rejected send message, 3 matched rules; type="method_return", sender=":1.37" (uid=1000 pid=2720 comm="/usr/lib/bluetooth/obexd ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.11" (uid=0 pid=1771 comm="/usr/lib/bluetooth/bluetoothd ")
    apr 17 16:52:06 archlinux dbus[546]: [system] Rejected send message, 3 matched rules; type="method_return", sender=":1.37" (uid=1000 pid=2720 comm="/usr/lib/bluetooth/obexd ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.11" (uid=0 pid=1771 comm="/usr/lib/bluetooth/bluetoothd ")
    apr 17 16:52:06 archlinux dbus[546]: [system] Rejected send message, 3 matched rules; type="method_return", sender=":1.37" (uid=1000 pid=2720 comm="/usr/lib/bluetooth/obexd ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.11" (uid=0 pid=1771 comm="/usr/lib/bluetooth/bluetoothd ")
    apr 17 16:52:06 archlinux dbus[546]: [system] Rejected send message, 3 matched rules; type="method_return", sender=":1.37" (uid=1000 pid=2720 comm="/usr/lib/bluetooth/obexd ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.11" (uid=0 pid=1771 comm="/usr/lib/bluetooth/bluetoothd ")
    apr 17 16:52:06 archlinux dbus[546]: [system] Rejected send message, 3 matched rules; type="method_return", sender=":1.37" (uid=1000 pid=2720 comm="/usr/lib/bluetooth/obexd ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.11" (uid=0 pid=1771 comm="/usr/lib/bluetooth/bluetoothd ")
    apr 17 16:52:06 archlinux dbus[546]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    apr 17 16:52:07 archlinux dbus[546]: [system] Successfully activated service 'org.bluez'
    apr 18 12:26:24 archlinux org.gtk.vfs.Daemon[2061]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    apr 18 12:26:24 archlinux org.gtk.Private.GPhoto2VolumeMonitor[2061]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    apr 18 12:26:24 archlinux org.a11y.Bus[2061]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    apr 18 12:26:24 archlinux org.gtk.vfs.Daemon[2061]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    apr 18 12:26:24 archlinux org.gtk.Private.UDisks2VolumeMonitor[2061]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    apr 18 12:26:24 archlinux ca.desrt.dconf[2061]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.enable-disable-wimax: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.58': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.network-control: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.58': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.protected: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.58': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.58': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.settings.modify.system: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.58': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.settings.modify.own: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.58': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.settings.modify.hostname: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.58': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.enable-disable-network: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.33': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.sleep-wake: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.33': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.enable-disable-wifi: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.33': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.enable-disable-wwan: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.33': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.enable-disable-wimax: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.33': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.network-control: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.33': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.protected: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.33': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.33': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.settings.modify.system: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.33': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.settings.modify.own: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.33': no such name
    apr 18 12:26:24 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.settings.modify.hostname: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.33': no such name
    apr 18 12:26:33 archlinux org.kde.kuiserver[31022]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    apr 18 12:26:33 archlinux org.kde.kuiserver[31022]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    apr 18 12:26:38 archlinux org.a11y.atspi.Registry[31238]: ** (at-spi2-registryd:31241): WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
    apr 18 12:26:42 archlinux polkitd[1292]: Error converting subject to JS object: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get PID of name ':1.141': no such name
    apr 18 12:26:42 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.sleep-wake: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.141': no such name
    apr 18 12:26:42 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.enable-disable-wifi: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.141': no such name
    apr 18 12:26:42 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.enable-disable-wwan: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.141': no such name
    apr 18 12:26:42 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.enable-disable-wimax: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.141': no such name
    apr 18 12:26:42 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.network-control: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.141': no such name
    apr 18 12:26:42 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.protected: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.141': no such name
    apr 18 12:26:42 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.141': no such name
    apr 18 12:26:42 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.settings.modify.system: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.141': no such name
    apr 18 12:26:42 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.settings.modify.own: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.141': no such name
    apr 18 12:26:42 archlinux NetworkManager[1247]: <warn> error requesting auth for org.freedesktop.NetworkManager.settings.modify.hostname: (3) GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.141': no such name
    apr 19 03:28:20 archlinux org.gtk.vfs.Daemon[31022]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    apr 19 03:28:20 archlinux org.a11y.Bus[31022]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    apr 19 03:28:20 archlinux org.gtk.Private.GPhoto2VolumeMonitor[31022]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    apr 19 03:28:20 archlinux org.gtk.Private.UDisks2VolumeMonitor[31022]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    apr 19 03:30:18 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:18 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:24 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:24 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:40 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:41 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:41 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:42 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:51 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:51 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:51 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:54 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:54 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:54 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:54 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:55 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:30:55 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:31:37 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:31:37 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:31:37 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:31:37 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:31:39 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:31:39 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:31:39 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:31:39 archlinux dbus[546]: [system] Reloaded configuration
    apr 19 03:33:20 archlinux org.kde.kuiserver[23937]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    apr 19 03:33:20 archlinux org.kde.kuiserver[23937]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    I can't tell if these errors are significant regarding my issue though, they don't mean a lot to me.

  • Trouble with some custom SystemD/User unit files

    Good evening all,
    I'm trying to move programs out of my .xinitrc file and my window manager's startup hooks into systemd user unit files for ease of management, and hopefully more resilient.  I have followed the setup on the wiki page for SystemD/User session (https://wiki.archlinux.org/index.php/Sy … asic_setup) and already have some services already running:
    ╭─vendion@tyre ~
    ╰─➤ systemctl --user status
    ● tyre
    State: degraded
    Jobs: 0 queued
    Failed: 4 units
    Since: Fri 2014-08-08 20:23:47 EDT; 4 days ago
    CGroup: /user.slice/user-1000.slice/[email protected]
    ├─3200 /usr/lib/systemd/systemd --user
    ├─3202 (sd-pam)
    ├─dbus.service
    │ ├─ 3623 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation
    │ ├─ 3711 /usr/lib/at-spi2-core/at-spi-bus-launcher
    │ ├─ 3728 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
    │ ├─ 3996 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
    │ ├─ 4184 /usr/lib/GConf/gconfd-2
    │ └─29638 /usr/bin/dunst
    ├─udiskie.service
    │ └─3389 /usr/bin/python /usr/bin/udiskie
    ├─spideroak.service
    │ ├─3394 /opt/SpiderOak/lib/SpiderOak
    │ └─3993 /opt/SpiderOak/lib/SpiderOak --spider
    ├─skype.service
    │ └─3396 /usr/lib32/skype/skype
    ├─mpd.service
    │ ├─3386 /usr/bin/mpd --no-daemon
    │ ├─3959 /usr/bin/pulseaudio --start --log-target=syslog
    │ └─4178 /usr/lib/pulse/gconf-helper
    ├─mpdscribble.service
    │ └─3544 /usr/bin/mpdscribble
    └─google-musicmanager.service
    └─3638 /usr/bin/google-musicmanager
    Some of them are using unit files provided by the package, others I wrote the unit file for.  The services that are failing that are causing the state to be degraded are:
    ╭─vendion@tyre ~
    ╰─➤ systemctl --user --failed
    UNIT LOAD ACTIVE SUB DESCRIPTION
    ●clipit.service loaded failed failed Clipboard manager
    ●pasystray.service loaded failed failed Pulseaudio system tray icon
    ●pidgin.service loaded failed failed Pidgin IM client
    ●redshift.service loaded failed failed Redshift display colour temperature adjustment
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    4 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    I had to write the unit files for each of these.
    clipit.service unit file: http://sprunge.us/Qjfd
    When I check the status for this here is what I get:
    ● clipit.service - Clipboard manager
    Loaded: loaded (/home/vendion/.config/systemd/user/clipit.service; enabled)
    Active: failed (Result: start-limit) since Fri 2014-08-08 20:24:04 EDT; 4 days ago
    Main PID: 3619 (code=exited, status=1/FAILURE)
    Aug 08 20:24:04 tyre systemd[3200]: clipit.service: main process exited, code=exited, status=1/FAILURE
    Aug 08 20:24:04 tyre systemd[3200]: Unit clipit.service entered failed state.
    Aug 08 20:24:04 tyre systemd[3200]: clipit.service holdoff time over, scheduling restart.
    Aug 08 20:24:04 tyre systemd[3200]: Stopping Clipboard manager...
    Aug 08 20:24:04 tyre systemd[3200]: Starting Clipboard manager...
    Aug 08 20:24:04 tyre systemd[3200]: clipit.service start request repeated too quickly, refusing to start.
    Aug 08 20:24:04 tyre systemd[3200]: Failed to start Clipboard manager.
    Aug 08 20:24:04 tyre systemd[3200]: Unit clipit.service entered failed state.
    pasystray.service unit file: http://sprunge.us/BWWR
    Status output
    ● pasystray.service - Pulseaudio system tray icon
    Loaded: loaded (/home/vendion/.config/systemd/user/pasystray.service; enabled)
    Active: failed (Result: start-limit) since Fri 2014-08-08 20:24:12 EDT; 4 days ago
    Main PID: 3769 (code=killed, signal=TRAP)
    Aug 08 20:24:12 tyre systemd[3200]: pasystray.service: main process exited, code=killed, status=5/TRAP
    Aug 08 20:24:12 tyre systemd[3200]: Unit pasystray.service entered failed state.
    Aug 08 20:24:12 tyre systemd[3200]: pasystray.service holdoff time over, scheduling restart.
    Aug 08 20:24:12 tyre systemd[3200]: Stopping Pulseaudio system tray icon...
    Aug 08 20:24:12 tyre systemd[3200]: Starting Pulseaudio system tray icon...
    Aug 08 20:24:12 tyre systemd[3200]: pasystray.service start request repeated too quickly, refusing to start.
    Aug 08 20:24:12 tyre systemd[3200]: Failed to start Pulseaudio system tray icon.
    Aug 08 20:24:12 tyre systemd[3200]: Unit pasystray.service entered failed state.
    pidgen.service unit file: http://sprunge.us/KgKV
    Status output
    ● pidgin.service - Pidgin IM client
    Loaded: loaded (/home/vendion/.config/systemd/user/pidgin.service; enabled)
    Active: failed (Result: start-limit) since Fri 2014-08-08 20:24:04 EDT; 4 days ago
    Main PID: 3620 (code=exited, status=1/FAILURE)
    Redshift.service unit file: http://sprunge.us/IDCC
    Status output:
    ● redshift.service - Redshift display colour temperature adjustment
    Loaded: loaded (/home/vendion/.config/systemd/user/redshift.service; enabled)
    Active: failed (Result: start-limit) since Fri 2014-08-08 20:23:58 EDT; 4 days ago
    Docs: http://jonls.dk/redshift/
    Main PID: 3517 (code=exited, status=1/FAILURE)
    Aug 08 20:23:57 tyre systemd[3200]: redshift.service: main process exited, code=exited, status=1/FAILURE
    Aug 08 20:23:57 tyre systemd[3200]: Unit redshift.service entered failed state.
    Aug 08 20:23:58 tyre systemd[3200]: redshift.service holdoff time over, scheduling restart.
    Aug 08 20:23:58 tyre systemd[3200]: Stopping Redshift display colour temperature adjustment...
    Aug 08 20:23:58 tyre systemd[3200]: Starting Redshift display colour temperature adjustment...
    Aug 08 20:23:58 tyre systemd[3200]: redshift.service start request repeated too quickly, refusing to start.
    Aug 08 20:23:58 tyre systemd[3200]: Failed to start Redshift display colour temperature adjustment.
    Aug 08 20:23:58 tyre systemd[3200]: Unit redshift.service entered failed state.
    I know that my unit files for these services work because if I manually start them with "systemctl --user start <service>" then they work just fine, but when systemD is trying to start them when I login they fail.  I have dbus setup like the wiki says to, and "DBUS_SESSION_BUS_ADDRESS" is defined.  I also have the DISPLAY environment variable set in /etc/systemd/system/[email protected]/display.conf like the wiki suggests as well.  I know that SystemD user sessions still may not be ready for prime time but I could use a better way to manage these startup programs than the .xinitrc file.
    Thanks in advance for any help

    i suppose there is a code whitch resets the default bounds when
    the component is beeing added to the JTable.Technically, the Component returned by the getCellRendererComponent() is not added to the JTable, it's just used as a rubber stamp.Mmm, I was wrong: at least with the basic L&F, the Component is (temporarily) added to a CellRendererPane, which is a children of the JTable.
    Moreover, I witnessed that both setBounds() and doLayout() are called before the component is actually painted...
    I've never used a compound component as a renderer, but I assume the issue is common (did not have time to search nor try it myself). You may investigate whether the JPanel is appropriately laid out, by inserting some breakpoints/logs at appropriate places (setBounds, doLayout,...)Did this on an extra-short example, and it did render correctly...
    somehow the textfield's bounds where not set anymore.Note that the Javadoc for Cellrendererpane states that +"After the component is painted it's bounds are reset to -w, -h, 0, 0 so that, if it's the last renderer component painted, it will not start consuming input"+.
    That does not explain why the w and h are 0, but at least it's clear that depending on where you put your logging statement makes a big difference about the accuracy of the bounds logged

  • Systemd and systemd-logind crash due to failed assertion

    Hi,
    my system is currently only semi-usable because systemd *and* systemd-logind seem to be aborting due to a failed assertion. All systemd- and socket-related programs do not work. There are many zombie processes. These problems started after a reboot. (To be precise, the system hung up probably because of some graphics driver/mesa-related bug and I pushed the reset button.)
    I previously had testing and community-testing enabled, but disabling them did not fix the issue. Also, I was running a custom 3.17 kernel before the reboot but the normal 3.16.4, the testing 3.17.1 and the linux-ck-ivybridge 3.16.6 (from repo-ck) kernels also don't work.
    /usr is not on a seperate partition.
    One bug should have been fixed upstream (here) and the other "disappeared" (there).
    Pacman logs are cluttered with my attempts to fix the problem by reinstalling some packages (systemd, dbus, linux) so I didn't include them, but nothing important was upgraded right before the problem appeared.
    The relevant log lines in short:
    systemd[1]: Assertion 'a >= 0 && a < _JOB_TYPE_MAX_MERGING' failed at src/core/job.c:314, function job_type_lookup_merge(). Aborting.
    and
    Okt 18 23:12:35 HAF912 systemd-logind[442]: Failed to start user slice: Connection timed out
    Okt 18 23:12:35 HAF912 dbus[443]: [system] Failed to activate service 'org.freedesktop.systemd1': timed out
    Okt 18 23:12:35 HAF912 login[481]: pam_systemd(login:session): Failed to create session: Connection timed out
    Okt 18 23:13:00 HAF912 systemd-logind[442]: Failed to start user service: Connection timed out
    Okt 18 23:13:00 HAF912 systemd-logind[442]: Assertion 's->user->slice' failed at src/login/logind-session.c:496, function session_start_scope(). Aborting.
    Okt 18 23:13:00 HAF912 dbus[443]: [system] Failed to activate service 'org.freedesktop.systemd1': timed out
    journal (also note the "Cannot add dependency job for unit"):
    -- Logs begin at Mo 2014-05-05 19:23:55 CEST, end at Sa 2014-10-18 23:55:29 CEST. --
    Okt 19 01:11:07 localhost systemd-journal[74]: Runtime journal is using 8.0M (max allowed 800.7M, trying to leave 1.1G free of 7.8G available → current limit 800.7M).
    Okt 19 01:11:07 localhost systemd-journal[74]: Runtime journal is using 8.0M (max allowed 800.7M, trying to leave 1.1G free of 7.8G available → current limit 800.7M).
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys cpuset
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys cpu
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys cpuacct
    Okt 19 01:11:07 localhost kernel: Linux version 3.16.4-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014
    Okt 19 01:11:07 localhost kernel: Command line: \boot\vmlinuz-linux rw root=/dev/sdc2 rootfstype=btrfs loglevel=2 rcutree.rcu_idle_gp_delay=1 initrd=\boot\initramfs-linux.img
    Okt 19 01:11:07 localhost kernel: e820: BIOS-provided physical RAM map:
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000ddf18fff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000ddf19000-0x00000000de09efff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de09f000-0x00000000de0aafff] ACPI data
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de0ab000-0x00000000de123fff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de124000-0x00000000de129fff] ACPI data
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de12a000-0x00000000de1aefff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de1af000-0x00000000de24cfff] ACPI NVS
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de24d000-0x00000000dea5dfff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000dea5e000-0x00000000dea5efff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000dea5f000-0x00000000deaa1fff] ACPI NVS
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000deaa2000-0x00000000df470fff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000df471000-0x00000000df7dafff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000df7db000-0x00000000df7fffff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000041effffff] usable
    Okt 19 01:11:07 localhost kernel: NX (Execute Disable) protection: active
    Okt 19 01:11:07 localhost kernel: e820: update [mem 0xcc629018-0xcc64ca57] usable ==> usable
    Okt 19 01:11:07 localhost kernel: e820: update [mem 0xcd5a5018-0xcd5b5057] usable ==> usable
    Okt 19 01:11:07 localhost kernel: extended physical RAM map:
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000cc629017] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000cc629018-0x00000000cc64ca57] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000cc64ca58-0x00000000cd5a5017] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000cd5a5018-0x00000000cd5b5057] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000cd5b5058-0x00000000ddf18fff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000ddf19000-0x00000000de09efff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de09f000-0x00000000de0aafff] ACPI data
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de0ab000-0x00000000de123fff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de124000-0x00000000de129fff] ACPI data
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de12a000-0x00000000de1aefff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de1af000-0x00000000de24cfff] ACPI NVS
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de24d000-0x00000000dea5dfff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000dea5e000-0x00000000dea5efff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000dea5f000-0x00000000deaa1fff] ACPI NVS
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000deaa2000-0x00000000df470fff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000df471000-0x00000000df7dafff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000df7db000-0x00000000df7fffff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x0000000100000000-0x000000041effffff] usable
    Okt 19 01:11:07 localhost kernel: efi: EFI v2.31 by American Megatrends
    Okt 19 01:11:07 localhost kernel: efi: ACPI=0xde09f000 ACPI 2.0=0xde09f000 SMBIOS=0xf04c0 MPS=0xfd420
    Okt 19 01:11:07 localhost kernel: efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem01: type=2, attr=0xf, range=[0x0000000000008000-0x000000000000e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem02: type=7, attr=0xf, range=[0x000000000000e000-0x0000000000058000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem03: type=4, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem04: type=7, attr=0xf, range=[0x0000000000059000-0x000000000005f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem05: type=4, attr=0xf, range=[0x000000000005f000-0x0000000000060000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem06: type=3, attr=0xf, range=[0x0000000000060000-0x000000000009f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem07: type=6, attr=0x800000000000000f, range=[0x000000000009f000-0x00000000000a0000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem08: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    Okt 19 01:11:07 localhost kernel: efi: mem09: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001100000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem10: type=7, attr=0xf, range=[0x0000000001100000-0x0000000002000000) (15MB)
    Okt 19 01:11:07 localhost kernel: efi: mem11: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f47000) (15MB)
    Okt 19 01:11:07 localhost kernel: efi: mem12: type=7, attr=0xf, range=[0x0000000002f47000-0x000000007e536000) (1973MB)
    Okt 19 01:11:07 localhost kernel: efi: mem13: type=2, attr=0xf, range=[0x000000007e536000-0x0000000080000000) (26MB)
    Okt 19 01:11:07 localhost kernel: efi: mem14: type=7, attr=0xf, range=[0x0000000080000000-0x00000000cc629000) (1222MB)
    Okt 19 01:11:07 localhost kernel: efi: mem15: type=2, attr=0xf, range=[0x00000000cc629000-0x00000000cc64d000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem16: type=1, attr=0xf, range=[0x00000000cc64d000-0x00000000cd594000) (15MB)
    Okt 19 01:11:07 localhost kernel: efi: mem17: type=2, attr=0xf, range=[0x00000000cd594000-0x00000000cd59f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem18: type=7, attr=0xf, range=[0x00000000cd59f000-0x00000000cd5a5000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem19: type=2, attr=0xf, range=[0x00000000cd5a5000-0x00000000cd5f0000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem20: type=7, attr=0xf, range=[0x00000000cd5f0000-0x00000000cd5f5000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem21: type=2, attr=0xf, range=[0x00000000cd5f5000-0x00000000cdca0000) (6MB)
    Okt 19 01:11:07 localhost kernel: efi: mem22: type=7, attr=0xf, range=[0x00000000cdca0000-0x00000000cdca1000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem23: type=2, attr=0xf, range=[0x00000000cdca1000-0x00000000cdd0a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem24: type=1, attr=0xf, range=[0x00000000cdd0a000-0x00000000cdd46000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem25: type=7, attr=0xf, range=[0x00000000cdd46000-0x00000000d0132000) (35MB)
    Okt 19 01:11:07 localhost kernel: efi: mem26: type=4, attr=0xf, range=[0x00000000d0132000-0x00000000d047a000) (3MB)
    Okt 19 01:11:07 localhost kernel: efi: mem27: type=7, attr=0xf, range=[0x00000000d047a000-0x00000000d07e5000) (3MB)
    Okt 19 01:11:07 localhost kernel: efi: mem28: type=4, attr=0xf, range=[0x00000000d07e5000-0x00000000d0806000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem29: type=7, attr=0xf, range=[0x00000000d0806000-0x00000000d0847000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem30: type=4, attr=0xf, range=[0x00000000d0847000-0x00000000d0d94000) (5MB)
    Okt 19 01:11:07 localhost kernel: efi: mem31: type=7, attr=0xf, range=[0x00000000d0d94000-0x00000000d0d95000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem32: type=4, attr=0xf, range=[0x00000000d0d95000-0x00000000d0dbb000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem33: type=7, attr=0xf, range=[0x00000000d0dbb000-0x00000000d0dbc000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem34: type=4, attr=0xf, range=[0x00000000d0dbc000-0x00000000d0dcd000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem35: type=7, attr=0xf, range=[0x00000000d0dcd000-0x00000000d0dce000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem36: type=4, attr=0xf, range=[0x00000000d0dce000-0x00000000d0e24000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem37: type=7, attr=0xf, range=[0x00000000d0e24000-0x00000000d0e25000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem38: type=4, attr=0xf, range=[0x00000000d0e25000-0x00000000d0e7d000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem39: type=7, attr=0xf, range=[0x00000000d0e7d000-0x00000000d0e7e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem40: type=4, attr=0xf, range=[0x00000000d0e7e000-0x00000000d0eca000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem41: type=7, attr=0xf, range=[0x00000000d0eca000-0x00000000d0ecb000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem42: type=4, attr=0xf, range=[0x00000000d0ecb000-0x00000000d0eda000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem43: type=7, attr=0xf, range=[0x00000000d0eda000-0x00000000d0edb000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem44: type=4, attr=0xf, range=[0x00000000d0edb000-0x00000000d0ff5000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem45: type=7, attr=0xf, range=[0x00000000d0ff5000-0x00000000d0ff6000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem46: type=4, attr=0xf, range=[0x00000000d0ff6000-0x00000000d1020000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem47: type=7, attr=0xf, range=[0x00000000d1020000-0x00000000d1021000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem48: type=4, attr=0xf, range=[0x00000000d1021000-0x00000000d10f5000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem49: type=7, attr=0xf, range=[0x00000000d10f5000-0x00000000d10f6000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem50: type=4, attr=0xf, range=[0x00000000d10f6000-0x00000000d1140000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem51: type=7, attr=0xf, range=[0x00000000d1140000-0x00000000d1141000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem52: type=4, attr=0xf, range=[0x00000000d1141000-0x00000000d1219000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem53: type=7, attr=0xf, range=[0x00000000d1219000-0x00000000d121a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem54: type=4, attr=0xf, range=[0x00000000d121a000-0x00000000d1263000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem55: type=7, attr=0xf, range=[0x00000000d1263000-0x00000000d1264000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem56: type=4, attr=0xf, range=[0x00000000d1264000-0x00000000d145f000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem57: type=7, attr=0xf, range=[0x00000000d145f000-0x00000000d1460000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem58: type=4, attr=0xf, range=[0x00000000d1460000-0x00000000d14a9000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem59: type=7, attr=0xf, range=[0x00000000d14a9000-0x00000000d14aa000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem60: type=4, attr=0xf, range=[0x00000000d14aa000-0x00000000d1500000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem61: type=7, attr=0xf, range=[0x00000000d1500000-0x00000000d1501000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem62: type=4, attr=0xf, range=[0x00000000d1501000-0x00000000d154a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem63: type=7, attr=0xf, range=[0x00000000d154a000-0x00000000d154b000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem64: type=4, attr=0xf, range=[0x00000000d154b000-0x00000000d15e4000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem65: type=7, attr=0xf, range=[0x00000000d15e4000-0x00000000d15e5000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem66: type=4, attr=0xf, range=[0x00000000d15e5000-0x00000000d1607000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem67: type=7, attr=0xf, range=[0x00000000d1607000-0x00000000d1608000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem68: type=4, attr=0xf, range=[0x00000000d1608000-0x00000000d1997000) (3MB)
    Okt 19 01:11:07 localhost kernel: efi: mem69: type=7, attr=0xf, range=[0x00000000d1997000-0x00000000d1998000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem70: type=4, attr=0xf, range=[0x00000000d1998000-0x00000000d1aae000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem71: type=7, attr=0xf, range=[0x00000000d1aae000-0x00000000d1aaf000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem72: type=4, attr=0xf, range=[0x00000000d1aaf000-0x00000000d1b1e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem73: type=7, attr=0xf, range=[0x00000000d1b1e000-0x00000000d1b1f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem74: type=4, attr=0xf, range=[0x00000000d1b1f000-0x00000000d1c7b000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem75: type=7, attr=0xf, range=[0x00000000d1c7b000-0x00000000d1c94000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem76: type=4, attr=0xf, range=[0x00000000d1c94000-0x00000000d1cae000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem77: type=7, attr=0xf, range=[0x00000000d1cae000-0x00000000d1cbc000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem78: type=4, attr=0xf, range=[0x00000000d1cbc000-0x00000000d1d5d000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem79: type=7, attr=0xf, range=[0x00000000d1d5d000-0x00000000d1d6a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem80: type=4, attr=0xf, range=[0x00000000d1d6a000-0x00000000d1d9e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem81: type=7, attr=0xf, range=[0x00000000d1d9e000-0x00000000d1d9f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem82: type=4, attr=0xf, range=[0x00000000d1d9f000-0x00000000dd15d000) (179MB)
    Okt 19 01:11:07 localhost kernel: efi: mem83: type=7, attr=0xf, range=[0x00000000dd15d000-0x00000000ddc86000) (11MB)
    Okt 19 01:11:07 localhost kernel: efi: mem84: type=3, attr=0xf, range=[0x00000000ddc86000-0x00000000ddf19000) (2MB)
    Okt 19 01:11:07 localhost kernel: efi: mem85: type=0, attr=0xf, range=[0x00000000ddf19000-0x00000000ddf75000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem86: type=0, attr=0xf, range=[0x00000000ddf75000-0x00000000de09f000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem87: type=9, attr=0xf, range=[0x00000000de09f000-0x00000000de0ab000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem88: type=0, attr=0xf, range=[0x00000000de0ab000-0x00000000de124000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem89: type=9, attr=0xf, range=[0x00000000de124000-0x00000000de129000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem90: type=9, attr=0xf, range=[0x00000000de129000-0x00000000de12a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem91: type=7, attr=0xf, range=[0x00000000de12a000-0x00000000de1af000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem92: type=10, attr=0xf, range=[0x00000000de1af000-0x00000000de24d000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem93: type=6, attr=0x800000000000000f, range=[0x00000000de24d000-0x00000000de730000) (4MB)
    Okt 19 01:11:07 localhost kernel: efi: mem94: type=6, attr=0x800000000000000f, range=[0x00000000de730000-0x00000000de908000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem95: type=6, attr=0x800000000000000f, range=[0x00000000de908000-0x00000000de90a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem96: type=6, attr=0x800000000000000f, range=[0x00000000de90a000-0x00000000de93c000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem97: type=6, attr=0x800000000000000f, range=[0x00000000de93c000-0x00000000de93e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem98: type=6, attr=0x800000000000000f, range=[0x00000000de93e000-0x00000000de9bb000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem99: type=5, attr=0x800000000000000f, range=[0x00000000de9bb000-0x00000000de9db000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem100: type=5, attr=0x800000000000000f, range=[0x00000000de9db000-0x00000000dea5e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem101: type=4, attr=0xf, range=[0x00000000dea5e000-0x00000000dea5f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem102: type=10, attr=0xf, range=[0x00000000dea5f000-0x00000000deaa2000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem103: type=4, attr=0xf, range=[0x00000000deaa2000-0x00000000dec18000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem104: type=3, attr=0xf, range=[0x00000000dec18000-0x00000000df43b000) (8MB)
    Okt 19 01:11:07 localhost kernel: efi: mem105: type=4, attr=0xf, range=[0x00000000df43b000-0x00000000df440000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem106: type=3, attr=0xf, range=[0x00000000df440000-0x00000000df444000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem107: type=4, attr=0xf, range=[0x00000000df444000-0x00000000df445000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem108: type=3, attr=0xf, range=[0x00000000df445000-0x00000000df447000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem109: type=4, attr=0xf, range=[0x00000000df447000-0x00000000df455000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem110: type=3, attr=0xf, range=[0x00000000df455000-0x00000000df467000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem111: type=4, attr=0xf, range=[0x00000000df467000-0x00000000df46f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem112: type=3, attr=0xf, range=[0x00000000df46f000-0x00000000df471000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem113: type=6, attr=0x800000000000000f, range=[0x00000000df471000-0x00000000df7db000) (3MB)
    Okt 19 01:11:07 localhost kernel: efi: mem114: type=4, attr=0xf, range=[0x00000000df7db000-0x00000000df800000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem115: type=7, attr=0xf, range=[0x0000000100000000-0x000000041f000000) (12784MB)
    Okt 19 01:11:07 localhost kernel: efi: mem116: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
    Okt 19 01:11:07 localhost kernel: efi: mem117: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem118: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem119: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem120: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem121: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
    Okt 19 01:11:07 localhost kernel: SMBIOS 2.7 present.
    Okt 19 01:11:07 localhost kernel: DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z77-DS3H, BIOS F11a 11/13/2013
    Okt 19 01:11:07 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Okt 19 01:11:07 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Okt 19 01:11:07 localhost kernel: AGP: No AGP bridge found
    Okt 19 01:11:07 localhost kernel: e820: last_pfn = 0x41f000 max_arch_pfn = 0x400000000
    Okt 19 01:11:07 localhost kernel: MTRR default type: uncachable
    Okt 19 01:11:07 localhost kernel: MTRR fixed ranges enabled:
    Okt 19 01:11:07 localhost kernel: 00000-9FFFF write-back
    Okt 19 01:11:07 localhost kernel: A0000-BFFFF uncachable
    Okt 19 01:11:07 localhost kernel: C0000-CFFFF write-protect
    Okt 19 01:11:07 localhost kernel: D0000-DFFFF uncachable
    Okt 19 01:11:07 localhost kernel: E0000-FFFFF write-protect
    Okt 19 01:11:07 localhost kernel: MTRR variable ranges enabled:
    Okt 19 01:11:07 localhost kernel: 0 base 000000000 mask C00000000 write-back
    Okt 19 01:11:07 localhost kernel: 1 base 400000000 mask FF0000000 write-back
    Okt 19 01:11:07 localhost kernel: 2 base 410000000 mask FF8000000 write-back
    Okt 19 01:11:07 localhost kernel: 3 base 418000000 mask FFC000000 write-back
    Okt 19 01:11:07 localhost kernel: 4 base 41C000000 mask FFE000000 write-back
    Okt 19 01:11:07 localhost kernel: 5 base 41E000000 mask FFF000000 write-back
    Okt 19 01:11:07 localhost kernel: 6 base 0E0000000 mask FE0000000 uncachable
    Okt 19 01:11:07 localhost kernel: 7 disabled
    Okt 19 01:11:07 localhost kernel: 8 disabled
    Okt 19 01:11:07 localhost kernel: 9 disabled
    Okt 19 01:11:07 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Okt 19 01:11:07 localhost kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
    Okt 19 01:11:07 localhost kernel: e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
    Okt 19 01:11:07 localhost kernel: found SMP MP-table at [mem 0x000fd770-0x000fd77f] mapped at [ffff8800000fd770]
    Okt 19 01:11:07 localhost kernel: Scanning 1 areas for low memory corruption
    Okt 19 01:11:07 localhost kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x00000000-0x000fffff] page 4k
    Okt 19 01:11:07 localhost kernel: BRK [0x02b23000, 0x02b23fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: BRK [0x02b24000, 0x02b24fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: BRK [0x02b25000, 0x02b25fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x41ee00000-0x41effffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x41ee00000-0x41effffff] page 2M
    Okt 19 01:11:07 localhost kernel: BRK [0x02b26000, 0x02b26fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x41c000000-0x41edfffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x41c000000-0x41edfffff] page 2M
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x400000000-0x41bffffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x400000000-0x41bffffff] page 2M
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x00100000-0xddf18fff]
    Okt 19 01:11:07 localhost kernel: [mem 0x00100000-0x001fffff] page 4k
    Okt 19 01:11:07 localhost kernel: [mem 0x00200000-0xdddfffff] page 2M
    Okt 19 01:11:07 localhost kernel: [mem 0xdde00000-0xddf18fff] page 4k
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0xde12a000-0xde1aefff]
    Okt 19 01:11:07 localhost kernel: [mem 0xde12a000-0xde1aefff] page 4k
    Okt 19 01:11:07 localhost kernel: BRK [0x02b27000, 0x02b27fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0xdea5e000-0xdea5efff]
    Okt 19 01:11:07 localhost kernel: [mem 0xdea5e000-0xdea5efff] page 4k
    Okt 19 01:11:07 localhost kernel: BRK [0x02b28000, 0x02b28fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0xdeaa2000-0xdf470fff]
    Okt 19 01:11:07 localhost kernel: [mem 0xdeaa2000-0xdebfffff] page 4k
    Okt 19 01:11:07 localhost kernel: [mem 0xdec00000-0xdf3fffff] page 2M
    Okt 19 01:11:07 localhost kernel: [mem 0xdf400000-0xdf470fff] page 4k
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0xdf7db000-0xdf7fffff]
    Okt 19 01:11:07 localhost kernel: [mem 0xdf7db000-0xdf7fffff] page 4k
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x100000000-0x3ffffffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x100000000-0x3ffffffff] page 2M
    Okt 19 01:11:07 localhost kernel: RAMDISK: [mem 0x7e536000-0x7fffffff]
    Okt 19 01:11:07 localhost kernel: ACPI: Early table checksum verification disabled
    Okt 19 01:11:07 localhost kernel: ACPI: RSDP 0x00000000DE09F000 000024 (v02 ALASKA)
    Okt 19 01:11:07 localhost kernel: ACPI: XSDT 0x00000000DE09F070 00005C (v01 ALASKA A M I 01072009 AMI 00010013)
    Okt 19 01:11:07 localhost kernel: ACPI: FACP 0x00000000DE0A8C60 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
    Okt 19 01:11:07 localhost kernel: ACPI: DSDT 0x00000000DE09F158 009B05 (v02 ALASKA A M I 00000012 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: FACS 0x00000000DE24BF80 000040
    Okt 19 01:11:07 localhost kernel: ACPI: APIC 0x00000000DE0A8D58 000092 (v03 ALASKA A M I 01072009 AMI 00010013)
    Okt 19 01:11:07 localhost kernel: ACPI: MCFG 0x00000000DE0A8DF0 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    Okt 19 01:11:07 localhost kernel: ACPI: HPET 0x00000000DE0A8E30 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0x00000000DE0A8E68 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0x00000000DE0A91D8 0009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0x00000000DE0A9B88 000A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: Local APIC address 0xfee00000
    Okt 19 01:11:07 localhost kernel: No NUMA configuration found
    Okt 19 01:11:07 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000041effffff]
    Okt 19 01:11:07 localhost kernel: Initmem setup node 0 [mem 0x00000000-0x41effffff]
    Okt 19 01:11:07 localhost kernel: NODE_DATA [mem 0x41efe9000-0x41efedfff]
    Okt 19 01:11:07 localhost kernel: [ffffea0000000000-ffffea00107fffff] PMD -> [ffff88040e600000-ffff88041e5fffff] on node 0
    Okt 19 01:11:07 localhost kernel: Zone ranges:
    Okt 19 01:11:07 localhost kernel: DMA [mem 0x00001000-0x00ffffff]
    Okt 19 01:11:07 localhost kernel: DMA32 [mem 0x01000000-0xffffffff]
    Okt 19 01:11:07 localhost kernel: Normal [mem 0x100000000-0x41effffff]
    Okt 19 01:11:07 localhost kernel: Movable zone start for each node
    Okt 19 01:11:07 localhost kernel: Early memory node ranges
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0x00001000-0x0009efff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0x00100000-0xddf18fff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0xde12a000-0xde1aefff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0xdea5e000-0xdea5efff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0xdeaa2000-0xdf470fff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0xdf7db000-0xdf7fffff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0x100000000-0x41effffff]
    Okt 19 01:11:07 localhost kernel: On node 0 totalpages: 4184369
    Okt 19 01:11:07 localhost kernel: DMA zone: 64 pages used for memmap
    Okt 19 01:11:07 localhost kernel: DMA zone: 25 pages reserved
    Okt 19 01:11:07 localhost kernel: DMA zone: 3998 pages, LIFO batch:0
    Okt 19 01:11:07 localhost kernel: DMA32 zone: 14183 pages used for memmap
    Okt 19 01:11:07 localhost kernel: DMA32 zone: 907667 pages, LIFO batch:31
    Okt 19 01:11:07 localhost kernel: Normal zone: 51136 pages used for memmap
    Okt 19 01:11:07 localhost kernel: Normal zone: 3272704 pages, LIFO batch:31
    Okt 19 01:11:07 localhost kernel: ACPI: PM-Timer IO Port: 0x408
    Okt 19 01:11:07 localhost kernel: ACPI: Local APIC address 0xfee00000
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    Okt 19 01:11:07 localhost kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Okt 19 01:11:07 localhost kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Okt 19 01:11:07 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Okt 19 01:11:07 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Okt 19 01:11:07 localhost kernel: ACPI: IRQ0 used by override.
    Okt 19 01:11:07 localhost kernel: ACPI: IRQ2 used by override.
    Okt 19 01:11:07 localhost kernel: ACPI: IRQ9 used by override.
    Okt 19 01:11:07 localhost kernel: Using ACPI (MADT) for SMP configuration information
    Okt 19 01:11:07 localhost kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
    Okt 19 01:11:07 localhost kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    Okt 19 01:11:07 localhost kernel: nr_irqs_gsi: 40
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xcc629000-0xcc629fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xcc64c000-0xcc64cfff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xcd5a5000-0xcd5a5fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xcd5b5000-0xcd5b5fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xddf19000-0xde09efff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde09f000-0xde0aafff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde0ab000-0xde123fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde124000-0xde129fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde1af000-0xde24cfff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde24d000-0xdea5dfff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xdea5f000-0xdeaa1fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xdf471000-0xdf7dafff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    Okt 19 01:11:07 localhost kernel: e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
    Okt 19 01:11:07 localhost kernel: Booting paravirtualized kernel on bare hardware
    Okt 19 01:11:07 localhost kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    Okt 19 01:11:07 localhost kernel: PERCPU: Embedded 29 pages/cpu @ffff88041ec00000 s86784 r8192 d23808 u262144
    Okt 19 01:11:07 localhost kernel: pcpu-alloc: s86784 r8192 d23808 u262144 alloc=1*2097152
    Okt 19 01:11:07 localhost kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    Okt 19 01:11:07 localhost kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4118961
    Okt 19 01:11:07 localhost kernel: Policy zone: Normal
    Okt 19 01:11:07 localhost kernel: Kernel command line: \boot\vmlinuz-linux rw root=/dev/sdc2 rootfstype=btrfs loglevel=2 rcutree.rcu_idle_gp_delay=1 initrd=\boot\initramfs-linux.img
    Okt 19 01:11:07 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Okt 19 01:11:07 localhost kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
    Okt 19 01:11:07 localhost kernel: AGP: Checking aperture...
    Okt 19 01:11:07 localhost kernel: AGP: No AGP bridge found
    Okt 19 01:11:07 localhost kernel: Calgary: detecting Calgary via BIOS EBDA area
    Okt 19 01:11:07 localhost kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Okt 19 01:11:07 localhost kernel: Memory: 16146888K/16737476K available (5336K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 590588K reserved)
    Okt 19 01:11:07 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    Okt 19 01:11:07 localhost kernel: Preemptible hierarchical RCU implementation.
    Okt 19 01:11:07 localhost kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Okt 19 01:11:07 localhost kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Okt 19 01:11:07 localhost kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    Okt 19 01:11:07 localhost kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    Okt 19 01:11:07 localhost kernel: NR_IRQS:8448 nr_irqs:744 16
    Okt 19 01:11:07 localhost kernel: Console: colour dummy device 80x25
    Okt 19 01:11:07 localhost kernel: console [tty0] enabled
    Okt 19 01:11:07 localhost kernel: allocated 67108864 bytes of page_cgroup
    Okt 19 01:11:07 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Okt 19 01:11:07 localhost kernel: hpet clockevent registered
    Okt 19 01:11:07 localhost kernel: tsc: Fast TSC calibration using PIT
    Okt 19 01:11:07 localhost kernel: tsc: Detected 3503.511 MHz processor
    Okt 19 01:11:07 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7009.98 BogoMIPS (lpj=11678370)
    Okt 19 01:11:07 localhost kernel: pid_max: default: 32768 minimum: 301
    Okt 19 01:11:07 localhost kernel: ACPI: Core revision 20140424
    Okt 19 01:11:07 localhost kernel: ACPI: All ACPI Tables successfully acquired
    Okt 19 01:11:07 localhost kernel: Security Framework initialized
    Okt 19 01:11:07 localhost kernel: Yama: becoming mindful.
    Okt 19 01:11:07 localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    Okt 19 01:11:07 localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Okt 19 01:11:07 localhost kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    Okt 19 01:11:07 localhost kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys memory
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys devices
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys freezer
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys net_cls
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys blkio
    Okt 19 01:11:07 localhost kernel: CPU: Physical Processor ID: 0
    Okt 19 01:11:07 localhost kernel: CPU: Processor Core ID: 0
    Okt 19 01:11:07 localhost kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    Okt 19 01:11:07 localhost kernel: mce: CPU supports 9 MCE banks
    Okt 19 01:11:07 localhost kernel: CPU0: Thermal monitoring enabled (TM1)
    Okt 19 01:11:07 localhost kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 2
    Okt 19 01:11:07 localhost kernel: Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    Okt 19 01:11:07 localhost kernel: ftrace: allocating 20445 entries in 80 pages
    Okt 19 01:11:07 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Okt 19 01:11:07 localhost kernel: smpboot: CPU0: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz (fam: 06, model: 3a, stepping: 09)
    Okt 19 01:11:07 localhost kernel: TSC deadline timer enabled
    Okt 19 01:11:07 localhost kernel: Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    Okt 19 01:11:07 localhost kernel: ... version: 3
    Okt 19 01:11:07 localhost kernel: ... bit width: 48
    Okt 19 01:11:07 localhost kernel: ... generic registers: 4
    Okt 19 01:11:07 localhost kernel: ... value mask: 0000ffffffffffff
    Okt 19 01:11:07 localhost kernel: ... max period: 0000ffffffffffff
    Okt 19 01:11:07 localhost kernel: ... fixed-purpose events: 3
    Okt 19 01:11:07 localhost kernel: ... event mask: 000000070000000f
    Okt 19 01:11:07 localhost kernel: x86: Booting SMP configuration:
    Okt 19 01:11:07 localhost kernel: .... node #0, CPUs: #1
    Okt 19 01:11:07 localhost kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Okt 19 01:11:07 localhost kernel: #2 #3 #4 #5 #6 #7
    Okt 19 01:11:07 localhost kernel: x86: Booted up 1 node, 8 CPUs
    Okt 19 01:11:07 localhost kernel: smpboot: Total of 8 processors activated (56078.85 BogoMIPS)
    Okt 19 01:11:07 localhost kernel: devtmpfs: initialized
    Okt 19 01:11:07 localhost kernel: PM: Registering ACPI NVS region [mem 0xde1af000-0xde24cfff] (647168 bytes)
    Okt 19 01:11:07 localhost kernel: PM: Registering ACPI NVS region [mem 0xdea5f000-0xdeaa1fff] (274432 bytes)
    Okt 19 01:11:07 localhost kernel: pinctrl core: initialized pinctrl subsystem
    Okt 19 01:11:07 localhost kernel: RTC time: 23:11:07, date: 10/18/14
    Okt 19 01:11:07 localhost kernel: NET: Registered protocol family 16
    Okt 19 01:11:07 localhost kernel: cpuidle: using governor ladder
    Okt 19 01:11:07 localhost kernel: cpuidle: using governor menu
    Okt 19 01:11:07 localhost kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    Okt 19 01:11:07 localhost kernel: ACPI: bus type PCI registered
    Okt 19 01:11:07 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Okt 19 01:11:07 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    Okt 19 01:11:07 localhost kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    Okt 19 01:11:07 localhost kernel: PCI: Using configuration type 1 for base access
    Okt 19 01:11:07 localhost kernel: ACPI: Added _OSI(Module Device)
    Okt 19 01:11:07 localhost kernel: ACPI: Added _OSI(Processor Device)
    Okt 19 01:11:07 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Okt 19 01:11:07 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Okt 19 01:11:07 localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Okt 19 01:11:07 localhost kernel: ACPI: Dynamic OEM Table Load:
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0xFFFF88040834B000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: Dynamic OEM Table Load:
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0xFFFF880408302C00 000303 (v01 PmRef ApIst 00003000 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: Dynamic OEM Table Load:
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0xFFFF880408309A00 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: Interpreter enabled
    Okt 19 01:11:07 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    Okt 19 01:11:07 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    Okt 19 01:11:07 localhost kernel: ACPI: (supports S0 S3 S4 S5)
    Okt 19 01:11:07 localhost kernel: ACPI: Using IOAPIC for interrupt routing
    Okt 19 01:11:07 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN00] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN01] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN02] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN03] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN04] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    Okt 19 01:11:07 localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Okt 19 01:11:07 localhost kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    Okt 19 01:11:07 localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    Okt 19 01:11:07 localhost kernel: PCI host bridge to bus 0000:00
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    Okt 19 01:11:07 localhost kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf7200000-0xf720ffff 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    Okt 19 01:11:07 localhost kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf721a000-0xf721a00f 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf7218000-0xf72183ff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7210000-0xf7213fff 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: [8086:244e] type 01 class 0x060401
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf7217000-0xf72173ff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7216000-0xf72167ff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7215000-0xf72150ff 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: [10de:11c0] type 00 class 0x030000
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.1: [10de:0e0b] type 00 class 0x040300
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: [1969:1083] type 00 class 0x020000
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf7100000-0xf713ffff 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: reg 0x18: [io 0xd000-0xd07f]
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: bridge window [mem 0xf7100000-0xf71fffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: [8086:244e] type 01 class 0x060401
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: supports D1 D2
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 04-05] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:05:00.0: [1102:0007] type 00 class 0x040100
    Okt 19 01:11:07 localhost kernel: pci 0000:05:00.0: reg 0x10: [io 0xc000-0xc01f]
    Okt 19 01:11:07 localhost kernel: pci 0000:05:00.0: supports D1 D2
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.0: [14f1:8800] type 00 class 0x040000
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.0: reg 0x10: [mem 0xf5000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.1: [14f1:8801] type 00 class 0x048000
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.1: reg 0x10: [mem 0xf4000000-0xf4ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.2: [14f1:8802] type 00 class 0x048000
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.2: reg 0x10: [mem 0xf3000000-0xf3ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.4: [14f1:8804] type 00 class 0x048000
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.4: reg 0x10: [mem 0xf2000000-0xf2ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0xc000-0xcfff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0xf2000000-0xf5ffffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
    Okt 19 01:11:07 localhost kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Okt 19 01:11:07 localhost kernel: vgaarb: loaded
    Okt 19 01:11:07 localhost kernel: vgaarb: bridge control possible 0000:01:00.0
    Okt 19 01:11:07 localhost kernel: PCI: Using ACPI for IRQ routing
    Okt 19 01:11:07 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xcc629018-0xcfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xcd5a5018-0xcfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xddf19000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xde1af000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xdea5f000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xdf471000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0x41f000000-0x41fffffff]
    Okt 19 01:11:07 localhost kernel: NetLabel: Initializing
    Okt 19 01:11:07 localhost kernel: NetLabel: domain hash size = 128
    Okt 19 01:11:07 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Okt 19 01:11:07 localhost kernel: NetLabel: unlabeled traffic allowed by default
    Okt 19 01:11:07 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    Okt 19 01:11:07 localhost kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    Okt 19 01:11:07 localhost kernel: Switched to clocksource hpet
    Okt 19 01:11:07 localhost kernel: pnp: PnP ACPI init
    Okt 19 01:11:07 localhost kernel: ACPI: bus type PNP registered
    Okt 19 01:11:07 localhost kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0680-0x069f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0200-0x020f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0xffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0xffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0400-0x0453] could not be reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0458-0x047f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0500-0x057f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    Okt 19 01:11:07 localhost kernel: system 00:03: [io 0x0454-0x0457] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: system 00:04: [io 0x0a00-0x0a0f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:04: [io 0x0a30-0x0a3f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:04: [io 0x0a20-0x0a2f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: system 00:05: [io 0x04d0-0x04d1] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xe0000000-0xe0000fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: pnp: PnP ACPI: found 7 devices
    Okt 19 01:11:07 localhost kernel: ACPI: bus type PNP unregistered
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: bridge window [mem 0xf7100000-0xf71fffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 04-05]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xf7100000-0xf71fffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 1 [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 11 [mem 0xe0000000-0xfeafffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 1 [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 4 [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 5 [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 6 [io 0x0000-0x0cf7]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 7 [io 0x0d00-0xffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 8 [mem 0x000a0000-0x000bffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 9 [mem 0x000d0000-0x000d3fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 10 [mem 0x000d4000-0x000d7fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 11 [mem 0x000d8000-0x000dbfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 12 [mem 0x000dc000-0x000dffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 13 [mem 0xe0000000-0xfeafffff]
    Okt 19 01:11:07 localhost kernel: NET: Registered protocol family 2
    Okt 19 01:11:07 localhost kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    Okt 19 01:11:07 localhost kernel: TCP bind hash table entries: 65536 (order: 8,

    I worked around the issue myself by manually commenting the offending assertions out in src/core/job.c, so this is an upstream bug. I will report it at the systemd bug tracker.

Maybe you are looking for