You are not logged in.
Pages: 1
Hi,
My system has become unstable after I installed systemd-swap:
systemd-swap[679]: mkswap: Label was truncated.
systemd-swap[680]: Setting up swapspace version 1, size = 512 MiB (536866816 bytes), LABEL=SWAP_ext2/ext3_, UUID=334b2381-c24f-4733-b923-21807d62cee1
systemd[1]: Reloading.
systemd[1]: var-lib-dhcpcd-run-udev.mount: Failed to create cgroup /system.slice/var-lib-dhcpcd-run-udev.mount: No such file or directory
systemd[1]: Failed to realize cgroups for queued unit var-lib-dhcpcd-run-udev.mount, ignoring: No such file or directory
systemd[1]: systemd-journal-flush.service: Failed to create cgroup /system.slice/systemd-journal-flush.service: No such file or directory
systemd[1]: Failed to realize cgroups for queued unit systemd-journal-flush.service, ignoring: No such file or directory
systemd[1]: systemd-modules-load.service: Failed to create cgroup /system.slice/systemd-modules-load.service: No such file or directory
systemd[1]: Failed to realize cgroups for queued unit systemd-modules-load.service, ignoring: No such file or directory
systemd[1]: sys-kernel-tracing.mount: Failed to create cgroup /system.slice/sys-kernel-tracing.mount: No such file or directory
systemd[1]: Failed to realize cgroups for queued unit sys-kernel-tracing.mount, ignoring: No such file or directory
systemd[1]: system.slice: Failed to create cgroup /system.slice: No such file or directory
systemd[1]: Failed to realize cgroups for queued unit system.slice, ignoring: No such file or directory
systemd[1]: system-systemd\x2dfsck.slice: Failed to create cgroup /system.slice/system-systemd\x2dfsck.slice: No such file or directory
systemd[1]: Failed to realize cgroups for queued unit system-systemd\x2dfsck.slice, ignoring: No such file or directory
systemd[1]: dbus.service: Failed to create cgroup /system.slice/dbus.service: No such file or directory
systemd[1]: Failed to realize cgroups for queued unit dbus.service, ignoring: No such file or directory
systemd[1]: systemd-udevd-control.socket: Failed to create cgroup /system.slice/systemd-udevd-control.socket: No such file or directory
systemd[1]: Failed to realize cgroups for queued unit systemd-udevd-control.socket, ignoring: No such file or directory
systemd[1]: lvm2-lvmpolld.socket: Failed to create cgroup /system.slice/lvm2-lvmpolld.socket: No such file or directory
systemd[1]: Failed to realize cgroups for queued unit lvm2-lvmpolld.socket, ignoring: No such file or directory
systemd[1]: systemd-random-seed.service: Failed to create cgroup /system.slice/systemd-random-seed.service: No such file or directoryAny idea how I can fix it?
Last edited by thomasbb (2020-05-24 19:35:29)
Offline
Post the exact steps you took to install and configure systemd-swap. I don't run systemd-swap, but the Arch Wiki says there's a number of configuration steps you must take described on their GitHub readme. Did you follow all those steps?
Offline
Post the exact steps you took to install and configure systemd-swap.
I only followed the wiki step-by-step
I don't run systemd-swap, but the Arch Wiki says there's a number of configuration steps you must take described on their GitHub readme. Did you follow all those steps?
Yes, I also went on this GitHub page and followed their procedure. Most of the time, it starts well though: https://x0.at/uj_
Offline
If you disable dhcpcd@enp0s26f7u2.service can you reproduce the issue?
Offline
If you disable dhcpcd@enp0s26f7u2.service can you reproduce the issue?
Well done, it's related: if the service dhcpcd@enp0s26f7u2 starts before the swap is allocated, the boot fails.
Offline
If you disable dhcpcd@enp0s26f7u2.service can you reproduce the issue?
Where did you get that service name from or did you just make it up? ![]()
Offline
@jones: it's the service that fails in the logs that OP linked:
systemd[1]: Starting dhcpcd on enp0s26f7u2...
dhcpcd[999]: sending commands to dhcpcd process
systemd[1]: dhcpcd@enp0s26f7u2.service: Can't open PID file /run/dhcpcd/enp0s26f7u2.pid (yet?) after start: Operation not permitted
systemd[1]: dhcpcd@enp0s26f7u2.service: Failed with result 'protocol'.
systemd[1]: Failed to start dhcpcd on enp0s26f7u2.Offline
Oh, the link in their second post. Thanks!
Offline
There is / was an open bug report on https://bugs.archlinux.org/ for dhcpcd I can not provide a link as currently my system can not connect to the server.
Offline
Where did you get that service name from or did you just make it up?
It's my mobile USB tethering
There is / was an open bug report on https://bugs.archlinux.org/ for dhcpcd I can not provide a link as currently my system can not connect to the server.
Then, it seems it's solved. Many thanks for your help(s)
Offline
Pages: 1