Skip to content

Instantly share code, notes, and snippets.

@marbu
Last active May 28, 2018 21:12
Show Gist options
  • Save marbu/4737d445a2cc717ca9fc020454a4b291 to your computer and use it in GitHub Desktop.
Save marbu/4737d445a2cc717ca9fc020454a4b291 to your computer and use it in GitHub Desktop.
notes-related-to-bz1581495
-- Logs begin at Thu 2016-12-29 11:15:46 CET, end at Thu 2018-05-24 20:32:21 CEST. --
May 24 20:30:10 dione lightdm[1529]: pam_kwallet5(lightdm:session): pam_kwallet5: final socket path: /tmp/kwallet5_martin.socket
May 24 20:30:10 dione lightdm[1529]: pam_kwallet5(lightdm:session): pam_kwallet5-kwalletd: Couldn't listen in socket
May 24 20:30:10 dione lightdm[1529]: pam_kwallet5(lightdm:session): pam_kwallet5: Impossible to write walletKey to walletPipe
May 24 20:30:10 dione lightdm[1529]: pam_systemd(lightdm:session): Failed to create session: Access denied
May 24 20:30:10 dione lightdm[1529]: pam_unix(lightdm:session): session opened for user martin by (uid=1000)
May 24 20:30:10 dione lightdm[1529]: pam_lastlog(lightdm:session): unable to open /var/log/lastlog: Permission denied
May 24 20:30:10 dione lightdm[1529]: pam_lastlog(lightdm:session): unable to open /var/log/btmp: Permission denied
May 24 20:30:35 dione lightdm[1529]: Failed to open CK session: Timeout was reached
May 24 20:31:41 dione dbus-daemon[1650]: [session uid=1000 pid=1648] Activating service name='org.freedesktop.systemd1' requested by ':1.0' (uid=1000 pid=1657 comm="systemctl --user import-environment DISPLAY XAUTHO" label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
May 24 20:31:41 dione dbus-daemon[1650]: [session uid=1000 pid=1648] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
May 24 20:32:06 dione dbus-daemon[1650]: [session uid=1000 pid=1648] Activating service name='org.gtk.vfs.Daemon' requested by ':1.4' (uid=1000 pid=1787 comm="/usr/lib64/firefox/firefox " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
May 24 20:32:06 dione dbus-daemon[1650]: [session uid=1000 pid=1648] Successfully activated service 'org.gtk.vfs.Daemon'
May 24 20:32:12 dione dbus-daemon[1650]: [session uid=1000 pid=1648] Activating service name='org.a11y.Bus' requested by ':1.3' (uid=1000 pid=1787 comm="/usr/lib64/firefox/firefox " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
May 24 20:32:12 dione dbus-daemon[1650]: [session uid=1000 pid=1648] Successfully activated service 'org.a11y.Bus'
May 24 20:32:21 dione dbus-daemon[1650]: [session uid=1000 pid=1648] Activating service name='org.gnome.GConf' requested by ':1.7' (uid=1000 pid=1787 comm="/usr/lib64/firefox/firefox " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
May 24 20:32:21 dione dbus-daemon[1650]: [session uid=1000 pid=1648] Successfully activated service 'org.gnome.GConf'

When I run systemctl --user command, it fails:

$ systemctl --user status                                                       
Failed to read server status: Process org.freedesktop.systemd1 exited with status 1

Related journald message to this particular action:

$ journalctl --user -f                                                          
May 23 20:27:03 dione dbus-daemon[5932]: [session uid=1000 pid=5930] Activating service name='org.freedesktop.systemd1' requested by ':1.39' (uid=1000 pid=8616 comm="systemctl --user status " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
May 23 20:27:03 dione dbus-daemon[5932]: [session uid=1000 pid=5930] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1

Now, I noticed that the process is actually running, but eg. I can't even do this:

$ pactl stat                                                                    
Connection failure: Connection refused                                          
pa_context_connect() failed: Connection refused                                 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment