最終更新 1 month ago

nuno revised this gist 1 month ago. Go to revision

1 file changed, 63 insertions

gistfile1.txt(file created)

@@ -0,0 +1,63 @@
1 + Possible reasons for having this kind of units are:
2 + • A unit may be statically enabled by being symlinked from another unit's
3 + .wants/ or .requires/ directory.
4 + • A unit's purpose may be to act as a helper for some other unit which has
5 + a requirement dependency on it.
6 + • A unit may be started when needed via activation (socket, path, timer,
7 + D-Bus, udev, scripted systemctl call, ...).
8 + • In case of template units, the unit is meant to be enabled with some
9 + instance name specified.
10 +
11 + A dependency job for qemu-guest-agent.service failed. See 'journalctl -xe' for details.
12 + root@kasm:/home/kasm#
13 + root@kasm:/home/kasm# journalctl -xe
14 + ░░ Support: http://www.ubuntu.com/support
15 + ░░
16 + ░░ A start job for unit rpc_pipefs.target has finished successfully.
17 + ░░
18 + ░░ The job identifier is 4188.
19 + May 15 16:31:57 kasm systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped.
20 + ░░ Subject: A start job for unit rpc-gssd.service has finished successfully
21 + ░░ Defined-By: systemd
22 + ░░ Support: http://www.ubuntu.com/support
23 + ░░
24 + ░░ A start job for unit rpc-gssd.service has finished successfully.
25 + ░░
26 + ░░ The job identifier is 4187.
27 + May 15 16:31:57 kasm systemd[1]: Reached target NFS client services.
28 + ░░ Subject: A start job for unit nfs-client.target has finished successfully
29 + ░░ Defined-By: systemd
30 + ░░ Support: http://www.ubuntu.com/support
31 + ░░
32 + ░░ A start job for unit nfs-client.target has finished successfully.
33 + ░░
34 + ░░ The job identifier is 4183.
35 + May 15 16:32:12 kasm systemd[1]: Reloading.
36 + May 15 16:32:12 kasm systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data i>
37 + May 15 16:32:12 kasm systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
38 + May 15 16:32:12 kasm systemd[1]: Reloading.
39 + May 15 16:32:12 kasm systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data i>
40 + May 15 16:32:12 kasm systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
41 + May 15 16:32:12 kasm systemd[1]: Reloading.
42 + May 15 16:32:13 kasm systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data i>
43 + May 15 16:32:13 kasm systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
44 + May 15 16:33:43 kasm systemd[1]: dev-virtio\x2dports-org.qemu.guest_agent.0.device: Job dev-virtio\x2dports-org.qemu.guest_agent.0.device/start timed out.
45 + May 15 16:33:43 kasm systemd[1]: Timed out waiting for device /dev/virtio-ports/org.qemu.guest_agent.0.
46 + ░░ Subject: A start job for unit dev-virtio\x2dports-org.qemu.guest_agent.0.device has failed
47 + ░░ Defined-By: systemd
48 + ░░ Support: http://www.ubuntu.com/support
49 + ░░
50 + ░░ A start job for unit dev-virtio\x2dports-org.qemu.guest_agent.0.device has finished with a failure.
51 + ░░
52 + ░░ The job identifier is 4296 and the job result is timeout.
53 + May 15 16:33:43 kasm systemd[1]: Dependency failed for QEMU Guest Agent.
54 + ░░ Subject: A start job for unit qemu-guest-agent.service has failed
55 + ░░ Defined-By: systemd
56 + ░░ Support: http://www.ubuntu.com/support
57 + ░░
58 + ░░ A start job for unit qemu-guest-agent.service has finished with a failure.
59 + ░░
60 + ░░ The job identifier is 4205 and the job result is dependency.
61 + May 15 16:33:43 kasm systemd[1]: qemu-guest-agent.service: Job qemu-guest-agent.service/start failed with result 'dependency'.
62 + May 15 16:33:43 kasm systemd[1]: dev-virtio\x2dports-org.qemu.guest_agent.0.device: Job dev-virtio\x2dports-org.qemu.guest_agent.0.device/start failed with result 'timeout'.
63 + lines 3345-3393/3393 (END)
Newer Older