[systemd-devel] daemon-reload seems racy

Colin Guthrie gmane at colin.guthr.ie
Tue Jan 14 04:10:54 PST 2014


Hi,

OK, so following on from my posts yesterday about "systemctl
[en|dis]able weirdness + reload (writes /run/nologin)", I do still seem
to be getting problems.

It seems that I got bitten again by this today (tho' not sure what
triggered it this time).


The problem simply seems to be that daemon-reload seems to be a bit racy
generally.

If two reloads come in in very quick succession, then things go into a
bad state.

>From what I can tell from the log, the reload process is something along
the lines of:

1. Serialise state to dump file.
2. Reexec and load the default.target as usual and enqueue jobs.
3. Deserialise state for those jobs
4. Run what's left.

Is that approximately accurate?

If so, then there definitely appears to be something wrong with my
serialisation. The reload process (and serialising dump) happens twice
(which I suspect is somehow externally triggered) and as a result it
seems to completely confusing things. Perhaps this can just be fixed by
refusing to reload when already in the process of reloading?

Anyway, jobs that should be marked as complete seem to be re-run
(alsactl-restore is a good example - I know the state daemon is the
preferred approach these days, but still this is a good test).

The following log output shows the process:

[root at jimmy ~]# journalctl -b -u alsa-restore.service
-- Logs begin at Thu 2013-11-07 08:54:22 GMT, end at Tue 2014-01-14
12:03:10 GMT. --
Jan 14 10:11:49 jimmy systemd[1]:
ConditionPathExists=!/etc/alsa/state-daemon.conf succeeded for
alsa-restore.service.
Jan 14 10:11:49 jimmy systemd[1]: Starting Restore Sound Card State...
Jan 14 10:11:49 jimmy systemd[1]: About to execute: /usr/sbin/alsactl
restore
Jan 14 10:11:49 jimmy systemd[1]: Forked /usr/sbin/alsactl as 289
Jan 14 10:11:49 jimmy systemd[1]: alsa-restore.service changed dead -> start
Jan 14 10:11:49 jimmy systemd[289]: Executing: /usr/sbin/alsactl restore
Jan 14 10:11:49 jimmy systemd[1]: Child 289 belongs to alsa-restore.service
Jan 14 10:11:49 jimmy systemd[1]: alsa-restore.service: main process
exited, code=exited, status=0/SUCCESS
Jan 14 10:11:49 jimmy systemd[1]: alsa-restore.service changed start -> dead
Jan 14 10:11:49 jimmy systemd[1]: Job alsa-restore.service/start
finished, result=done
Jan 14 10:11:49 jimmy systemd[1]: Started Restore Sound Card State.

So far so good, this all happened at boot:

Then a reload came in:

Jan 14 11:26:55 jimmy systemd[1]: Installed new job
alsa-restore.service/start as 80
Jan 14 11:26:55 jimmy systemd[1]:
ConditionPathExists=!/etc/alsa/state-daemon.conf succeeded for
alsa-restore.service.
Jan 14 11:26:55 jimmy systemd[1]: Starting Restore Sound Card State...
Jan 14 11:26:55 jimmy systemd[1]: About to execute: /usr/sbin/alsactl
restore
Jan 14 11:26:55 jimmy systemd[1]: Forked /usr/sbin/alsactl as 13191
Jan 14 11:26:55 jimmy systemd[1]: alsa-restore.service changed dead -> start
Jan 14 11:26:55 jimmy systemd[13191]: Executing: /usr/sbin/alsactl restore
Jan 14 11:26:55 jimmy systemd[1]: Child 13191 belongs to
alsa-restore.service
Jan 14 11:26:55 jimmy systemd[1]: alsa-restore.service: main process
exited, code=exited, status=0/SUCCESS
Jan 14 11:26:55 jimmy systemd[1]: alsa-restore.service changed start -> dead
Jan 14 11:26:55 jimmy systemd[1]: Job alsa-restore.service/start
finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Restore Sound Card State.

By now, the second reload has kicked in.

Jan 14 11:26:56 jimmy systemd[1]: Installed new job
alsa-restore.service/start as 80
Jan 14 11:26:56 jimmy systemd[1]: Child 13216 belongs to
alsa-restore.service
Jan 14 11:26:56 jimmy systemd[1]: alsa-restore.service: main process
exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: alsa-restore.service changed start -> dead
Jan 14 11:26:56 jimmy systemd[1]: Job alsa-restore.service/start
finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Restore Sound Card State.


Unlike the first time, the Conditions don't seem to be checked and a
child process is instantly reaped... This is without any Executing:
line, but this could be due to losing some journal output due to the 2nd
re-exec (there are errors in the full log relating to journal corruption
due to not being closed properly).

So all in all this looks pretty bad :s

I've attached the full journal log but I'm not really sure how to go
about debugging this further so help here is very much appreciated!

Cheers

Col

-- 

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
  Tribalogic Limited http://www.tribalogic.net/
Open Source:
  Mageia Contributor http://www.mageia.org/
  PulseAudio Hacker http://www.pulseaudio.org/
  Trac Hacker http://trac.edgewall.org/
-------------- next part --------------
-- Logs begin at Thu 2013-11-07 08:54:22 GMT, end at Tue 2014-01-14 11:40:19 GMT. --
Jan 14 11:26:04 jimmy gnome-session[3441]: 114:48155"],"rb":212064884,"rbs":237508,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":45,"sb":22225180,"sbs":34760}]],{"cpu":87,"cpus":4,"tcpu":279,"v":2}]
Jan 14 11:26:08 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:26:08 jimmy systemd[1]: httpd.service: Got message
Jan 14 11:26:08 jimmy systemd[1]: httpd.service: got STATUS=Total requests: 14; Current requests/sec: 0; Current traffic:   0 B/sec
Jan 14 11:26:14 jimmy gnome-session[3441]: .168.112.114:48155"],"rb":214472760,"rbs":232418,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":49,"sb":22551924,"sbs":30938}]],{"cpu":87,"cpus":4,"tcpu":283,"v":2}]
Jan 14 11:26:18 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:26:18 jimmy systemd[1]: httpd.service: Got message
Jan 14 11:26:18 jimmy systemd[1]: httpd.service: got STATUS=Total requests: 14; Current requests/sec: 0; Current traffic:   0 B/sec
Jan 14 11:26:24 jimmy gnome-session[3441]: ":["video_rtp","local","udp","192.168.112.114:48155"],"rb":216394333,"rbs":175293,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":60,"sb":22743159,"sbs":12894}]],{"cpu":79,"cpus":4,"tcpu":264,"v":2}]
Jan 14 11:26:28 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:26:28 jimmy systemd[1]: httpd.service: Got message
Jan 14 11:26:28 jimmy systemd[1]: httpd.service: got STATUS=Total requests: 14; Current requests/sec: 0; Current traffic:   0 B/sec
Jan 14 11:26:34 jimmy gnome-session[3441]: 55"],"rb":217937020,"rbs":161792,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":48,"sb":22902777,"sbs":19712}]],{"cpu":85,"cpus":4,"tcpu":269,"v":2}]
Jan 14 11:26:38 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:26:38 jimmy systemd[1]: httpd.service: Got message
Jan 14 11:26:38 jimmy systemd[1]: httpd.service: got STATUS=Total requests: 14; Current requests/sec: 0; Current traffic:   0 B/sec
Jan 14 11:26:44 jimmy gnome-session[3441]: dp","192.168.112.114:48155"],"rb":219609886,"rbs":178228,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":50,"sb":23152891,"sbs":27032}]],{"cpu":86,"cpus":4,"tcpu":262,"v":2}]
Jan 14 11:26:48 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:26:48 jimmy systemd[1]: httpd.service: Got message
Jan 14 11:26:48 jimmy systemd[1]: httpd.service: got STATUS=Total requests: 14; Current requests/sec: 0; Current traffic:   0 B/sec
Jan 14 11:26:54 jimmy gnome-session[3441]: 14:48155"],"rb":221531580,"rbs":213123,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":47,"sb":23428815,"sbs":29587}]],{"cpu":88,"cpus":4,"tcpu":278,"v":2}]
Jan 14 11:26:55 jimmy kernel: Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
Jan 14 11:26:55 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:55 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Manager.Reexecute() on /org/freedesktop/systemd1
Jan 14 11:26:55 jimmy systemd[1]: Serializing state to /run/systemd/dump-1-tR3s1V
Jan 14 11:26:55 jimmy systemd[1]: Reexecuting.
Jan 14 11:26:55 jimmy systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT -SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
Jan 14 11:26:55 jimmy systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd.
Jan 14 11:26:55 jimmy systemd[1]: Release agent already installed.
Jan 14 11:26:55 jimmy systemd[1]: Using notification socket @/org/freedesktop/systemd1/notify
Jan 14 11:26:55 jimmy systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
Jan 14 11:26:55 jimmy systemd[1]: Successfully created private D-Bus server.
Jan 14 11:26:55 jimmy systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-efi-boot-generator as 13169
Jan 14 11:26:55 jimmy systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-cryptsetup-generator as 13170
Jan 14 11:26:55 jimmy systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-getty-generator as 13171
Jan 14 11:26:55 jimmy systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-gpt-auto-generator as 13172
Jan 14 11:26:55 jimmy systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-fstab-generator as 13173
Jan 14 11:26:55 jimmy systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-rc-local-generator as 13174
Jan 14 11:26:55 jimmy systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-system-update-generator as 13175
Jan 14 11:26:55 jimmy systemd[1]: /usr/lib/systemd/system-generators/systemd-efi-boot-generator exited successfully.
Jan 14 11:26:55 jimmy systemd[1]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator exited successfully.
Jan 14 11:26:55 jimmy systemd[1]: /usr/lib/systemd/system-generators/systemd-getty-generator exited successfully.
Jan 14 11:26:55 jimmy systemd[1]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator exited successfully.
Jan 14 11:26:55 jimmy systemd[1]: /usr/lib/systemd/system-generators/systemd-fstab-generator exited successfully.
Jan 14 11:26:55 jimmy systemd[1]: /usr/lib/systemd/system-generators/systemd-rc-local-generator exited successfully.
Jan 14 11:26:55 jimmy systemd[1]: /usr/lib/systemd/system-generators/systemd-system-update-generator exited successfully.
Jan 14 11:26:55 jimmy systemd[1]: Looking for unit files in (higher priority first):
Jan 14 11:26:55 jimmy systemd[1]:         /etc/systemd/system
Jan 14 11:26:55 jimmy systemd[1]:         /run/systemd/system
Jan 14 11:26:55 jimmy systemd[1]:         /run/systemd/generator
Jan 14 11:26:55 jimmy systemd[1]:         /usr/local/lib/systemd/system
Jan 14 11:26:55 jimmy systemd[1]:         /usr/lib/systemd/system
Jan 14 11:26:55 jimmy systemd[1]: Looking for SysV init scripts in:
Jan 14 11:26:55 jimmy systemd[1]:         /etc/rc.d/init.d
Jan 14 11:26:55 jimmy systemd[1]: Looking for SysV rcN.d links in:
Jan 14 11:26:55 jimmy systemd[1]:         /etc/rc.d
Jan 14 11:26:55 jimmy systemd[1]: Failed to load configuration for lvm2-lvmetad.socket: No such file or directory
Jan 14 11:26:55 jimmy systemd[1]: Failed to load configuration for syslog.target: No such file or directory
Jan 14 11:26:55 jimmy systemd[1]: Failed to load configuration for auditd.service: No such file or directory
Jan 14 11:26:55 jimmy systemd[1]: Failed to load configuration for ntpd.service: No such file or directory
Jan 14 11:26:55 jimmy systemd[1]: Failed to load configuration for ntpdate.service: No such file or directory
Jan 14 11:26:55 jimmy systemd[1]: Failed to load configuration for syslog.service: No such file or directory
Jan 14 11:26:55 jimmy systemd[1]: Failed to load configuration for mdmonitor-takeover.service: No such file or directory
Jan 14 11:26:55 jimmy systemd[1]: Failed to load configuration for remount-rootfs.service: No such file or directory
Jan 14 11:26:55 jimmy systemd[1]: Failed to load configuration for livesys-late.service: No such file or directory
Jan 14 11:26:55 jimmy systemd[1]: Failed to load configuration for ldap.service: No such file or directory
Jan 14 11:26:55 jimmy systemd[1]: Failed to load configuration for postgresql.service: No such file or directory
Jan 14 11:26:55 jimmy systemd[1]: Failed to load configuration for messagebus.service: No such file or directory
Jan 14 11:26:55 jimmy systemd[1]: Failed to load configuration for dkms.service: No such file or directory
Jan 14 11:26:55 jimmy systemd[1]: Failed to load configuration for irda.service: No such file or directory
Jan 14 11:26:55 jimmy systemd[1]: Trying to enqueue job systemd-backlight at acpi_video0.service/start/replace
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-backlight at acpi_video0.service/start as 1
Jan 14 11:26:55 jimmy systemd[1]: Installed new job -.mount/start as 2
Jan 14 11:26:55 jimmy systemd[1]: Installed new job system.slice/start as 3
Jan 14 11:26:55 jimmy systemd[1]: Installed new job -.slice/start as 4
Jan 14 11:26:55 jimmy systemd[1]: Enqueued job systemd-backlight at acpi_video0.service/start as 1
Jan 14 11:26:55 jimmy systemd[1]: Trying to enqueue job sound.target/start/replace
Jan 14 11:26:55 jimmy systemd[1]: Installed new job sound.target/start as 7
Jan 14 11:26:55 jimmy systemd[1]: Installed new job osspd.service/start as 8
Jan 14 11:26:55 jimmy systemd[1]: Enqueued job sound.target/start as 7
Jan 14 11:26:55 jimmy systemd[1]: Trying to enqueue job bluetooth.target/start/replace
Jan 14 11:26:55 jimmy systemd[1]: Cannot add dependency job for unit fedora-storage-init-late.service, ignoring: Cannot assign requested address
Jan 14 11:26:55 jimmy systemd[1]: Cannot add dependency job for unit fedora-storage-init.service, ignoring: Cannot assign requested address
Jan 14 11:26:55 jimmy systemd[1]: Cannot add dependency job for unit fedora-readonly.service, ignoring: Cannot assign requested address
Jan 14 11:26:55 jimmy systemd[1]: Cannot add dependency job for unit mdmonitor-takeover.service, ignoring: Invalid argument
Jan 14 11:26:55 jimmy systemd[1]: Cannot add dependency job for unit lvm2-lvmetad.socket, ignoring: Invalid argument
Jan 14 11:26:55 jimmy systemd[1]: Cannot add dependency job for unit mandriva-everytime.service, ignoring: Cannot assign requested address
Jan 14 11:26:55 jimmy systemd[1]: Cannot add dependency job for unit mandriva-save-dmesg.service, ignoring: Cannot assign requested address
Jan 14 11:26:55 jimmy systemd[1]: Installed new job bluetooth.target/start as 11
Jan 14 11:26:55 jimmy systemd[1]: Installed new job bluetooth.service/start as 12
Jan 14 11:26:55 jimmy systemd[1]: Installed new job dbus.socket/start as 13
Jan 14 11:26:55 jimmy systemd[1]: Installed new job sysinit.target/start as 14
Jan 14 11:26:55 jimmy systemd[1]: Installed new job local-fs.target/start as 15
Jan 14 11:26:55 jimmy systemd[1]: Installed new job home.mount/start as 16
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-fsck at dev-disk-by\x2duuid-4bf3512b\x2d3a52\x2d4b42\x2db5e1\x2dddbf53d0ce0d.service/start as 17
Jan 14 11:26:55 jimmy systemd[1]: Installed new job dev-disk-by\x2duuid-4bf3512b\x2d3a52\x2d4b42\x2db5e1\x2dddbf53d0ce0d.device/start as 18
Jan 14 11:26:55 jimmy systemd[1]: Merged into installed job -.mount/start as 2
Jan 14 11:26:55 jimmy systemd[1]: Merged into installed job system.slice/start as 3
Jan 14 11:26:55 jimmy systemd[1]: Merged into installed job -.slice/start as 4
Jan 14 11:26:55 jimmy systemd[1]: Installed new job boot.mount/start as 24
Jan 14 11:26:55 jimmy systemd[1]: Installed new job dev-disk-by\x2dlabel-ESP.device/start as 25
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-fsck-root.service/start as 26
Jan 14 11:26:55 jimmy systemd[1]: Installed new job tmp.mount/start as 27
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-remount-fs.service/start as 28
Jan 14 11:26:55 jimmy systemd[1]: Installed new job local-fs-pre.target/start as 29
Jan 14 11:26:55 jimmy systemd[1]: Installed new job fedora-import-state.service/start as 31
Jan 14 11:26:55 jimmy systemd[1]: Installed new job swap.target/start as 32
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-udev-trigger.service/start as 33
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-udevd.service/start as 34
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-udevd-control.socket/start as 35
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-udevd-kernel.socket/start as 36
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-tmpfiles-setup-dev.service/start as 37
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-ask-password-console.path/start as 38
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-journal-flush.service/start as 39
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-journald.service/start as 40
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-journald.socket/start as 41
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-update-utmp.service/start as 42
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-random-seed.service/start as 43
Jan 14 11:26:55 jimmy systemd[1]: Installed new job dev-hugepages.mount/start as 44
Jan 14 11:26:55 jimmy systemd[1]: Installed new job mandriva-kmsg-loglevel.service/start as 45
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-tmpfiles-setup.service/start as 46
Jan 14 11:26:55 jimmy systemd[1]: Installed new job plymouth-start.service/start as 47
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-ask-password-plymouth.path/start as 48
Jan 14 11:26:55 jimmy systemd[1]: Installed new job kmod-static-nodes.service/start as 49
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-sysctl.service/start as 50
Jan 14 11:26:55 jimmy systemd[1]: Installed new job cryptsetup.target/start as 51
Jan 14 11:26:55 jimmy systemd[1]: Installed new job sys-kernel-config.mount/start as 52
Jan 14 11:26:55 jimmy systemd[1]: Installed new job dev-mqueue.mount/start as 53
Jan 14 11:26:55 jimmy systemd[1]: Installed new job proc-sys-fs-binfmt_misc.automount/start as 54
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-vconsole-setup.service/start as 55
Jan 14 11:26:55 jimmy systemd[1]: Installed new job sys-kernel-debug.mount/start as 56
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-modules-load.service/start as 57
Jan 14 11:26:55 jimmy systemd[1]: Installed new job plymouth-read-write.service/start as 58
Jan 14 11:26:55 jimmy systemd[1]: Installed new job sys-fs-fuse-connections.mount/start as 59
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-binfmt.service/start as 60
Jan 14 11:26:55 jimmy systemd[1]: Installed new job basic.target/start as 63
Jan 14 11:26:55 jimmy systemd[1]: Installed new job sockets.target/start as 64
Jan 14 11:26:55 jimmy systemd[1]: Installed new job cups.socket/start as 65
Jan 14 11:26:55 jimmy systemd[1]: Installed new job avahi-daemon.socket/start as 66
Jan 14 11:26:55 jimmy systemd[1]: Installed new job nscd.socket/start as 67
Jan 14 11:26:55 jimmy systemd[1]: Installed new job rpcbind.socket/start as 68
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-initctl.socket/start as 69
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-shutdownd.socket/start as 70
Jan 14 11:26:55 jimmy systemd[1]: Installed new job timers.target/start as 71
Jan 14 11:26:55 jimmy systemd[1]: Installed new job systemd-tmpfiles-clean.timer/start as 72
Jan 14 11:26:55 jimmy systemd[1]: Installed new job paths.target/start as 73
Jan 14 11:26:55 jimmy systemd[1]: Installed new job slices.target/start as 74
Jan 14 11:26:55 jimmy systemd[1]: Installed new job iptables.service/start as 75
Jan 14 11:26:55 jimmy systemd[1]: Installed new job fedora-autorelabel.service/start as 76
Jan 14 11:26:55 jimmy systemd[1]: Installed new job fedora-autorelabel-mark.service/start as 77
Jan 14 11:26:55 jimmy systemd[1]: Installed new job alsa-state.service/start as 78
Jan 14 11:26:55 jimmy systemd[1]: Installed new job fedora-loadmodules.service/start as 79
Jan 14 11:26:55 jimmy systemd[1]: Installed new job alsa-restore.service/start as 80
Jan 14 11:26:55 jimmy systemd[1]: Installed new job fedora-configure.service/start as 81
Jan 14 11:26:55 jimmy systemd[1]: Enqueued job bluetooth.target/start as 11
Jan 14 11:26:55 jimmy systemd[1]: Trying to enqueue job sys-fs-fuse-connections.mount/start/replace
Jan 14 11:26:55 jimmy systemd[1]: Merged into installed job sys-fs-fuse-connections.mount/start as 59
Jan 14 11:26:55 jimmy systemd[1]: Merged into installed job -.mount/start as 2
Jan 14 11:26:55 jimmy systemd[1]: Merged into installed job system.slice/start as 3
Jan 14 11:26:55 jimmy systemd[1]: Merged into installed job -.slice/start as 4
Jan 14 11:26:55 jimmy systemd[1]: Enqueued job sys-fs-fuse-connections.mount/start as 59
Jan 14 11:26:55 jimmy systemd[1]: Deserializing state...
Jan 14 11:26:55 jimmy systemd[1]: [/usr/lib/systemd/system/rtkit-daemon.service:32] Unknown lvalue 'ControlGroup' in section 'Service'
Jan 14 11:26:55 jimmy systemd[1]: resolvconf.service changed dead -> exited
Jan 14 11:26:55 jimmy systemd[1]: sys-kernel-debug.mount changed dead -> mounted
Jan 14 11:26:55 jimmy systemd[1]: Job sys-kernel-debug.mount/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Mounted Debug File System.
Jan 14 11:26:55 jimmy systemd[1]: systemd-modules-load.service changed dead -> exited
Jan 14 11:26:55 jimmy systemd[1]: Job systemd-modules-load.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Load Kernel Modules.
Jan 14 11:26:55 jimmy systemd[1]: sys-fs-fuse-connections.mount changed dead -> mounted
Jan 14 11:26:55 jimmy systemd[1]: Job sys-fs-fuse-connections.mount/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Mounted FUSE Control File System.
Jan 14 11:26:55 jimmy systemd[1]: systemd-readahead-collect.service changed dead -> exited
Jan 14 11:26:55 jimmy systemd[1]: systemd-readahead-replay.service changed dead -> exited
Jan 14 11:26:55 jimmy systemd[1]: systemd-readahead-done.timer changed dead -> elapsed
Jan 14 11:26:55 jimmy systemd[1]: graphical.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: multi-user.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: upower.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: udisksd.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: dbus.socket changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: Job dbus.socket/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 14 11:26:55 jimmy systemd[1]: dbus.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: sockets.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: Job sockets.target/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Reached target Sockets.
Jan 14 11:26:55 jimmy systemd[1]: cups.socket changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: Job cups.socket/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Listening on CUPS Printing Service Sockets.
Jan 14 11:26:55 jimmy systemd[1]: avahi-daemon.socket changed dead -> listening
Jan 14 11:26:55 jimmy systemd[1]: Job avahi-daemon.socket/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Jan 14 11:26:55 jimmy systemd[1]: nscd.socket changed dead -> listening
Jan 14 11:26:55 jimmy systemd[1]: Job nscd.socket/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Listening on Name Service Cache Daemon Socket.
Jan 14 11:26:55 jimmy systemd[1]: rpcbind.socket changed dead -> listening
Jan 14 11:26:55 jimmy systemd[1]: Job rpcbind.socket/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Listening on RPCbind Server Activation Socket.
Jan 14 11:26:55 jimmy systemd[1]: systemd-initctl.socket changed dead -> listening
Jan 14 11:26:55 jimmy systemd[1]: Job systemd-initctl.socket/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Jan 14 11:26:55 jimmy systemd[1]: systemd-udevd-control.socket changed dead -> listening
Jan 14 11:26:55 jimmy systemd[1]: Job systemd-udevd-control.socket/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Listening on udev Control Socket.
Jan 14 11:26:55 jimmy systemd[1]: systemd-shutdownd.socket changed dead -> listening
Jan 14 11:26:55 jimmy systemd[1]: Job systemd-shutdownd.socket/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Listening on Delayed Shutdown Socket.
Jan 14 11:26:55 jimmy systemd[1]: systemd-udevd-kernel.socket changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: Job systemd-udevd-kernel.socket/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Listening on udev Kernel Socket.
Jan 14 11:26:55 jimmy systemd[1]: rpcbind.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: rpcbind.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: nscd.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: avahi-daemon.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: cups.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: sensord.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: getty.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: snmpd.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: ksmtuned.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: xinetd.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: hddtemp.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: ksm.service changed dead -> exited
Jan 14 11:26:55 jimmy systemd[1]: nfs.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: httpd.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: dnsmasq.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: acpid.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: cpupower.service changed dead -> exited
Jan 14 11:26:55 jimmy systemd[1]: open-iscsi.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: crond.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: remote-fs.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: cups.path changed dead -> waiting
Jan 14 11:26:55 jimmy systemd[1]: chronyd.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: gearmand.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: ModemManager.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: NetworkManager.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: sshd.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: smartd.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: memcached.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: systemd-logind.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: systemd-ask-password-wall.path changed dead -> waiting
Jan 14 11:26:55 jimmy systemd[1]: paths.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: Job paths.target/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Reached target Paths.
Jan 14 11:26:55 jimmy systemd[1]: user.slice changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: slices.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: Job slices.target/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Reached target Slices.
Jan 14 11:26:55 jimmy systemd[1]: -.slice changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: Job -.slice/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Created slice Root Slice.
Jan 14 11:26:55 jimmy systemd[1]: memcached at 11211.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: memcached at 11212.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: system-memcached.slice changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: mnt-media-scratch.mount changed dead -> failed
Jan 14 11:26:55 jimmy systemd[1]: rhome.mount changed dead -> mounted
Jan 14 11:26:55 jimmy systemd[1]: network-online.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: nfs-lock.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: nfs-idmap.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: var-lib-nfs-rpc_pipefs.mount changed dead -> mounted
Jan 14 11:26:55 jimmy systemd[1]: systemd-remount-fs.service changed dead -> exited
Jan 14 11:26:55 jimmy systemd[1]: Job systemd-remount-fs.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Remount Root and Kernel File Systems.
Jan 14 11:26:55 jimmy systemd[1]: systemd-fsck-root.service changed dead -> exited
Jan 14 11:26:55 jimmy systemd[1]: Job systemd-fsck-root.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started File System Check on Root Device.
Jan 14 11:26:55 jimmy systemd[1]: local-fs-pre.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: Job local-fs-pre.target/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Reached target Local File Systems (Pre).
Jan 14 11:26:55 jimmy systemd[1]: home.mount changed dead -> mounted
Jan 14 11:26:55 jimmy systemd[1]: Job home.mount/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Mounted /home.
Jan 14 11:26:55 jimmy systemd[1]: boot.mount changed dead -> mounted
Jan 14 11:26:55 jimmy systemd[1]: Job boot.mount/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Mounted /boot.
Jan 14 11:26:55 jimmy systemd[1]: -.mount changed dead -> mounted
Jan 14 11:26:55 jimmy systemd[1]: Job -.mount/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Mounted /.
Jan 14 11:26:55 jimmy systemd[1]: tmp.mount changed dead -> mounted
Jan 14 11:26:55 jimmy systemd[1]: Job tmp.mount/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Mounted Temporary Directory.
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2dlabel-ESP.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: Job dev-disk-by\x2dlabel-ESP.device/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Found device LITEONIT_LMT-256M3M.
Jan 14 11:26:55 jimmy systemd[1]: systemd-fsck at dev-disk-by\x2duuid-4bf3512b\x2d3a52\x2d4b42\x2db5e1\x2dddbf53d0ce0d.service changed dead -> exited
Jan 14 11:26:55 jimmy systemd[1]: Job systemd-fsck at dev-disk-by\x2duuid-4bf3512b\x2d3a52\x2d4b42\x2db5e1\x2dddbf53d0ce0d.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started File System Check on /dev/disk/by-uuid/4bf3512b-3a52-4b42-b5e1-ddbf53d0ce0d.
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2duuid-4bf3512b\x2d3a52\x2d4b42\x2db5e1\x2dddbf53d0ce0d.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: Job dev-disk-by\x2duuid-4bf3512b\x2d3a52\x2d4b42\x2db5e1\x2dddbf53d0ce0d.device/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Found device LITEONIT_LMT-256M3M.
Jan 14 11:26:55 jimmy systemd[1]: system-getty.slice changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: timers.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: Job timers.target/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Reached target Timers.
Jan 14 11:26:55 jimmy systemd[1]: iptables.service changed dead -> exited
Jan 14 11:26:55 jimmy systemd[1]: Job iptables.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started iptables Firewall for IPv4.
Jan 14 11:26:55 jimmy systemd[1]: fedora-loadmodules.service changed dead -> exited
Jan 14 11:26:55 jimmy systemd[1]: Job fedora-loadmodules.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Load legacy module configuration.
Jan 14 11:26:55 jimmy systemd[1]: systemd-tmpfiles-clean.timer: Monotonic timer elapses in 22h 59min 51.090475s.
Jan 14 11:26:55 jimmy systemd[1]: systemd-tmpfiles-clean.timer changed dead -> waiting
Jan 14 11:26:55 jimmy systemd[1]: Job systemd-tmpfiles-clean.timer/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 14 11:26:55 jimmy systemd[1]: sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: systemd-backlight at acpi_video0.service changed dead -> exited
Jan 14 11:26:55 jimmy systemd[1]: Job systemd-backlight at acpi_video0.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Load/Save Screen Backlight Brightness of acpi_video0.
Jan 14 11:26:55 jimmy systemd[1]: sys-devices-pci0000:00-0000:00:14.0-usb3-3\x2d2-3\x2d2.1-3\x2d2.1.4-3\x2d2.1.4:1.0-net-enp0s20u2u1u4.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-subsystem-net-devices-enp0s20u2u1u4.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sound.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: Job sound.target/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Reached target Sound Card.
Jan 14 11:26:55 jimmy systemd[1]: osspd.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: Job osspd.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started OSS (Open Sound System) Proxy Daemon.
Jan 14 11:26:55 jimmy systemd[1]: sys-devices-pci0000:00-0000:00:1c.0-0000:01:00.0-net-wlp1s0.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-subsystem-net-devices-wlp1s0.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-devices-pci0000:00-0000:00:1d.0-usb2-2\x2d1-2\x2d1.5-2\x2d1.5:1.0-bluetooth-hci0.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-subsystem-bluetooth-devices-hci0.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: bluetooth.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: Job bluetooth.target/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Reached target Bluetooth.
Jan 14 11:26:55 jimmy systemd[1]: bluetooth.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: Job bluetooth.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Bluetooth service.
Jan 14 11:26:55 jimmy systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-sda.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2did-ata\x2dLITEONIT_LMT\x2d256M3M_TW0V6PN8550852CR0545.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2did-wwn\x2d0x5000000000000000.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-sda1.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2did-ata\x2dLITEONIT_LMT\x2d256M3M_TW0V6PN8550852CR0545\x2dpart1.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2did-wwn\x2d0x5000000000000000\x2dpart1.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2dpartuuid-5eca38a8\x2d472c\x2d4553\x2d85b5\x2d3665e1022163.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2duuid-7206\x2dD47A.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-sda2.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2did-ata\x2dLITEONIT_LMT\x2d256M3M_TW0V6PN8550852CR0545\x2dpart2.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2did-wwn\x2d0x5000000000000000\x2dpart2.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2dpartuuid-e571c4e9\x2d3165\x2d40d2\x2da5a7\x2dda5375b05c91.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2duuid-27238e46\x2d8001\x2d42c5\x2d8df4\x2d2a126c3de57e.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-sda3.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2did-ata\x2dLITEONIT_LMT\x2d256M3M_TW0V6PN8550852CR0545\x2dpart3.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2did-wwn\x2d0x5000000000000000\x2dpart3.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-disk-by\x2dpartuuid-27cf2587\x2df205\x2d4aaf\x2db823\x2d89701ed1222b.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-devices-platform-serial8250-tty-ttyS0.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-ttyS0.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-devices-platform-serial8250-tty-ttyS1.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-ttyS1.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-devices-platform-serial8250-tty-ttyS2.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-ttyS2.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-devices-platform-serial8250-tty-ttyS3.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: dev-ttyS3.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-devices-virtual-net-vboxnet0.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-subsystem-net-devices-vboxnet0.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: sys-module-fuse.device changed dead -> plugged
Jan 14 11:26:55 jimmy systemd[1]: run-user-603-gvfs.mount changed dead -> mounted
Jan 14 11:26:55 jimmy systemd[1]: boot.automount changed dead -> waiting
Jan 14 11:26:55 jimmy systemd[1]: smartcard.target changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: polkit.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: accounts-daemon.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: colord.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: rtkit-daemon.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: user-603.slice changed dead -> active
Jan 14 11:26:55 jimmy systemd[1]: user at 603.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: session-1.scope changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: geoclue.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: udisks2.service changed dead -> running
Jan 14 11:26:55 jimmy systemd[1]: Closing left-over fd 51
Jan 14 11:26:55 jimmy systemd[1]: Closing left-over fd 52
Jan 14 11:26:55 jimmy systemd[1]: Collecting tor.service
Jan 14 11:26:55 jimmy systemd[1]: ConditionPathExists=/.unconfigured failed for fedora-configure.service.
Jan 14 11:26:55 jimmy systemd[1]: Starting of fedora-configure.service requested but condition failed. Ignoring.
Jan 14 11:26:55 jimmy systemd[1]: Job fedora-configure.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Reconfigure the system on administrator request.
Jan 14 11:26:55 jimmy systemd[1]: ConditionPathExists=/etc/alsa/state-daemon.conf failed for alsa-state.service.
Jan 14 11:26:55 jimmy systemd[1]: Starting of alsa-state.service requested but condition failed. Ignoring.
Jan 14 11:26:55 jimmy systemd[1]: Job alsa-state.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Manage Sound Card State (restore and store).
Jan 14 11:26:55 jimmy systemd[1]: ConditionPathExists=!/etc/alsa/state-daemon.conf succeeded for alsa-restore.service.
Jan 14 11:26:55 jimmy systemd[1]: Starting Restore Sound Card State...
Jan 14 11:26:55 jimmy kernel: Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
Jan 14 11:26:55 jimmy systemd[1]: About to execute: /usr/sbin/alsactl restore
Jan 14 11:26:55 jimmy systemd[1]: Forked /usr/sbin/alsactl as 13191
Jan 14 11:26:55 jimmy systemd[1]: alsa-restore.service changed dead -> start
Jan 14 11:26:55 jimmy systemd[1]: ConditionPathExists=!/.autorelabel succeeded for fedora-autorelabel-mark.service.
Jan 14 11:26:55 jimmy systemd[1]: ConditionPathIsDirectory=/etc/selinux failed for fedora-autorelabel-mark.service.
Jan 14 11:26:55 jimmy systemd[1]: Starting of fedora-autorelabel-mark.service requested but condition failed. Ignoring.
Jan 14 11:26:55 jimmy systemd[1]: Job fedora-autorelabel-mark.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Mark the need to relabel after reboot.
Jan 14 11:26:55 jimmy systemd[1]: ConditionPathExists=|/.autorelabel failed for fedora-autorelabel.service.
Jan 14 11:26:55 jimmy systemd[1]: ConditionKernelCommandLine=|autorelabel failed for fedora-autorelabel.service.
Jan 14 11:26:55 jimmy systemd[1]: ConditionSecurity=selinux failed for fedora-autorelabel.service.
Jan 14 11:26:55 jimmy systemd[1]: Starting of fedora-autorelabel.service requested but condition failed. Ignoring.
Jan 14 11:26:55 jimmy systemd[1]: Job fedora-autorelabel.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Relabel all filesystems, if necessary.
Jan 14 11:26:55 jimmy systemd[13191]: Executing: /usr/sbin/alsactl restore
Jan 14 11:26:55 jimmy systemd[1]: ConditionDirectoryNotEmpty=|/run/binfmt.d failed for systemd-binfmt.service.
Jan 14 11:26:55 jimmy systemd[1]: ConditionDirectoryNotEmpty=|/etc/binfmt.d failed for systemd-binfmt.service.
Jan 14 11:26:55 jimmy systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d failed for systemd-binfmt.service.
Jan 14 11:26:55 jimmy systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d failed for systemd-binfmt.service.
Jan 14 11:26:55 jimmy systemd[1]: ConditionDirectoryNotEmpty=|/lib/binfmt.d failed for systemd-binfmt.service.
Jan 14 11:26:55 jimmy systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for systemd-binfmt.service.
Jan 14 11:26:55 jimmy systemd[1]: Starting of systemd-binfmt.service requested but condition failed. Ignoring.
Jan 14 11:26:55 jimmy systemd[1]: Job systemd-binfmt.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Set Up Additional Binary Formats.
Jan 14 11:26:55 jimmy systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Jan 14 11:26:55 jimmy systemd[1]: About to execute: /bin/plymouth update-root-fs --read-write
Jan 14 11:26:55 jimmy systemd[1]: Forked /bin/plymouth as 13192
Jan 14 11:26:55 jimmy systemd[13192]: Executing: /bin/plymouth update-root-fs --read-write
Jan 14 11:26:55 jimmy systemd[1]: plymouth-read-write.service changed dead -> start
Jan 14 11:26:55 jimmy systemd[1]: ConditionPathExists=/sys/kernel/config failed for sys-kernel-config.mount.
Jan 14 11:26:55 jimmy systemd[1]: Starting of sys-kernel-config.mount requested but condition failed. Ignoring.
Jan 14 11:26:55 jimmy systemd[1]: Job sys-kernel-config.mount/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Mounted Configuration File System.
Jan 14 11:26:55 jimmy systemd[1]: ConditionPathExists=!/run/plymouth/pid succeeded for plymouth-start.service.
Jan 14 11:26:55 jimmy systemd[1]: ConditionKernelCommandLine=!plymouth.enable=0 succeeded for plymouth-start.service.
Jan 14 11:26:55 jimmy systemd[1]: Starting Show Plymouth Boot Screen...
Jan 14 11:26:55 jimmy systemd[1]: About to execute: /sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
Jan 14 11:26:55 jimmy systemd[1]: Forked /sbin/plymouthd as 13194
Jan 14 11:26:55 jimmy systemd[1]: plymouth-start.service changed dead -> start
Jan 14 11:26:55 jimmy systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
Jan 14 11:26:55 jimmy systemd[13194]: Executing: /sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
Jan 14 11:26:55 jimmy systemd[1]: About to execute: /usr/bin/systemctl kill --kill-who=main --signal=SIGUSR1 systemd-journald.service
Jan 14 11:26:55 jimmy systemd[13195]: Executing: /usr/bin/systemctl kill --kill-who=main --signal=SIGUSR1 systemd-journald.service
Jan 14 11:26:55 jimmy systemd[1]: Forked /usr/bin/systemctl as 13195
Jan 14 11:26:55 jimmy systemd[1]: systemd-journal-flush.service changed dead -> start
Jan 14 11:26:55 jimmy systemd[1]: ConditionDirectoryNotEmpty=/run/initramfs/state failed for fedora-import-state.service.
Jan 14 11:26:55 jimmy systemd[1]: Starting of fedora-import-state.service requested but condition failed. Ignoring.
Jan 14 11:26:55 jimmy systemd[1]: Job fedora-import-state.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Import network configuration from initramfs.
Jan 14 11:26:55 jimmy systemd[1]: Set up jobs progress timerfd.
Jan 14 11:26:55 jimmy systemd[1]: Set up idle_pipe watch.
Jan 14 11:26:55 jimmy systemd[1]: Received SIGCHLD from PID 13174 (n/a).
Jan 14 11:26:55 jimmy systemd[1]: Got SIGCHLD for process 13191 (alsactl)
Jan 14 11:26:55 jimmy systemd[1]: Child 13191 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:55 jimmy systemd[1]: Child 13191 belongs to alsa-restore.service
Jan 14 11:26:55 jimmy systemd[1]: alsa-restore.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:55 jimmy systemd[1]: alsa-restore.service changed start -> dead
Jan 14 11:26:55 jimmy systemd[1]: Job alsa-restore.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Restore Sound Card State.
Jan 14 11:26:55 jimmy systemd[1]: Got SIGCHLD for process 13192 (plymouth)
Jan 14 11:26:55 jimmy systemd[1]: Child 13192 died (code=exited, status=1/FAILURE)
Jan 14 11:26:55 jimmy systemd[1]: Child 13192 belongs to plymouth-read-write.service
Jan 14 11:26:55 jimmy systemd[1]: plymouth-read-write.service: main process exited, code=exited, status=1/FAILURE
Jan 14 11:26:55 jimmy systemd[1]: plymouth-read-write.service changed start -> dead
Jan 14 11:26:55 jimmy systemd[1]: Job plymouth-read-write.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
Jan 14 11:26:55 jimmy systemd[1]: Got SIGCHLD for process 13194 (plymouthd)
Jan 14 11:26:55 jimmy systemd[1]: Child 13194 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:55 jimmy systemd[1]: Child 13194 belongs to plymouth-start.service
Jan 14 11:26:55 jimmy systemd[1]: plymouth-start.service: control process exited, code=exited status=0
Jan 14 11:26:55 jimmy systemd[1]: plymouth-start.service got final SIGCHLD for state start
Jan 14 11:26:55 jimmy systemd[1]: Main PID guessed: 13196
Jan 14 11:26:55 jimmy systemd[1]: About to execute: /bin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev;-/bin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev; -/bin/plymouth show-splash
Jan 14 11:26:55 jimmy systemd[1]: Forked /bin/udevadm as 13200
Jan 14 11:26:55 jimmy systemd[1]: plymouth-start.service changed start -> start-post
Jan 14 11:26:55 jimmy systemd[13200]: Executing: /bin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev;-/bin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev; -/bin/plymouth show-splash
Jan 14 11:26:55 jimmy systemd[1]: Received name :1.121 in reply to Hello
Jan 14 11:26:55 jimmy systemd[1]: Successfully connected to system D-Bus bus 93d6e1d2152b80bf9dfef03352d50d65 as :1.121
Jan 14 11:26:55 jimmy systemd[1]: Successfully initialized API on the system bus
Jan 14 11:26:55 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameAcquired() on /org/freedesktop/DBus
Jan 14 11:26:55 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:55 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:55 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:55 jimmy systemd[1]: Received SIGCHLD from PID 13200 (udevadm).
Jan 14 11:26:55 jimmy systemd[1]: Got SIGCHLD for process 13200 (udevadm)
Jan 14 11:26:55 jimmy systemd[1]: Child 13200 died (code=exited, status=1/FAILURE)
Jan 14 11:26:55 jimmy systemd[1]: Child 13200 belongs to plymouth-start.service
Jan 14 11:26:55 jimmy systemd[1]: plymouth-start.service: control process exited, code=exited status=1
Jan 14 11:26:55 jimmy systemd[1]: plymouth-start.service got final SIGCHLD for state start-post
Jan 14 11:26:55 jimmy systemd[1]: plymouth-start.service changed start-post -> running
Jan 14 11:26:55 jimmy systemd[1]: Job plymouth-start.service/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Show Plymouth Boot Screen.
Jan 14 11:26:55 jimmy systemd[1]: ConditionPathExists=!/run/plymouth/pid failed for systemd-ask-password-console.path.
Jan 14 11:26:55 jimmy systemd[1]: Starting of systemd-ask-password-console.path requested but condition failed. Ignoring.
Jan 14 11:26:55 jimmy systemd[1]: Job systemd-ask-password-console.path/start finished, result=done
Jan 14 11:26:55 jimmy systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan 14 11:26:55 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:55 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:55 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Manager.KillUnit() on /org/freedesktop/systemd1
Jan 14 11:26:55 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:55 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Manager.Reexecute() on /org/freedesktop/systemd1
Jan 14 11:26:55 jimmy systemd[1]: Serializing state to /run/systemd/dump-1-O5iacu
Jan 14 11:26:55 jimmy systemd[1]: Reexecuting.
Jan 14 11:26:56 jimmy udevadm[13200]: settle: invalid option -- '/'
Jan 14 11:26:55 jimmy systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT -SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
Jan 14 11:26:55 jimmy systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd.
Jan 14 11:26:55 jimmy systemd[1]: Release agent already installed.
Jan 14 11:26:55 jimmy systemd[1]: Using notification socket @/org/freedesktop/systemd1/notify
Jan 14 11:26:55 jimmy systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
Jan 14 11:26:55 jimmy systemd[1]: Successfully created private D-Bus server.
Jan 14 11:26:55 jimmy systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-efi-boot-generator as 13204
Jan 14 11:26:55 jimmy systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-cryptsetup-generator as 13205
Jan 14 11:26:55 jimmy systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-getty-generator as 13206
Jan 14 11:26:55 jimmy systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-gpt-auto-generator as 13207
Jan 14 11:26:55 jimmy systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-fstab-generator as 13208
Jan 14 11:26:56 jimmy systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-rc-local-generator as 13209
Jan 14 11:26:56 jimmy systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-system-update-generator as 13210
Jan 14 11:26:56 jimmy systemd[1]: /usr/lib/systemd/system-generators/systemd-efi-boot-generator exited successfully.
Jan 14 11:26:56 jimmy systemd[1]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator exited successfully.
Jan 14 11:26:56 jimmy systemd[1]: /usr/lib/systemd/system-generators/systemd-getty-generator exited successfully.
Jan 14 11:26:56 jimmy systemd[1]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator exited successfully.
Jan 14 11:26:56 jimmy systemd[1]: /usr/lib/systemd/system-generators/systemd-fstab-generator exited successfully.
Jan 14 11:26:56 jimmy systemd[1]: /usr/lib/systemd/system-generators/systemd-rc-local-generator exited successfully.
Jan 14 11:26:56 jimmy systemd[1]: /usr/lib/systemd/system-generators/systemd-system-update-generator exited successfully.
Jan 14 11:26:56 jimmy systemd[1]: Looking for unit files in (higher priority first):
Jan 14 11:26:56 jimmy systemd[1]:         /etc/systemd/system
Jan 14 11:26:56 jimmy systemd[1]:         /run/systemd/system
Jan 14 11:26:56 jimmy systemd[1]:         /run/systemd/generator
Jan 14 11:26:56 jimmy systemd[1]:         /usr/local/lib/systemd/system
Jan 14 11:26:56 jimmy systemd[1]:         /usr/lib/systemd/system
Jan 14 11:26:56 jimmy systemd[1]: Looking for SysV init scripts in:
Jan 14 11:26:56 jimmy systemd[1]:         /etc/rc.d/init.d
Jan 14 11:26:56 jimmy systemd[1]: Looking for SysV rcN.d links in:
Jan 14 11:26:56 jimmy systemd[1]:         /etc/rc.d
Jan 14 11:26:56 jimmy systemd[1]: Failed to load configuration for lvm2-lvmetad.socket: No such file or directory
Jan 14 11:26:56 jimmy systemd[1]: Failed to load configuration for syslog.target: No such file or directory
Jan 14 11:26:56 jimmy systemd[1]: Failed to load configuration for auditd.service: No such file or directory
Jan 14 11:26:56 jimmy systemd[1]: Failed to load configuration for ntpd.service: No such file or directory
Jan 14 11:26:56 jimmy systemd[1]: Failed to load configuration for ntpdate.service: No such file or directory
Jan 14 11:26:56 jimmy systemd[1]: Failed to load configuration for syslog.service: No such file or directory
Jan 14 11:26:56 jimmy systemd[1]: Failed to load configuration for mdmonitor-takeover.service: No such file or directory
Jan 14 11:26:56 jimmy systemd[1]: Failed to load configuration for remount-rootfs.service: No such file or directory
Jan 14 11:26:56 jimmy systemd[1]: Failed to load configuration for livesys-late.service: No such file or directory
Jan 14 11:26:56 jimmy systemd[1]: Failed to load configuration for ldap.service: No such file or directory
Jan 14 11:26:56 jimmy systemd[1]: Failed to load configuration for postgresql.service: No such file or directory
Jan 14 11:26:56 jimmy systemd[1]: Failed to load configuration for messagebus.service: No such file or directory
Jan 14 11:26:56 jimmy systemd[1]: Failed to load configuration for dkms.service: No such file or directory
Jan 14 11:26:56 jimmy systemd[1]: Failed to load configuration for irda.service: No such file or directory
Jan 14 11:26:56 jimmy systemd[1]: Trying to enqueue job systemd-backlight at acpi_video0.service/start/replace
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-backlight at acpi_video0.service/start as 1
Jan 14 11:26:56 jimmy systemd[1]: Installed new job -.mount/start as 2
Jan 14 11:26:56 jimmy systemd[1]: Installed new job system.slice/start as 3
Jan 14 11:26:56 jimmy systemd[1]: Installed new job -.slice/start as 4
Jan 14 11:26:56 jimmy systemd[1]: Enqueued job systemd-backlight at acpi_video0.service/start as 1
Jan 14 11:26:56 jimmy systemd[1]: Trying to enqueue job sound.target/start/replace
Jan 14 11:26:56 jimmy systemd[1]: Installed new job sound.target/start as 7
Jan 14 11:26:56 jimmy systemd[1]: Installed new job osspd.service/start as 8
Jan 14 11:26:56 jimmy systemd[1]: Enqueued job sound.target/start as 7
Jan 14 11:26:56 jimmy systemd[1]: Trying to enqueue job bluetooth.target/start/replace
Jan 14 11:26:56 jimmy systemd[1]: Cannot add dependency job for unit fedora-storage-init-late.service, ignoring: Cannot assign requested address
Jan 14 11:26:56 jimmy systemd[1]: Cannot add dependency job for unit fedora-storage-init.service, ignoring: Cannot assign requested address
Jan 14 11:26:56 jimmy systemd[1]: Cannot add dependency job for unit fedora-readonly.service, ignoring: Cannot assign requested address
Jan 14 11:26:56 jimmy systemd[1]: Cannot add dependency job for unit mdmonitor-takeover.service, ignoring: Invalid argument
Jan 14 11:26:56 jimmy systemd[1]: Cannot add dependency job for unit lvm2-lvmetad.socket, ignoring: Invalid argument
Jan 14 11:26:56 jimmy systemd[1]: Cannot add dependency job for unit mandriva-everytime.service, ignoring: Cannot assign requested address
Jan 14 11:26:56 jimmy systemd[1]: Cannot add dependency job for unit mandriva-save-dmesg.service, ignoring: Cannot assign requested address
Jan 14 11:26:56 jimmy systemd[1]: Installed new job bluetooth.target/start as 11
Jan 14 11:26:56 jimmy systemd[1]: Installed new job bluetooth.service/start as 12
Jan 14 11:26:56 jimmy systemd[1]: Installed new job dbus.socket/start as 13
Jan 14 11:26:56 jimmy systemd[1]: Installed new job sysinit.target/start as 14
Jan 14 11:26:56 jimmy systemd[1]: Installed new job local-fs.target/start as 15
Jan 14 11:26:56 jimmy systemd[1]: Installed new job home.mount/start as 16
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-fsck at dev-disk-by\x2duuid-4bf3512b\x2d3a52\x2d4b42\x2db5e1\x2dddbf53d0ce0d.service/start as 17
Jan 14 11:26:56 jimmy systemd[1]: Installed new job dev-disk-by\x2duuid-4bf3512b\x2d3a52\x2d4b42\x2db5e1\x2dddbf53d0ce0d.device/start as 18
Jan 14 11:26:56 jimmy systemd[1]: Merged into installed job -.mount/start as 2
Jan 14 11:26:56 jimmy systemd[1]: Merged into installed job system.slice/start as 3
Jan 14 11:26:56 jimmy systemd[1]: Merged into installed job -.slice/start as 4
Jan 14 11:26:56 jimmy systemd[1]: Installed new job boot.mount/start as 24
Jan 14 11:26:56 jimmy systemd[1]: Installed new job dev-disk-by\x2dlabel-ESP.device/start as 25
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-fsck-root.service/start as 26
Jan 14 11:26:56 jimmy systemd[1]: Installed new job tmp.mount/start as 27
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-remount-fs.service/start as 28
Jan 14 11:26:56 jimmy systemd[1]: Installed new job local-fs-pre.target/start as 29
Jan 14 11:26:56 jimmy systemd[1]: Installed new job fedora-import-state.service/start as 31
Jan 14 11:26:56 jimmy systemd[1]: Installed new job swap.target/start as 32
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-udev-trigger.service/start as 33
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-udevd.service/start as 34
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-udevd-control.socket/start as 35
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-udevd-kernel.socket/start as 36
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-tmpfiles-setup-dev.service/start as 37
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-ask-password-console.path/start as 38
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-journal-flush.service/start as 39
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-journald.service/start as 40
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-journald.socket/start as 41
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-update-utmp.service/start as 42
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-random-seed.service/start as 43
Jan 14 11:26:56 jimmy systemd[1]: Installed new job dev-hugepages.mount/start as 44
Jan 14 11:26:56 jimmy systemd[1]: Installed new job mandriva-kmsg-loglevel.service/start as 45
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-tmpfiles-setup.service/start as 46
Jan 14 11:26:56 jimmy systemd[1]: Installed new job plymouth-start.service/start as 47
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-ask-password-plymouth.path/start as 48
Jan 14 11:26:56 jimmy systemd[1]: Installed new job kmod-static-nodes.service/start as 49
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-sysctl.service/start as 50
Jan 14 11:26:56 jimmy systemd[1]: Installed new job cryptsetup.target/start as 51
Jan 14 11:26:56 jimmy systemd[1]: Installed new job sys-kernel-config.mount/start as 52
Jan 14 11:26:56 jimmy systemd[1]: Installed new job dev-mqueue.mount/start as 53
Jan 14 11:26:56 jimmy systemd[1]: Installed new job proc-sys-fs-binfmt_misc.automount/start as 54
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-vconsole-setup.service/start as 55
Jan 14 11:26:56 jimmy systemd[1]: Installed new job sys-kernel-debug.mount/start as 56
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-modules-load.service/start as 57
Jan 14 11:26:56 jimmy systemd[1]: Installed new job plymouth-read-write.service/start as 58
Jan 14 11:26:56 jimmy systemd[1]: Installed new job sys-fs-fuse-connections.mount/start as 59
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-binfmt.service/start as 60
Jan 14 11:26:56 jimmy systemd[1]: Installed new job basic.target/start as 63
Jan 14 11:26:56 jimmy systemd[1]: Installed new job sockets.target/start as 64
Jan 14 11:26:56 jimmy systemd[1]: Installed new job cups.socket/start as 65
Jan 14 11:26:56 jimmy systemd[1]: Installed new job avahi-daemon.socket/start as 66
Jan 14 11:26:56 jimmy systemd[1]: Installed new job nscd.socket/start as 67
Jan 14 11:26:56 jimmy systemd[1]: Installed new job rpcbind.socket/start as 68
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-initctl.socket/start as 69
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-shutdownd.socket/start as 70
Jan 14 11:26:56 jimmy systemd[1]: Installed new job timers.target/start as 71
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-tmpfiles-clean.timer/start as 72
Jan 14 11:26:56 jimmy systemd[1]: Installed new job paths.target/start as 73
Jan 14 11:26:56 jimmy systemd[1]: Installed new job slices.target/start as 74
Jan 14 11:26:56 jimmy systemd[1]: Installed new job iptables.service/start as 75
Jan 14 11:26:56 jimmy systemd[1]: Installed new job fedora-autorelabel.service/start as 76
Jan 14 11:26:56 jimmy systemd[1]: Installed new job fedora-autorelabel-mark.service/start as 77
Jan 14 11:26:56 jimmy systemd[1]: Installed new job alsa-state.service/start as 78
Jan 14 11:26:56 jimmy systemd[1]: Installed new job fedora-loadmodules.service/start as 79
Jan 14 11:26:56 jimmy systemd[1]: Installed new job alsa-restore.service/start as 80
Jan 14 11:26:56 jimmy systemd[1]: Installed new job fedora-configure.service/start as 81
Jan 14 11:26:56 jimmy systemd[1]: Enqueued job bluetooth.target/start as 11
Jan 14 11:26:56 jimmy systemd[1]: Trying to enqueue job sys-fs-fuse-connections.mount/start/replace
Jan 14 11:26:56 jimmy systemd[1]: Merged into installed job sys-fs-fuse-connections.mount/start as 59
Jan 14 11:26:56 jimmy systemd[1]: Merged into installed job -.mount/start as 2
Jan 14 11:26:56 jimmy systemd[1]: Merged into installed job system.slice/start as 3
Jan 14 11:26:56 jimmy systemd[1]: Merged into installed job -.slice/start as 4
Jan 14 11:26:56 jimmy systemd[1]: Enqueued job sys-fs-fuse-connections.mount/start as 59
Jan 14 11:26:56 jimmy systemd[1]: Deserializing state...
Jan 14 11:26:56 jimmy systemd[1]: resolvconf.service changed dead -> exited
Jan 14 11:26:56 jimmy systemd[13215]: Executing: /lib/systemd/fedora-loadmodules
Jan 14 11:26:56 jimmy systemd[13220]: Executing: /bin/plymouth update-root-fs --read-write
Jan 14 11:26:56 jimmy systemd[13221]: Executing: /usr/lib/systemd/systemd-modules-load
Jan 14 11:26:56 jimmy systemd[13223]: Executing: /usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
Jan 14 11:26:56 jimmy systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
Jan 14 11:26:56 jimmy systemd[1]: About to execute: /usr/bin/systemctl kill --kill-who=main --signal=SIGUSR1 systemd-journald.service
Jan 14 11:26:56 jimmy systemd[1]: Forked /usr/bin/systemctl as 13227
Jan 14 11:26:56 jimmy systemd[1]: systemd-journal-flush.service changed dead -> start
Jan 14 11:26:56 jimmy systemd[1]: ConditionPathExists=!/run/plymouth/pid failed for systemd-ask-password-console.path.
Jan 14 11:26:56 jimmy systemd[1]: Starting of systemd-ask-password-console.path requested but condition failed. Ignoring.
Jan 14 11:26:56 jimmy systemd[1]: Job systemd-ask-password-console.path/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan 14 11:26:56 jimmy systemd[1]: Starting Paths.
Jan 14 11:26:56 jimmy systemd[1]: paths.target changed dead -> active
Jan 14 11:26:56 jimmy systemd[1]: Job paths.target/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Reached target Paths.
Jan 14 11:26:56 jimmy systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udevd-kernel.socket.
Jan 14 11:26:56 jimmy systemd[13222]: Executing: /usr/lib/systemd/systemd-sysctl
Jan 14 11:26:56 jimmy systemd[13217]: Executing: /usr/libexec/iptables.init start
Jan 14 11:26:56 jimmy systemd[1]: Starting udev Kernel Socket.
Jan 14 11:26:56 jimmy systemd[13225]: Executing: /usr/lib/systemd/systemd-journald
Jan 14 11:26:56 jimmy systemd-sysctl[13222]: Overwriting earlier assignment of kernel/sysrq in file '/etc/sysctl.d/51-sysreq.conf'.
Jan 14 11:26:56 jimmy systemd[1]: Socket service systemd-udevd.service already active, refusing.
Jan 14 11:26:56 jimmy systemd[1]: Job systemd-udevd-kernel.socket/start finished, result=failed
Jan 14 11:26:56 jimmy systemd[1]: Failed to listen on udev Kernel Socket.
Jan 14 11:26:56 jimmy systemd[1]: Starting Sockets.
Jan 14 11:26:56 jimmy systemd[13216]: Executing: /usr/sbin/alsactl restore
Jan 14 11:26:56 jimmy systemd[13224]: Executing: /bin/dmesg -n 3
Jan 14 11:26:56 jimmy systemd[1]: sockets.target changed dead -> active
Jan 14 11:26:56 jimmy systemd[13227]: Executing: /usr/bin/systemctl kill --kill-who=main --signal=SIGUSR1 systemd-journald.service
Jan 14 11:26:56 jimmy systemd[1]: Job sockets.target/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Reached target Sockets.
Jan 14 11:26:56 jimmy systemd[1]: ConditionDirectoryNotEmpty=/run/initramfs/state failed for fedora-import-state.service.
Jan 14 11:26:56 jimmy systemd[1]: Starting of fedora-import-state.service requested but condition failed. Ignoring.
Jan 14 11:26:56 jimmy systemd[1]: Job fedora-import-state.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Import network configuration from initramfs.
Jan 14 11:26:56 jimmy systemd[1]: ConditionDirectoryNotEmpty=|/run/tmpfiles.d succeeded for systemd-tmpfiles-setup.service.
Jan 14 11:26:56 jimmy systemd[1]: ConditionDirectoryNotEmpty=|/etc/tmpfiles.d succeeded for systemd-tmpfiles-setup.service.
Jan 14 11:26:56 jimmy systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/tmpfiles.d failed for systemd-tmpfiles-setup.service.
Jan 14 11:26:56 jimmy systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/tmpfiles.d succeeded for systemd-tmpfiles-setup.service.
Jan 14 11:26:56 jimmy systemd[1]: Starting Recreate Volatile Files and Directories...
Jan 14 11:26:56 jimmy systemd[1]: About to execute: /usr/bin/systemd-tmpfiles --create --remove --exclude-prefix=/dev
Jan 14 11:26:56 jimmy systemd[1]: Forked /usr/bin/systemd-tmpfiles as 13241
Jan 14 11:26:56 jimmy systemd[13241]: Executing: /usr/bin/systemd-tmpfiles --create --remove --exclude-prefix=/dev
Jan 14 11:26:56 jimmy systemd[1]: systemd-tmpfiles-setup.service changed dead -> start
Jan 14 11:26:56 jimmy systemd[1]: ConditionPathIsReadWrite=!/ failed for systemd-fsck-root.service.
Jan 14 11:26:56 jimmy systemd[1]: Starting of systemd-fsck-root.service requested but condition failed. Ignoring.
Jan 14 11:26:56 jimmy systemd[1]: Job systemd-fsck-root.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started File System Check on Root Device.
Jan 14 11:26:56 jimmy systemd[1]: ConditionPathExists=/etc/fstab succeeded for systemd-remount-fs.service.
Jan 14 11:26:56 jimmy systemd[1]: Starting Remount Root and Kernel File Systems...
Jan 14 11:26:56 jimmy systemd[1]: About to execute: /usr/lib/systemd/systemd-remount-fs
Jan 14 11:26:56 jimmy systemd[1]: Forked /usr/lib/systemd/systemd-remount-fs as 13258
Jan 14 11:26:56 jimmy systemd[1]: systemd-remount-fs.service changed dead -> start
Jan 14 11:26:56 jimmy systemd[1]: Starting File System Check on /dev/disk/by-uuid/4bf3512b-3a52-4b42-b5e1-ddbf53d0ce0d...
Jan 14 11:26:56 jimmy systemd[1]: About to execute: /usr/lib/systemd/systemd-fsck /dev/disk/by-uuid/4bf3512b-3a52-4b42-b5e1-ddbf53d0ce0d
Jan 14 11:26:56 jimmy systemd[13259]: Executing: /usr/lib/systemd/systemd-fsck /dev/disk/by-uuid/4bf3512b-3a52-4b42-b5e1-ddbf53d0ce0d
Jan 14 11:26:56 jimmy systemd[1]: Forked /usr/lib/systemd/systemd-fsck as 13259
Jan 14 11:26:56 jimmy systemd[13258]: Executing: /usr/lib/systemd/systemd-remount-fs
Jan 14 11:26:56 jimmy systemd[1]: systemd-fsck at dev-disk-by\x2duuid-4bf3512b\x2d3a52\x2d4b42\x2db5e1\x2dddbf53d0ce0d.service changed dead -> start
Jan 14 11:26:56 jimmy systemd[1]: Starting Bluetooth service...
Jan 14 11:26:56 jimmy systemd[1]: About to execute: /usr/libexec/bluetooth/bluetoothd
Jan 14 11:26:56 jimmy systemd[13262]: Executing: /usr/libexec/bluetooth/bluetoothd
Jan 14 11:26:56 jimmy systemd[1]: Forked /usr/libexec/bluetooth/bluetoothd as 13262
Jan 14 11:26:56 jimmy systemd[1]: bluetooth.service changed dead -> start
Jan 14 11:26:56 jimmy systemd[1]: Starting OSS (Open Sound System) Proxy Daemon...
Jan 14 11:26:56 jimmy bluetoothd[13262]: Bluetooth daemon 5.11
Jan 14 11:26:56 jimmy bluetoothd[13262]: Unable to get on D-Bus
Jan 14 11:26:56 jimmy fedora-loadmodules[13215]: Loading modules: sdhci_pci nvram evdev acpi-cpufreq cpufreq_powersave cpufreq_conservative cpufreq_ondemand cuse
Jan 14 11:26:56 jimmy systemd-journald[13225]: File /var/log/journal/6cb2a4b2bd6df042e57da8a4000001d4/system.journal corrupted or uncleanly shut down, renaming and replacing.
Jan 14 11:26:56 jimmy systemd[1]: About to execute: /usr/sbin/osspd
Jan 14 11:26:56 jimmy systemd[1]: Forked /usr/sbin/osspd as 13267
Jan 14 11:26:56 jimmy systemd[1]: osspd.service changed dead -> start
Jan 14 11:26:56 jimmy systemd[1]: Starting Sound Card.
Jan 14 11:26:56 jimmy systemd-journal[13225]: Permanent journal is using 1.4G (max 1.9G, leaving 2.9G of free 2.9G, current limit 0B).
Jan 14 11:26:56 jimmy systemd[1]: sound.target changed dead -> active
Jan 14 11:26:56 jimmy systemd[1]: Job sound.target/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Reached target Sound Card.
Jan 14 11:26:56 jimmy systemd[1]: Starting Root Slice.
Jan 14 11:26:56 jimmy systemd[1]: -.slice changed dead -> active
Jan 14 11:26:56 jimmy systemd[1]: Job -.slice/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Created slice Root Slice.
Jan 14 11:26:56 jimmy systemd[1]: Starting Slices.
Jan 14 11:26:56 jimmy systemd[13267]: Executing: /usr/sbin/osspd
Jan 14 11:26:56 jimmy systemd[1]: slices.target changed dead -> active
Jan 14 11:26:56 jimmy systemd[1]: Job slices.target/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Reached target Slices.
Jan 14 11:26:56 jimmy systemd[1]: Set up jobs progress timerfd.
Jan 14 11:26:56 jimmy systemd[1]: Set up idle_pipe watch.
Jan 14 11:26:56 jimmy osspd[13268]: OSS Proxy v1.3.2 (C) 2008-2010 by Tejun Heo <teheo at suse.de>
Jan 14 11:26:56 jimmy osspd[13268]: Creating dsp (14:3), adsp (14:12), mixer (14:0)
Jan 14 11:26:56 jimmy kernel: CUSE: failed to register chrdev region
Jan 14 11:26:56 jimmy bluetoothd[13262]: D-Bus setup failed: Name already in use
Jan 14 11:26:56 jimmy systemd[1]: Received SIGCHLD from PID 13204 (n/a).
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13215 (fedora-loadmodu)
Jan 14 11:26:56 jimmy systemd[1]: Got notification message for unit bluetooth.service
Jan 14 11:26:56 jimmy systemd[1]: bluetooth.service: Got message
Jan 14 11:26:56 jimmy systemd[1]: bluetooth.service: got STATUS=Starting up
Jan 14 11:26:56 jimmy systemd[1]: Child 13215 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13215 belongs to fedora-loadmodules.service
Jan 14 11:26:56 jimmy systemd[1]: fedora-loadmodules.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: fedora-loadmodules.service changed start -> exited
Jan 14 11:26:56 jimmy systemd[1]: Job fedora-loadmodules.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Load legacy module configuration.
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13216 (alsactl)
Jan 14 11:26:56 jimmy systemd[1]: Child 13216 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13216 belongs to alsa-restore.service
Jan 14 11:26:56 jimmy systemd[1]: alsa-restore.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: alsa-restore.service changed start -> dead
Jan 14 11:26:56 jimmy systemd[1]: Job alsa-restore.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Restore Sound Card State.
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13217 (iptables.init)
Jan 14 11:26:56 jimmy systemd[1]: Child 13217 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13217 belongs to iptables.service
Jan 14 11:26:56 jimmy systemd[1]: iptables.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: iptables.service changed start -> exited
Jan 14 11:26:56 jimmy systemd[1]: Job iptables.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started iptables Firewall for IPv4.
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13220 (plymouth)
Jan 14 11:26:56 jimmy systemd[1]: Child 13220 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13220 belongs to plymouth-read-write.service
Jan 14 11:26:56 jimmy systemd[1]: plymouth-read-write.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: plymouth-read-write.service changed start -> dead
Jan 14 11:26:56 jimmy systemd[1]: Job plymouth-read-write.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13221 (systemd-modules)
Jan 14 11:26:56 jimmy systemd[1]: Child 13221 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13221 belongs to systemd-modules-load.service
Jan 14 11:26:56 jimmy systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: systemd-modules-load.service changed start -> exited
Jan 14 11:26:56 jimmy systemd[1]: Job systemd-modules-load.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Load Kernel Modules.
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13222 (systemd-sysctl)
Jan 14 11:26:56 jimmy systemd[1]: Child 13222 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13222 belongs to systemd-sysctl.service
Jan 14 11:26:56 jimmy systemd[1]: systemd-sysctl.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: systemd-sysctl.service changed start -> exited
Jan 14 11:26:56 jimmy systemd[1]: Job systemd-sysctl.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Apply Kernel Variables.
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13223 (kmod)
Jan 14 11:26:56 jimmy systemd[1]: Child 13223 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13223 belongs to kmod-static-nodes.service
Jan 14 11:26:56 jimmy systemd[1]: kmod-static-nodes.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: kmod-static-nodes.service changed start -> exited
Jan 14 11:26:56 jimmy systemd[1]: Job kmod-static-nodes.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Create list of required static device nodes for the current kernel.
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13224 (dmesg)
Jan 14 11:26:56 jimmy systemd[1]: Child 13224 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13224 belongs to mandriva-kmsg-loglevel.service
Jan 14 11:26:56 jimmy systemd[1]: mandriva-kmsg-loglevel.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: mandriva-kmsg-loglevel.service changed start -> exited
Jan 14 11:26:56 jimmy systemd[1]: Job mandriva-kmsg-loglevel.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Set default kernel console loglevel.
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13241 (systemd-tmpfile)
Jan 14 11:26:56 jimmy systemd[1]: Child 13241 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13241 belongs to systemd-tmpfiles-setup.service
Jan 14 11:26:56 jimmy systemd[1]: systemd-tmpfiles-setup.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: systemd-tmpfiles-setup.service changed start -> exited
Jan 14 11:26:56 jimmy systemd[1]: Job systemd-tmpfiles-setup.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Recreate Volatile Files and Directories.
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13259 (systemd-fsck)
Jan 14 11:26:56 jimmy systemd[1]: Child 13259 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13259 belongs to systemd-fsck at dev-disk-by\x2duuid-4bf3512b\x2d3a52\x2d4b42\x2db5e1\x2dddbf53d0ce0d.service
Jan 14 11:26:56 jimmy systemd[1]: systemd-fsck at dev-disk-by\x2duuid-4bf3512b\x2d3a52\x2d4b42\x2db5e1\x2dddbf53d0ce0d.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: systemd-fsck at dev-disk-by\x2duuid-4bf3512b\x2d3a52\x2d4b42\x2db5e1\x2dddbf53d0ce0d.service changed start -> exited
Jan 14 11:26:56 jimmy systemd[1]: Job systemd-fsck at dev-disk-by\x2duuid-4bf3512b\x2d3a52\x2d4b42\x2db5e1\x2dddbf53d0ce0d.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started File System Check on /dev/disk/by-uuid/4bf3512b-3a52-4b42-b5e1-ddbf53d0ce0d.
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13262 (bluetoothd)
Jan 14 11:26:56 jimmy systemd[1]: Child 13262 died (code=exited, status=1/FAILURE)
Jan 14 11:26:56 jimmy systemd[1]: Child 13262 belongs to bluetooth.service
Jan 14 11:26:56 jimmy systemd[1]: bluetooth.service: main process exited, code=exited, status=1/FAILURE
Jan 14 11:26:56 jimmy systemd[1]: bluetooth.service changed start -> stop-sigterm
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13267 (osspd)
Jan 14 11:26:56 jimmy systemd[1]: Got notification message for unit bluetooth.service
Jan 14 11:26:56 jimmy systemd[1]: bluetooth.service: Got notification message from PID 626, but reception only permitted for PID 0
Jan 14 11:26:56 jimmy systemd[1]: Got notification message for unit bluetooth.service
Jan 14 11:26:56 jimmy systemd[1]: bluetooth.service: Got notification message from PID 626, but reception only permitted for PID 0
Jan 14 11:26:56 jimmy systemd[1]: Child 13267 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13267 belongs to osspd.service
Jan 14 11:26:56 jimmy systemd[1]: osspd.service: control process exited, code=exited status=0
Jan 14 11:26:56 jimmy systemd[1]: osspd.service got final SIGCHLD for state start
Jan 14 11:26:56 jimmy systemd[1]: Main PID guessed: 285
Jan 14 11:26:56 jimmy systemd[1]: osspd.service changed start -> running
Jan 14 11:26:56 jimmy systemd[1]: Job osspd.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started OSS (Open Sound System) Proxy Daemon.
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13268 (osspd)
Jan 14 11:26:56 jimmy systemd[1]: Child 13268 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: ConditionPathExists=/sys/kernel/config failed for sys-kernel-config.mount.
Jan 14 11:26:56 jimmy systemd[1]: Starting of sys-kernel-config.mount requested but condition failed. Ignoring.
Jan 14 11:26:56 jimmy systemd[1]: Job sys-kernel-config.mount/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Mounted Configuration File System.
Jan 14 11:26:56 jimmy systemd[1]: Received name :1.122 in reply to Hello
Jan 14 11:26:56 jimmy systemd[1]: Successfully connected to system D-Bus bus 93d6e1d2152b80bf9dfef03352d50d65 as :1.122
Jan 14 11:26:56 jimmy systemd[1]: Successfully initialized API on the system bus
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameAcquired() on /org/freedesktop/DBus
Jan 14 11:26:56 jimmy systemd[1]: Timer elapsed on systemd-tmpfiles-clean.timer
Jan 14 11:26:56 jimmy systemd[1]: Trying to enqueue job systemd-tmpfiles-clean.service/start/replace
Jan 14 11:26:56 jimmy systemd[1]: Cannot add dependency job for unit fedora-storage-init-late.service, ignoring: Unit fedora-storage-init-late.service is masked.
Jan 14 11:26:56 jimmy systemd[1]: Cannot add dependency job for unit fedora-storage-init.service, ignoring: Unit fedora-storage-init.service is masked.
Jan 14 11:26:56 jimmy systemd[1]: Cannot add dependency job for unit fedora-readonly.service, ignoring: Unit fedora-readonly.service is masked.
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-tmpfiles-clean.service/start as 1523
Jan 14 11:26:56 jimmy systemd[1]: Enqueued job systemd-tmpfiles-clean.service/start as 1523
Jan 14 11:26:56 jimmy systemd[1]: systemd-tmpfiles-clean.timer changed waiting -> running
Jan 14 11:26:56 jimmy systemd[1]: ConditionDirectoryNotEmpty=|/run/tmpfiles.d succeeded for systemd-tmpfiles-clean.service.
Jan 14 11:26:56 jimmy systemd[1]: ConditionDirectoryNotEmpty=|/etc/tmpfiles.d succeeded for systemd-tmpfiles-clean.service.
Jan 14 11:26:56 jimmy systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/tmpfiles.d failed for systemd-tmpfiles-clean.service.
Jan 14 11:26:56 jimmy systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/tmpfiles.d succeeded for systemd-tmpfiles-clean.service.
Jan 14 11:26:56 jimmy systemd[1]: Starting Cleanup of Temporary Directories...
Jan 14 11:26:56 jimmy systemd[1]: About to execute: /usr/bin/systemd-tmpfiles --clean
Jan 14 11:26:56 jimmy systemd[1]: Forked /usr/bin/systemd-tmpfiles as 13285
Jan 14 11:26:56 jimmy systemd[1]: systemd-tmpfiles-clean.service changed dead -> start
Jan 14 11:26:56 jimmy systemd[13285]: Executing: /usr/bin/systemd-tmpfiles --clean
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd-journal[13225]: Journal started
Jan 14 11:26:56 jimmy bluetoothd[626]: Terminating
Jan 14 11:26:56 jimmy bluetoothd[626]: Endpoint unregistered: sender=:1.91 path=/MediaEndpoint/A2DPSink
Jan 14 11:26:56 jimmy bluetoothd[626]: Endpoint unregistered: sender=:1.91 path=/MediaEndpoint/A2DPSource
Jan 14 11:26:56 jimmy dbus[466]: [system] Rejected send message, 6 matched rules; type="error", sender=":1.91" (uid=603 pid=3750 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.16" (uid=0 pid=626 comm="/usr/libexec/bluetooth/bluetoothd ")
Jan 14 11:26:56 jimmy dbus[466]: [system] Rejected send message, 6 matched rules; type="error", sender=":1.91" (uid=603 pid=3750 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.16" (uid=0 pid=626 comm="/usr/libexec/bluetooth/bluetoothd ")
Jan 14 11:26:56 jimmy dbus[466]: [system] Rejected send message, 6 matched rules; type="error", sender=":1.91" (uid=603 pid=3750 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.16" (uid=0 pid=626 comm="/usr/libexec/bluetooth/bluetoothd ")
Jan 14 11:26:56 jimmy dbus[466]: [system] Rejected send message, 6 matched rules; type="error", sender=":1.91" (uid=603 pid=3750 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.16" (uid=0 pid=626 comm="/usr/libexec/bluetooth/bluetoothd ")
Jan 14 11:26:56 jimmy dbus[466]: [system] Rejected send message, 6 matched rules; type="method_return", sender=":1.107" (uid=603 pid=4019 comm="/usr/libexec/bluetooth/obexd ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.16" (uid=0 pid=626 comm="/usr/libexec/bluetooth/bluetoothd ")
Jan 14 11:26:56 jimmy dbus[466]: [system] Rejected send message, 6 matched rules; type="method_return", sender=":1.107" (uid=603 pid=4019 comm="/usr/libexec/bluetooth/obexd ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.16" (uid=0 pid=626 comm="/usr/libexec/bluetooth/bluetoothd ")
Jan 14 11:26:56 jimmy dbus[466]: [system] Rejected send message, 6 matched rules; type="method_return", sender=":1.107" (uid=603 pid=4019 comm="/usr/libexec/bluetooth/obexd ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.16" (uid=0 pid=626 comm="/usr/libexec/bluetooth/bluetoothd ")
Jan 14 11:26:56 jimmy dbus[466]: [system] Rejected send message, 6 matched rules; type="method_return", sender=":1.107" (uid=603 pid=4019 comm="/usr/libexec/bluetooth/obexd ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.16" (uid=0 pid=626 comm="/usr/libexec/bluetooth/bluetoothd ")
Jan 14 11:26:56 jimmy dbus[466]: [system] Rejected send message, 6 matched rules; type="method_return", sender=":1.107" (uid=603 pid=4019 comm="/usr/libexec/bluetooth/obexd ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.16" (uid=0 pid=626 comm="/usr/libexec/bluetooth/bluetoothd ")
Jan 14 11:26:56 jimmy dbus[466]: [system] Rejected send message, 6 matched rules; type="method_return", sender=":1.107" (uid=603 pid=4019 comm="/usr/libexec/bluetooth/obexd ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.16" (uid=0 pid=626 comm="/usr/libexec/bluetooth/bluetoothd ")
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Got notification message for unit systemd-journald.service
Jan 14 11:26:56 jimmy systemd[1]: systemd-journald.service: Got message
Jan 14 11:26:56 jimmy systemd[1]: systemd-journald.service: got STATUS=Processing requests...
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Manager.KillUnit() on /org/freedesktop/systemd1
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameAcquired() on /org/freedesktop/DBus
Jan 14 11:26:56 jimmy systemd[1]: Successfully acquired name.
Jan 14 11:26:56 jimmy systemd[1]: ModemManager.service's D-Bus name org.freedesktop.ModemManager1 now registered by org.freedesktop.ModemManager1
Jan 14 11:26:56 jimmy systemd[1]: NetworkManager.service's D-Bus name org.freedesktop.NetworkManager now registered by org.freedesktop.NetworkManager
Jan 14 11:26:56 jimmy systemd[1]: bluetooth.service's D-Bus name org.bluez now registered by org.bluez
Jan 14 11:26:56 jimmy systemd[1]: avahi-daemon.service's D-Bus name org.freedesktop.Avahi now registered by org.freedesktop.Avahi
Jan 14 11:26:56 jimmy systemd[1]: udisksd.service's D-Bus name org.freedesktop.UDisks now registered by org.freedesktop.UDisks
Jan 14 11:26:56 jimmy systemd[1]: systemd-logind.service's D-Bus name org.freedesktop.login1 now registered by org.freedesktop.login1
Jan 14 11:26:56 jimmy systemd[1]: upower.service's D-Bus name org.freedesktop.UPower now registered by org.freedesktop.UPower
Jan 14 11:26:56 jimmy systemd[1]: Received SIGCHLD from PID 13227 (systemctl).
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13227 (systemctl)
Jan 14 11:26:56 jimmy systemd[1]: Child 13227 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13227 belongs to systemd-journal-flush.service
Jan 14 11:26:56 jimmy systemd[1]: systemd-journal-flush.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: systemd-journal-flush.service changed start -> dead
Jan 14 11:26:56 jimmy systemd[1]: Job systemd-journal-flush.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13285 (systemd-tmpfile)
Jan 14 11:26:56 jimmy systemd[1]: Child 13285 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13285 belongs to systemd-tmpfiles-clean.service
Jan 14 11:26:56 jimmy systemd[1]: systemd-tmpfiles-clean.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: systemd-tmpfiles-clean.service changed start -> dead
Jan 14 11:26:56 jimmy systemd[1]: Job systemd-tmpfiles-clean.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Cleanup of Temporary Directories.
Jan 14 11:26:56 jimmy systemd[1]: systemd-tmpfiles-clean.timer got notified about unit deactivation.
Jan 14 11:26:56 jimmy systemd[1]: systemd-tmpfiles-clean.timer: Monotonic timer elapses in 23h 59min 59.982090s.
Jan 14 11:26:56 jimmy systemd[1]: systemd-tmpfiles-clean.timer changed running -> waiting
Jan 14 11:26:56 jimmy systemd[1]: systemd-tmpfiles-clean.timer: Monotonic timer elapses in 23h 59min 59.982036s.
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 626 (bluetoothd)
Jan 14 11:26:56 jimmy systemd[1]: Child 626 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: iptables.service: cgroup is empty
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus
Jan 14 11:26:56 jimmy systemd[1]: bluetooth.service's D-Bus name org.bluez no longer registered by :1.16
Jan 14 11:26:56 jimmy systemd[1]: Received SIGCHLD from PID 13285 (n/a).
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: bluetooth.service changed stop-sigterm -> failed
Jan 14 11:26:56 jimmy systemd[1]: Job bluetooth.service/start finished, result=failed
Jan 14 11:26:56 jimmy systemd[1]: Failed to start Bluetooth service.
Jan 14 11:26:56 jimmy systemd[1]: Unit bluetooth.service entered failed state.
Jan 14 11:26:56 jimmy systemd[1]: bluetooth.service: cgroup is empty
Jan 14 11:26:56 jimmy systemd[1]: bluetooth.target changed dead -> active
Jan 14 11:26:56 jimmy systemd[1]: Starting Bluetooth.
Jan 14 11:26:56 jimmy systemd[1]: Reached target Bluetooth.
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Job bluetooth.target/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy bluetoothd[626]: Stopping SDP server
Jan 14 11:26:56 jimmy bluetoothd[626]: Exit
Jan 14 11:26:56 jimmy systemd-journald[13225]: Received request to flush runtime journal from PID 1
Jan 14 11:26:56 jimmy gnome-session[3441]: Window manager warning: Log level 8: gtk_tree_path_get_depth: assertion 'path != NULL' failed
Jan 14 11:26:56 jimmy gnome-session[3441]: Window manager warning: Log level 8: gtk_tree_path_get_depth: assertion 'path != NULL' failed
Jan 14 11:26:56 jimmy gnome-session[3441]: Agent unregistration failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name :1.16 was not provided by any .service files 'g-dbus-error-quark'
Jan 14 11:26:56 jimmy kernel: EXT4-fs (sda2): re-mounted. Opts: (null)
Jan 14 11:26:56 jimmy systemd[1]: Received SIGCHLD from PID 13258 (systemd-remount).
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13258 (systemd-remount)
Jan 14 11:26:56 jimmy systemd[1]: Child 13258 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13258 belongs to systemd-remount-fs.service
Jan 14 11:26:56 jimmy systemd[1]: systemd-remount-fs.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: systemd-remount-fs.service changed start -> exited
Jan 14 11:26:56 jimmy systemd[1]: Job systemd-remount-fs.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Remount Root and Kernel File Systems.
Jan 14 11:26:56 jimmy systemd[1]: Closed jobs progress timerfd.
Jan 14 11:26:56 jimmy systemd[1]: Starting Load/Save Screen Backlight Brightness of acpi_video0...
Jan 14 11:26:56 jimmy systemd[1]: About to execute: /usr/lib/systemd/systemd-backlight load acpi_video0
Jan 14 11:26:56 jimmy systemd[13290]: Executing: /usr/lib/systemd/systemd-backlight load acpi_video0
Jan 14 11:26:56 jimmy systemd[1]: Forked /usr/lib/systemd/systemd-backlight as 13290
Jan 14 11:26:56 jimmy systemd[1]: systemd-backlight at acpi_video0.service changed dead -> start
Jan 14 11:26:56 jimmy systemd[1]: Starting Update UTMP about System Reboot/Shutdown...
Jan 14 11:26:56 jimmy systemd[1]: Forked /usr/lib/systemd/systemd-update-utmp as 13293
Jan 14 11:26:56 jimmy systemd[1]: About to execute: /usr/lib/systemd/systemd-update-utmp reboot
Jan 14 11:26:56 jimmy systemd[1]: systemd-update-utmp.service changed dead -> start
Jan 14 11:26:56 jimmy systemd[1]: Starting Local File Systems (Pre).
Jan 14 11:26:56 jimmy systemd[13293]: Executing: /usr/lib/systemd/systemd-update-utmp reboot
Jan 14 11:26:56 jimmy systemd[1]: local-fs-pre.target changed dead -> active
Jan 14 11:26:56 jimmy systemd[1]: Job local-fs-pre.target/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Starting Load/Save Random Seed...
Jan 14 11:26:56 jimmy systemd[1]: Reached target Local File Systems (Pre).
Jan 14 11:26:56 jimmy systemd[1]: About to execute: /usr/lib/systemd/systemd-random-seed load
Jan 14 11:26:56 jimmy systemd[1]: Forked /usr/lib/systemd/systemd-random-seed as 13295
Jan 14 11:26:56 jimmy systemd[13295]: Executing: /usr/lib/systemd/systemd-random-seed load
Jan 14 11:26:56 jimmy systemd[1]: systemd-random-seed.service changed dead -> start
Jan 14 11:26:56 jimmy systemd[1]: Set up jobs progress timerfd.
Jan 14 11:26:56 jimmy systemd[1]: Received SIGCHLD from PID 13290 (systemd-backlig).
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13290 (systemd-backlig)
Jan 14 11:26:56 jimmy systemd[1]: Child 13290 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: systemd-backlight at acpi_video0.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: systemd-backlight at acpi_video0.service changed start -> exited
Jan 14 11:26:56 jimmy systemd[1]: Job systemd-backlight at acpi_video0.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Load/Save Screen Backlight Brightness of acpi_video0.
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13295 (systemd-random-)
Jan 14 11:26:56 jimmy systemd[1]: Child 13295 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13290 belongs to systemd-backlight at acpi_video0.service
Jan 14 11:26:56 jimmy systemd[1]: Child 13295 belongs to systemd-random-seed.service
Jan 14 11:26:56 jimmy systemd[1]: systemd-random-seed.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: systemd-random-seed.service changed start -> exited
Jan 14 11:26:56 jimmy systemd[1]: Job systemd-random-seed.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Started Load/Save Random Seed.
Jan 14 11:26:56 jimmy systemd[1]: Trying to enqueue job systemd-backlight at acpi_video0.service/start/replace
Jan 14 11:26:56 jimmy systemd[1]: Installed new job systemd-backlight at acpi_video0.service/start as 1553
Jan 14 11:26:56 jimmy systemd[1]: Enqueued job systemd-backlight at acpi_video0.service/start as 1553
Jan 14 11:26:56 jimmy systemd[1]: Job systemd-backlight at acpi_video0.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Started Load/Save Screen Backlight Brightness of acpi_video0.
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Properties.Get() on /org/freedesktop/systemd1
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Received SIGCHLD from PID 13293 (systemd-update-).
Jan 14 11:26:56 jimmy systemd[1]: Got SIGCHLD for process 13293 (systemd-update-)
Jan 14 11:26:56 jimmy systemd[1]: Child 13293 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:56 jimmy systemd[1]: Child 13293 belongs to systemd-update-utmp.service
Jan 14 11:26:56 jimmy systemd[1]: systemd-update-utmp.service: main process exited, code=exited, status=0/SUCCESS
Jan 14 11:26:56 jimmy systemd[1]: systemd-update-utmp.service changed start -> exited
Jan 14 11:26:56 jimmy systemd[1]: Job systemd-update-utmp.service/start finished, result=done
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Started Update UTMP about System Reboot/Shutdown.
Jan 14 11:26:56 jimmy systemd[1]: Closed jobs progress timerfd.
Jan 14 11:26:56 jimmy systemd[1]: Closed idle_pipe watch.
Jan 14 11:26:56 jimmy systemd[1]: Accepted connection on private bus.
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
Jan 14 11:26:56 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
Jan 14 11:26:57 jimmy anacron[6147]: Job `cron.daily' terminated
Jan 14 11:26:57 jimmy anacron[6147]: Normal exit (1 job run)
Jan 14 11:26:57 jimmy systemd[1]: Received SIGCHLD from PID 6147 (anacron).
Jan 14 11:26:57 jimmy systemd[1]: Got SIGCHLD for process 6147 (anacron)
Jan 14 11:26:57 jimmy systemd[1]: Child 6147 died (code=exited, status=0/SUCCESS)
Jan 14 11:26:58 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:26:58 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:27:04 jimmy gnome-session[3441]: :451}],[{"f":7,"lc":["video_rtp","local","udp","192.168.112.114:48155"],"rb":223245356,"rbs":168253,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":50,"sb":23689760,"sbs":24129}]],{"cpu":90,"cpus":4,"tcpu":250,"v":2}]
Jan 14 11:27:08 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:27:08 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:27:14 jimmy gnome-session[3441]: .114:48155"],"rb":225452702,"rbs":195874,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":50,"sb":23956003,"sbs":27273}]],{"cpu":98,"cpus":4,"tcpu":207,"v":2}]
Jan 14 11:27:18 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:27:18 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:27:24 jimmy gnome-session[3441]: 14:48155"],"rb":227729321,"rbs":230214,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":47,"sb":24208278,"sbs":23572}]],{"cpu":97,"cpus":4,"tcpu":203,"v":2}]
Jan 14 11:27:28 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:27:28 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:27:34 jimmy gnome-session[3441]: ,"192.168.112.114:48155"],"rb":230025255,"rbs":236173,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":54,"sb":24458851,"sbs":24055}]],{"cpu":103,"cpus":4,"tcpu":212,"v":2}]
Jan 14 11:27:38 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:27:38 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:27:44 jimmy gnome-session[3441]: "local","udp","192.168.112.114:48155"],"rb":232225638,"rbs":213469,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":55,"sb":24672405,"sbs":18897}]],{"cpu":111,"cpus":4,"tcpu":218,"v":2}]
Jan 14 11:27:48 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:27:48 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:27:54 jimmy gnome-session[3441]: 192.168.112.114:48155"],"rb":234368820,"rbs":214530,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":48,"sb":24817665,"sbs":12662}]],{"cpu":106,"cpus":4,"tcpu":203,"v":2}]
Jan 14 11:27:58 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:27:58 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:28:04 jimmy gnome-session[3441]: ":236605406,"rbs":226128,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":47,"sb":24963407,"sbs":15590}]],{"cpu":110,"cpus":4,"tcpu":208,"v":2}]
Jan 14 11:28:08 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:28:08 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:28:14 jimmy gnome-session[3441]: 2.114:48155"],"rb":238819296,"rbs":216823,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":51,"sb":25128452,"sbs":17515}]],{"cpu":109,"cpus":4,"tcpu":206,"v":2}]
Jan 14 11:28:18 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:28:18 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:28:24 jimmy gnome-session[3441]: local","udp","192.168.112.114:48155"],"rb":241000879,"rbs":219314,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":49,"sb":25287592,"sbs":13079}]],{"cpu":112,"cpus":4,"tcpu":195,"v":2}]
Jan 14 11:28:28 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:28:28 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:28:34 jimmy gnome-session[3441]: 43161401,"rbs":218565,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":52,"sb":25431634,"sbs":13702}]],{"cpu":116,"cpus":4,"tcpu":200,"v":2}]
Jan 14 11:28:38 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:28:38 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:28:44 jimmy gnome-session[3441]: ,"192.168.112.114:48155"],"rb":245227259,"rbs":207587,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":59,"sb":25571472,"sbs":13246}]],{"cpu":118,"cpus":4,"tcpu":195,"v":2}]
Jan 14 11:28:48 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:28:48 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:28:54 jimmy gnome-session[3441]: 5"],"rb":247232782,"rbs":197829,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":55,"sb":25663469,"sbs":7786}]],{"cpu":114,"cpus":4,"tcpu":196,"v":2}]
Jan 14 11:28:58 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:28:58 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:29:04 jimmy gnome-session[3441]: "],"rb":249201794,"rbs":193614,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":47,"sb":25749503,"sbs":8522}]],{"cpu":114,"cpus":4,"tcpu":197,"v":2}]
Jan 14 11:29:08 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:29:08 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:29:14 jimmy gnome-session[3441]: 844,"rbs":188784,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":51,"sb":25847499,"sbs":10372}]],{"cpu":115,"cpus":4,"tcpu":194,"v":2}]
Jan 14 11:29:18 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:29:18 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:29:24 jimmy gnome-session[3441]: 55"],"rb":252966372,"rbs":181332,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":50,"sb":25961372,"sbs":11664}]],{"cpu":118,"cpus":4,"tcpu":198,"v":2}]
Jan 14 11:29:28 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:29:28 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:29:34 jimmy gnome-session[3441]: tp","local","udp","192.168.112.114:48155"],"rb":254716517,"rbs":175666,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":65,"sb":26080370,"sbs":12685}]],{"cpu":114,"cpus":4,"tcpu":197,"v":2}]
Jan 14 11:29:38 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:29:38 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:29:44 jimmy gnome-session[3441]: 256408686,"rbs":168158,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":59,"sb":26182831,"sbs":10751}]],{"cpu":112,"cpus":4,"tcpu":199,"v":2}]
Jan 14 11:29:44 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus
Jan 14 11:29:44 jimmy systemd[1]: Received SIGCHLD from PID 4030 (python).
Jan 14 11:29:44 jimmy systemd[1]: Got SIGCHLD for process 4030 (python)
Jan 14 11:29:44 jimmy systemd[1]: Child 4030 died (code=exited, status=1/FAILURE)
Jan 14 11:29:44 jimmy systemd[1]: Received SIGCHLD from PID 4029 (python).
Jan 14 11:29:44 jimmy systemd[1]: Got SIGCHLD for process 4029 (python)
Jan 14 11:29:44 jimmy systemd[1]: Child 4029 died (code=exited, status=0/SUCCESS)
Jan 14 11:29:48 jimmy systemd-journald[13225]: File /var/log/journal/6cb2a4b2bd6df042e57da8a4000001d4/user-603.journal corrupted or uncleanly shut down, renaming and replacing.
Jan 14 11:29:48 jimmy mgaapplet[3946]: Launching MageiaUpdate
Jan 14 11:29:48 jimmy mgaapplet[3946]: running: MageiaUpdate --no-media-update --no-confirmation --no-splash
Jan 14 11:29:48 jimmy systemd[1]: Incoming traffic on dbus.socket
Jan 14 11:29:48 jimmy systemd[1]: Trying to enqueue job dbus.service/start/replace
Jan 14 11:29:48 jimmy systemd[1]: Cannot add dependency job for unit fedora-storage-init-late.service, ignoring: Unit fedora-storage-init-late.service is masked.
Jan 14 11:29:48 jimmy systemd[1]: Cannot add dependency job for unit fedora-storage-init.service, ignoring: Unit fedora-storage-init.service is masked.
Jan 14 11:29:48 jimmy systemd[1]: Cannot add dependency job for unit mdmonitor-takeover.service, ignoring: Unit mdmonitor-takeover.service failed to load: No such file or directory.
Jan 14 11:29:48 jimmy systemd[1]: Cannot add dependency job for unit lvm2-lvmetad.socket, ignoring: Unit lvm2-lvmetad.socket failed to load: No such file or directory.
Jan 14 11:29:48 jimmy systemd[1]: Cannot add dependency job for unit mandriva-everytime.service, ignoring: Unit mandriva-everytime.service is masked.
Jan 14 11:29:48 jimmy systemd[1]: Cannot add dependency job for unit mandriva-save-dmesg.service, ignoring: Unit mandriva-save-dmesg.service is masked.
Jan 14 11:29:48 jimmy systemd[1]: Installed new job dbus.service/start as 1559
Jan 14 11:29:48 jimmy systemd[1]: Enqueued job dbus.service/start as 1559
Jan 14 11:29:48 jimmy systemd[1]: Cannot add dependency job for unit fedora-readonly.service, ignoring: Unit fedora-readonly.service is masked.
Jan 14 11:29:48 jimmy systemd[1]: dbus.socket changed listening -> running
Jan 14 11:29:48 jimmy systemd[1]: Starting D-Bus System Message Bus...
Jan 14 11:29:48 jimmy systemd[1]: About to execute: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
Jan 14 11:29:48 jimmy systemd[1]: Forked /usr/bin/dbus-daemon as 13323
Jan 14 11:29:48 jimmy systemd[1]: dbus.service changed dead -> running
Jan 14 11:29:48 jimmy systemd[1]: Job dbus.service/start finished, result=done
Jan 14 11:29:48 jimmy systemd[13323]: Executing: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
Jan 14 11:29:48 jimmy systemd[1]: Started D-Bus System Message Bus.
Jan 14 11:29:48 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus
Jan 14 11:29:48 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:29:48 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:29:52 jimmy polkit-agent-helper-1[13326]: pam_tcb(polkit-1:auth): Authentication passed for colin from colin(uid=603)
Jan 14 11:29:52 jimmy dbus[13323]: [system] Activating systemd to hand-off: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Jan 14 11:29:54 jimmy gnome-session[3441]: 155"],"rb":258037232,"rbs":165525,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":57,"sb":26280093,"sbs":8259}]],{"cpu":113,"cpus":4,"tcpu":212,"v":2}]
Jan 14 11:29:58 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:29:58 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:30:04 jimmy gnome-session[3441]: 8155"],"rb":259567028,"rbs":146902,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":45,"sb":26362801,"sbs":7558}]],{"cpu":109,"cpus":4,"tcpu":202,"v":2}]
Jan 14 11:30:08 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:30:08 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:30:12 jimmy polkitd[531]: Operator of unix-session:1 FAILED to authenticate to gain authorization for action org.mageia.drakrpm-update.pkexec.run for unix-process:3946:1795 [/usr/bin/perl /usr/bin/mgaapplet] (owned by unix-user:colin)
Jan 14 11:30:12 jimmy pkexec[13322]: colin: Error executing command as another user: Request dismissed [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/libexec/drakrpm-update --no-media-update --no-confirmation --no-splash]
Jan 14 11:30:12 jimmy gnome-session[3441]: Error executing command as another user: Request dismissed
Jan 14 11:30:12 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus
Jan 14 11:30:12 jimmy mgaapplet[3946]: Computing new updates...
Jan 14 11:30:12 jimmy mgaapplet[3946]: running: mgaapplet-update-checker
Jan 14 11:30:12 jimmy mgaapplet-update-checker[13336]: ### Program is starting ###
Jan 14 11:30:12 jimmy systemd[1]: Received SIGCHLD from PID 13340 (mgaapplet-updat).
Jan 14 11:30:12 jimmy systemd[1]: Got SIGCHLD for process 13340 (mgaapplet-updat)
Jan 14 11:30:12 jimmy systemd[1]: Child 13340 died (code=exited, status=0/SUCCESS)
Jan 14 11:30:12 jimmy gnome-session[3441]: Subroutine Gtk3::main redefined at /usr/lib/perl5/vendor_perl/5.18.1/Gtk3.pm line 296.
Jan 14 11:30:13 jimmy gnome-session[3441]: getting exclusive lock on urpmi
Jan 14 11:30:13 jimmy gnome-session[3441]: unlocking urpmi database
Jan 14 11:30:13 jimmy mgaapplet-update-checker[13336]: running: urpmi.update -a
Jan 14 11:30:13 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus
Jan 14 11:30:13 jimmy pkexec[13342]: pam_systemd(polkit-1:session): pam-systemd initializing
Jan 14 11:30:13 jimmy pkexec[13342]: pam_systemd(polkit-1:session): Asking logind to create session: uid=0 pid=13342 service=polkit-1 type=unspecified class=background seat= vtnr=0 tty= display= remote=no remote_user= remote_host=
Jan 14 11:30:13 jimmy dbus[13323]: [system] Activating systemd to hand-off: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service'
Jan 14 11:30:14 jimmy gnome-session[3441]: ","local","udp","74.125.132.127:19305"],"rtt":53,"sb":26455986,"sbs":9373}]],{"cpu":111,"cpus":4,"tcpu":205,"v":2}]
Jan 14 11:30:17 jimmy dbus[13323]: [system] Failed to activate service 'org.freedesktop.PolicyKit1': timed out
Jan 14 11:30:17 jimmy dbus[13323]: [system] Failed to activate service 'org.freedesktop.systemd1': timed out
Jan 14 11:30:18 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:30:18 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:30:24 jimmy gnome-session[3441]: 17,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":45,"sb":26538006,"sbs":7854}]],{"cpu":107,"cpus":4,"tcpu":195,"v":2}]
Jan 14 11:30:28 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:30:28 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:30:34 jimmy gnome-session[3441]: :263851742,"rbs":139774,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":44,"sb":26656048,"sbs":14195}]],{"cpu":115,"cpus":4,"tcpu":204,"v":2}]
Jan 14 11:30:38 jimmy dbus[13323]: [system] Failed to activate service 'org.freedesktop.login1': timed out
Jan 14 11:30:38 jimmy pkexec[13342]: pam_systemd(polkit-1:session): Failed to create session: Activation of org.freedesktop.login1 timed out
Jan 14 11:30:38 jimmy pkexec[13342]: pam_tcb(polkit-1:session): Session opened for root by colin(uid=603)
Jan 14 11:30:38 jimmy pkexec[13342]: colin: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/libexec/urpmi.update -a]
Jan 14 11:30:38 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus
Jan 14 11:30:38 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:30:38 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:30:44 jimmy gnome-session[3441]: 5148361,"rbs":126401,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":44,"sb":26806642,"sbs":16270}]],{"cpu":112,"cpus":4,"tcpu":197,"v":2}]
Jan 14 11:30:48 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:30:48 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:30:50 jimmy gnome-session[3441]: http://127.0.0.1/mageia/distrib/cauldron/x86_64/media/core/release/media_info/20140114-111247-synthesis.hdlist.cz
Jan 14 11:30:50 jimmy gnome-session[3441]: [1.2K blob data]
Jan 14 11:30:50 jimmy gnome-session[3441]: updated medium "CoreRelease-64"
Jan 14 11:30:51 jimmy gnome-session[3441]: medium "TaintedRelease-64" is up-to-date
Jan 14 11:30:54 jimmy gnome-session[3441]: 55"],"rb":266371290,"rbs":120076,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":46,"sb":26987045,"sbs":18449}]],{"cpu":111,"cpus":4,"tcpu":201,"v":2}]
Jan 14 11:30:58 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:30:58 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:31:02 jimmy gnome-session[3441]: http://127.0.0.1/mageia/distrib/cauldron/i586/media/core/release/media_info/20140114-111101-synthesis.hdlist.cz
Jan 14 11:31:02 jimmy gnome-session[3441]: [1.2K blob data]
Jan 14 11:31:02 jimmy gnome-session[3441]: updated medium "CoreRelease-32"
Jan 14 11:31:03 jimmy gnome-session[3441]: medium "TaintedRelease-32" is up-to-date
Jan 14 11:31:04 jimmy gnome-session[3441]: 48155"],"rb":267543387,"rbs":105069,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":46,"sb":27226253,"sbs":25969}]],{"cpu":115,"cpus":4,"tcpu":200,"v":2}]
Jan 14 11:31:05 jimmy gnome-session[3441]: http://127.0.0.1/mageia/distrib/cauldron/x86_64/media/debug/core/release/media_info/20140114-104108-synthesis.hdlist.cz
Jan 14 11:31:05 jimmy gnome-session[3441]: [429B blob data]
Jan 14 11:31:06 jimmy gnome-session[3441]: medium "NonFreeRelease-32" is up-to-date
Jan 14 11:31:07 jimmy gnome-session[3441]: medium "NonFreeRelease-64" is up-to-date
Jan 14 11:31:07 jimmy gnome-session[3441]: medium "TaintedRelease-Debug64" is up-to-date
Jan 14 11:31:08 jimmy gnome-session[3441]: >> need_restart=, updates=maven-3.1.0-14.mga4.noarch, icewm-i18n-1.3.7-12.mga4.noarch, xdg-compliance-autostart-0.1-7.mga4.x86_64, xdg-compliance-0.1-7.mga4.x86_64, icewm-light-1.3.7-12.mga4.x86_64, xdg-compliance-menu-0.1-7.mga4.x86_64
Jan 14 11:31:08 jimmy mgaapplet[3946]: Checking... Updates are available
Jan 14 11:31:08 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:31:08 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:31:14 jimmy gnome-session[3441]: ,"udp","74.125.132.127:19305"],"rtt":47,"sb":27536323,"sbs":35179}]],{"cpu":106,"cpus":4,"tcpu":212,"v":2}]
Jan 14 11:31:14 jimmy mgaapplet[3946]: Launching MageiaUpdate
Jan 14 11:31:14 jimmy mgaapplet[3946]: running: MageiaUpdate --no-media-update --no-confirmation --no-splash
Jan 14 11:31:15 jimmy dbus[13323]: [system] Activating systemd to hand-off: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Jan 14 11:31:18 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:31:18 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:31:24 jimmy gnome-session[3441]: 990,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":52,"sb":28001146,"sbs":50850}]],{"cpu":112,"cpus":4,"tcpu":204,"v":2}]
Jan 14 11:31:28 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:31:28 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:31:34 jimmy gnome-session[3441]: 696691,"rbs":95278,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":47,"sb":28498085,"sbs":48024}]],{"cpu":115,"cpus":4,"tcpu":193,"v":2}]
Jan 14 11:31:38 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:31:38 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:31:40 jimmy gnome-session[3441]: Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached
Jan 14 11:31:40 jimmy dbus[13323]: [system] Failed to activate service 'org.freedesktop.PolicyKit1': timed out
Jan 14 11:31:40 jimmy dbus[13323]: [system] Failed to activate service 'org.freedesktop.systemd1': timed out
Jan 14 11:31:40 jimmy mgaapplet[3946]: Computing new updates...
Jan 14 11:31:40 jimmy mgaapplet[3946]: running: mgaapplet-update-checker
Jan 14 11:31:40 jimmy mgaapplet-update-checker[13454]: ### Program is starting ###
Jan 14 11:31:40 jimmy systemd[1]: Received SIGCHLD from PID 13458 (mgaapplet-updat).
Jan 14 11:31:40 jimmy systemd[1]: Got SIGCHLD for process 13458 (mgaapplet-updat)
Jan 14 11:31:40 jimmy systemd[1]: Child 13458 died (code=exited, status=0/SUCCESS)
Jan 14 11:31:40 jimmy gnome-session[3441]: Subroutine Gtk3::main redefined at /usr/lib/perl5/vendor_perl/5.18.1/Gtk3.pm line 296.
Jan 14 11:31:40 jimmy gnome-session[3441]: getting exclusive lock on urpmi
Jan 14 11:31:40 jimmy gnome-session[3441]: unlocking urpmi database
Jan 14 11:31:40 jimmy mgaapplet-update-checker[13454]: running: urpmi.update -a
Jan 14 11:31:40 jimmy dbus[13323]: [system] Activating systemd to hand-off: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Jan 14 11:31:44 jimmy gnome-session[3441]: video_rtp","local","udp","74.125.132.127:19305"],"rtt":46,"sb":28974272,"sbs":49473}]],{"cpu":112,"cpus":4,"tcpu":202,"v":2}]
Jan 14 11:31:48 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:31:48 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:31:49 jimmy sensord[506]: Chip: acpitz-virtual-0
Jan 14 11:31:49 jimmy sensord[506]: Adapter: Virtual device
Jan 14 11:31:49 jimmy sensord[506]: temp1: 79.0 C
Jan 14 11:31:49 jimmy sensord[506]: temp2: 79.0 C
Jan 14 11:31:49 jimmy sensord[506]: Adapter: ISA adapter
Jan 14 11:31:49 jimmy sensord[506]: Chip: coretemp-isa-0000
Jan 14 11:31:49 jimmy sensord[506]: Physical id 0: 76.0 C
Jan 14 11:31:49 jimmy sensord[506]: Core 0: 76.0 C
Jan 14 11:31:49 jimmy sensord[506]: Core 1: 75.0 C
Jan 14 11:31:49 jimmy sensord[506]: Adapter: Virtual device
Jan 14 11:31:49 jimmy sensord[506]: Chip: pkg-temp-0-virtual-0
Jan 14 11:31:49 jimmy sensord[506]: temp1: 76.0 C
Jan 14 11:31:54 jimmy gnome-session[3441]: 11966,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":52,"sb":29366826,"sbs":27126}]],{"cpu":113,"cpus":4,"tcpu":198,"v":2}]
Jan 14 11:31:58 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:31:58 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:32:04 jimmy gnome-session[3441]: 14:48155"],"rb":274915182,"rbs":241027,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":46,"sb":29633102,"sbs":25724}]],{"cpu":112,"cpus":4,"tcpu":203,"v":2}]
Jan 14 11:32:05 jimmy dbus[13323]: [system] Failed to activate service 'org.freedesktop.PolicyKit1': timed out
Jan 14 11:32:05 jimmy dbus[13323]: [system] Failed to activate service 'org.freedesktop.systemd1': timed out
Jan 14 11:32:05 jimmy gnome-session[3441]: Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Activation of org.freedesktop.PolicyKit1 timed out
Jan 14 11:32:07 jimmy gnome-session[3441]: >> need_restart=, updates=maven-3.1.0-14.mga4.noarch, xdg-compliance-0.1-7.mga4.x86_64, xdg-compliance-autostart-0.1-7.mga4.x86_64, xdg-compliance-menu-0.1-7.mga4.x86_64, icewm-i18n-1.3.7-12.mga4.noarch, icewm-light-1.3.7-12.mga4.x86_64
Jan 14 11:32:07 jimmy mgaapplet[3946]: Checking... Updates are available
Jan 14 11:32:08 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:32:08 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:32:14 jimmy gnome-session[3441]: 155"],"rb":277238059,"rbs":231029,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":50,"sb":29882992,"sbs":20802}]],{"cpu":108,"cpus":4,"tcpu":209,"v":2}]
Jan 14 11:32:18 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:32:18 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:32:24 jimmy gnome-session[3441]: ","local","udp","192.168.112.114:48155"],"rb":279389281,"rbs":244691,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":51,"sb":30078843,"sbs":20996}]],{"cpu":115,"cpus":4,"tcpu":207,"v":2}]
Jan 14 11:32:29 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:32:29 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:32:34 jimmy gnome-session[3441]: 2.168.112.114:48155"],"rb":281696595,"rbs":239880,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":49,"sb":30298530,"sbs":22845}]],{"cpu":118,"cpus":4,"tcpu":200,"v":2}]
Jan 14 11:32:39 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:32:39 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:32:44 jimmy gnome-session[3441]: 2.114:48155"],"rb":284012311,"rbs":234718,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":51,"sb":30514193,"sbs":21840}]],{"cpu":112,"cpus":4,"tcpu":197,"v":2}]
Jan 14 11:32:49 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:32:49 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:32:54 jimmy gnome-session[3441]: "lc":["video_rtp","local","udp","192.168.112.114:48155"],"rb":286208967,"rbs":195780,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":48,"sb":30755618,"sbs":25735}]],{"cpu":114,"cpus":4,"tcpu":191,"v":2}]
Jan 14 11:32:59 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:32:59 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:33:04 jimmy gnome-session[3441]: 92.168.112.114:48155"],"rb":287777147,"rbs":164402,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":48,"sb":31017343,"sbs":27599}]],{"cpu":112,"cpus":4,"tcpu":201,"v":2}]
Jan 14 11:33:09 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:33:09 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:33:14 jimmy gnome-session[3441]: ocal","udp","192.168.112.114:48155"],"rb":289516697,"rbs":183465,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":45,"sb":31387414,"sbs":41209}]],{"cpu":103,"cpus":4,"tcpu":223,"v":2}]
Jan 14 11:33:19 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:33:19 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:33:24 jimmy gnome-session[3441]: tp","local","udp","192.168.112.114:48155"],"rb":291355496,"rbs":185581,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":51,"sb":31864755,"sbs":51015}]],{"cpu":106,"cpus":4,"tcpu":225,"v":2}]
Jan 14 11:33:29 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:33:29 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:33:34 jimmy gnome-session[3441]: 112.114:48155"],"rb":293446608,"rbs":213031,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":47,"sb":32300019,"sbs":42629}]],{"cpu":105,"cpus":4,"tcpu":216,"v":2}]
Jan 14 11:33:39 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:33:39 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:33:44 jimmy gnome-session[3441]: _rtp","local","udp","192.168.112.114:48155"],"rb":295571059,"rbs":205651,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":53,"sb":32685532,"sbs":35554}]],{"cpu":110,"cpus":4,"tcpu":211,"v":2}]
Jan 14 11:33:49 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:33:49 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:33:54 jimmy gnome-session[3441]: 297564973,"rbs":197322,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":61,"sb":32968788,"sbs":26253}]],{"cpu":111,"cpus":4,"tcpu":211,"v":2}]
Jan 14 11:33:59 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:33:59 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:34:04 jimmy gnome-session[3441]: p","192.168.112.114:48155"],"rb":299520933,"rbs":199623,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":49,"sb":33179637,"sbs":20427}]],{"cpu":111,"cpus":4,"tcpu":213,"v":2}]
Jan 14 11:34:09 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:34:09 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:34:14 jimmy gnome-session[3441]: local","udp","192.168.112.114:48155"],"rb":301407849,"rbs":168127,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":49,"sb":33381818,"sbs":19708}]],{"cpu":110,"cpus":4,"tcpu":214,"v":2}]
Jan 14 11:34:19 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:34:19 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:34:24 jimmy gnome-session[3441]: 14:48155"],"rb":303262645,"rbs":170673,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":54,"sb":33548582,"sbs":17260}]],{"cpu":112,"cpus":4,"tcpu":222,"v":2}]
Jan 14 11:34:29 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:34:29 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:34:34 jimmy gnome-session[3441]: ideo_rtp","local","udp","74.125.132.127:19305"],"rtt":46,"sb":33722475,"sbs":18813}]],{"cpu":109,"cpus":4,"tcpu":213,"v":2}]
Jan 14 11:34:39 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:34:39 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:34:44 jimmy gnome-session[3441]: rtp","local","udp","192.168.112.114:48155"],"rb":307044718,"rbs":200338,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":45,"sb":33926165,"sbs":20874}]],{"cpu":110,"cpus":4,"tcpu":212,"v":2}]
Jan 14 11:34:49 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:34:49 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:34:54 jimmy gnome-session[3441]: "rb":308949049,"rbs":182716,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":49,"sb":34146070,"sbs":19952}]],{"cpu":113,"cpus":4,"tcpu":201,"v":2}]
Jan 14 11:34:59 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:34:59 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:35:04 jimmy gnome-session[3441]: 4:48155"],"rb":310743841,"rbs":189099,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":49,"sb":34345831,"sbs":21796}]],{"cpu":109,"cpus":4,"tcpu":203,"v":2}]
Jan 14 11:35:09 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:35:09 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:35:14 jimmy gnome-session[3441]: 312593443,"rbs":192093,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":50,"sb":34563089,"sbs":22943}]],{"cpu":110,"cpus":4,"tcpu":202,"v":2}]
Jan 14 11:35:19 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:35:19 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:35:24 jimmy gnome-session[3441]: ,"rb":314526889,"rbs":172661,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":65,"sb":34813743,"sbs":24555}]],{"cpu":113,"cpus":4,"tcpu":219,"v":2}]
Jan 14 11:35:29 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:35:29 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:35:34 jimmy gnome-session[3441]: b":316443009,"rbs":189051,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":52,"sb":35011873,"sbs":22462}]],{"cpu":113,"cpus":4,"tcpu":216,"v":2}]
Jan 14 11:35:39 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:35:39 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:35:44 jimmy gnome-session[3441]: :48155"],"rb":318276332,"rbs":179240,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":55,"sb":35267013,"sbs":26326}]],{"cpu":109,"cpus":4,"tcpu":208,"v":2}]
Jan 14 11:35:49 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:35:49 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:35:54 jimmy gnome-session[3441]: ,"192.168.112.114:48155"],"rb":320030703,"rbs":173018,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":46,"sb":35513722,"sbs":23556}]],{"cpu":110,"cpus":4,"tcpu":202,"v":2}]
Jan 14 11:35:59 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:35:59 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:36:04 jimmy gnome-session[3441]: ,"rb":321705011,"rbs":170149,"rc":["video_rtp","local","udp","74.125.132.127:19305"],"rtt":53,"sb":35777493,"sbs":27626}]],{"cpu":104,"cpus":4,"tcpu":195,"v":2}]
Jan 14 11:36:05 jimmy gnome-session[3441]: [1740:203] [o1d6215-20] Shutting down instance.
Jan 14 11:36:05 jimmy gnome-session[3441]: [1740:203] [o1d6215-20] Client disconnected.
Jan 14 11:36:05 jimmy gnome-session[3441]: [1740:205] [o1d6215-19] Shutting down instance.
Jan 14 11:36:05 jimmy gnome-session[3441]: [1740:205] [o1d6215-19] Attached client while shutting down; sending shutdown notification.
Jan 14 11:36:05 jimmy gnome-session[3441]: [1740:205] [o1d6215-19] Client disconnected.
Jan 14 11:36:06 jimmy gnome-session[3441]: [1740:784] [o1d6215-18] Shutting down instance.
Jan 14 11:36:06 jimmy gnome-session[3441]: [1740:785] [o1d6215-18] Client disconnected.
Jan 14 11:36:06 jimmy gnome-session[3441]: [1740:785] [o1d6215-17] Shutting down instance.
Jan 14 11:36:06 jimmy gnome-session[3441]: [1740:785] [o1d6215-17] Attached client while shutting down; sending shutdown notification.
Jan 14 11:36:06 jimmy gnome-session[3441]: [1740:785] [o1d6215-17] Client disconnected.
Jan 14 11:36:09 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:36:09 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:36:15 jimmy gnome-session[3441]: [1749:870] [o1d6215-14] Shutting down instance.
Jan 14 11:36:15 jimmy gnome-session[3441]: [1749:870] [o1d6215-14] Client disconnected.
Jan 14 11:36:15 jimmy gnome-session[3441]: [1749:871] [o1d6215-13] Shutting down instance.
Jan 14 11:36:15 jimmy gnome-session[3441]: [1749:871] [o1d6215-13] Attached client while shutting down; sending shutdown notification.
Jan 14 11:36:15 jimmy gnome-session[3441]: [1749:871] [o1d6215-13] Client disconnected.
Jan 14 11:36:19 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:36:19 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:36:29 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:36:29 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:36:39 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:36:39 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:36:49 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:36:49 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:36:59 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:36:59 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:37:08 jimmy gnome-session[3441]: [1802:531] [o1d6215-6] Shutting down instance.
Jan 14 11:37:08 jimmy gnome-session[3441]: [1802:531] [o1d6215-6] Attached client while shutting down; sending shutdown notification.
Jan 14 11:37:08 jimmy gnome-session[3441]: [1802:532] [o1d6215-6] Client disconnected.
Jan 14 11:37:08 jimmy gnome-session[3441]: [1802:534] [o1d6215-5] Shutting down instance.
Jan 14 11:37:08 jimmy gnome-session[3441]: [1802:534] [o1d6215-5] Attached client while shutting down; sending shutdown notification.
Jan 14 11:37:08 jimmy gnome-session[3441]: [1802:534] [o1d6215-5] Client disconnected.
Jan 14 11:37:08 jimmy gnome-session[3441]: [1803:229] Error(naclhelpers.cc:170): nacl::ReceiveMessage failed : Connection reset by peer
Jan 14 11:37:08 jimmy gnome-session[3441]: [1803:229] Error(flutemessagelistener.cc:316): [o1d6215-3] Failure to receive datagrams.
Jan 14 11:37:08 jimmy gnome-session[3441]: [1803:229] Error(naclhelpers.cc:170): nacl::ReceiveMessage failed : Connection reset by peer
Jan 14 11:37:08 jimmy gnome-session[3441]: [1803:230] Error(flutemessagelistener.cc:316): [o1d6215-9] Failure to receive datagrams.
Jan 14 11:37:08 jimmy gnome-session[3441]: [1803:263] [o1d6215-3] Client disconnected.
Jan 14 11:37:08 jimmy gnome-session[3441]: [1803:263] Created new pool buffer at 0x7f779a1bb000, 230400 bytes
Jan 14 11:37:08 jimmy gnome-session[3441]: [1803:263] Error(naclhelpers.cc:62): nacl::SendDatagram failed : Broken pipe
Jan 14 11:37:08 jimmy gnome-session[3441]: [1803:263] [o1d6215-9] Client disconnected.
Jan 14 11:37:08 jimmy gnome-session[3441]: [1803:264] Created new pool buffer at 0x7f7799c00000, 2073600 bytes
Jan 14 11:37:08 jimmy gnome-session[3441]: [1803:265] Error(naclhelpers.cc:62): nacl::SendDatagram failed : Broken pipe
Jan 14 11:37:09 jimmy gnome-session[3441]: [1803:479] [o1d6215-10] Shutting down instance.
Jan 14 11:37:09 jimmy gnome-session[3441]: [1803:479] [o1d6215-10] Client disconnected.
Jan 14 11:37:09 jimmy gnome-session[3441]: [1803:480] [o1d6215-9] Shutting down instance.
Jan 14 11:37:09 jimmy gnome-session[3441]: [1803:480] [o1d6215-9] Client disconnected.
Jan 14 11:37:09 jimmy gnome-session[3441]: [1803:546] [o1d6215-4] Shutting down instance.
Jan 14 11:37:09 jimmy gnome-session[3441]: [1803:546] [o1d6215-4] Client disconnected.
Jan 14 11:37:09 jimmy gnome-session[3441]: [1803:547] [o1d6215-3] Shutting down instance.
Jan 14 11:37:09 jimmy gnome-session[3441]: [1803:547] [o1d6215-3] Client disconnected.
Jan 14 11:37:09 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:37:09 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:37:09 jimmy systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus
Jan 14 11:37:09 jimmy systemd[1]: Received SIGCHLD from PID 6218 (GoogleTalkPlugi).
Jan 14 11:37:09 jimmy systemd[1]: Got SIGCHLD for process 6218 (GoogleTalkPlugi)
Jan 14 11:37:09 jimmy systemd[1]: Child 6218 died (code=exited, status=0/SUCCESS)
Jan 14 11:37:19 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:37:19 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:37:29 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:37:29 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:37:39 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:37:39 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:37:49 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:37:49 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:37:59 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:37:59 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:38:09 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:38:09 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:38:19 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:38:19 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:38:29 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:38:29 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:38:39 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:38:39 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:38:49 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:38:49 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:38:59 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:38:59 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:39:01 jimmy crond[13697]: pam_tcb(crond:session): Session opened for root by root(uid=0)
Jan 14 11:39:01 jimmy CROND[13698]: (root) CMD ([ -d /var/lib/php ] && find /var/lib/php/ -type f -depth -mindepth 1 -maxdepth 1 -mmin +$(/usr/lib64/php/maxlifetime) -print0 | xargs -r -0 rm)
Jan 14 11:39:01 jimmy CROND[13697]: pam_tcb(crond:session): Session closed for root
Jan 14 11:39:09 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:39:09 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:39:19 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:39:19 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:39:22 jimmy sudo[13708]: colin : TTY=pts/4 ; PWD=/home/colin/Development/Work/trunk/codebase/code/Modules/Type/code/Element/UserLookup ; USER=root ; COMMAND=/bin/bash
Jan 14 11:39:24 jimmy chronyd[446]: Selected source 178.18.123.148
Jan 14 11:39:29 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:39:29 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:39:35 jimmy systemd[1]: Received SIGCHLD from PID 13773 (less).
Jan 14 11:39:35 jimmy systemd[1]: Got SIGCHLD for process 13773 (less)
Jan 14 11:39:35 jimmy systemd[1]: Child 13773 died (code=exited, status=0/SUCCESS)
Jan 14 11:39:39 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:39:39 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:39:49 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:39:49 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:39:56 jimmy systemd[1]: Received SIGCHLD from PID 13780 (less).
Jan 14 11:39:56 jimmy systemd[1]: Got SIGCHLD for process 13780 (less)
Jan 14 11:39:56 jimmy systemd[1]: Child 13780 died (code=exited, status=0/SUCCESS)
Jan 14 11:39:59 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:39:59 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:40:09 jimmy gnome-session[3441]: NOTE: child process received `Goodbye', closing down
Jan 14 11:40:09 jimmy systemd[1]: Got notification message for unit httpd.service
Jan 14 11:40:09 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:40:09 jimmy gnome-session[3441]: NOTE: child process received `Goodbye', closing down
Jan 14 11:40:19 jimmy systemd[1]: httpd.service: Got notification message from PID 2728, but reception only permitted for PID 0
Jan 14 11:40:19 jimmy systemd[1]: Got notification message for unit httpd.service


More information about the systemd-devel mailing list