grazzolini / mkinitcpio-netconf

Archlinux mkinitcpio hooks for setting up early user space networking.
BSD 3-Clause "New" or "Revised" License
10 stars 8 forks source link

mkinitcpio cannot enable netconf #19

Open Dyadya-Sasha opened 2 years ago

Dyadya-Sasha commented 2 years ago

Hello everybody! I am trying to set up remote unlocking LUKS root partition (with dropbear) and faced an issue I cannot find the solution for.

What is done: 1) /boot is ordinary, / is encrypted 2)

HOOKS=(base systemd autodetect keyboard sd-vconsole modconf block netconf dropbear encryptssh sd-encrypt filesystems fsck)

3) ip=:::::ens33:dhcp in grub.cfg

4) while making

mkinitcpio -p linux

I got the following

Created symlink /tmp/mkinitcpio.Xdc5gE/root/etc/systemd/system/dbus-org.freedesktop.network1.service → /usr/local/lib/systemd/system/systemd-networkd.service.
Created symlink /tmp/mkinitcpio.Xdc5gE/root/etc/systemd/system/multi-user.target.wants/systemd-networkd.service → /usr/local/lib/systemd/system/systemd-networkd.service.
Unit /tmp/mkinitcpio.Xdc5gE/root/usr/local/lib/systemd/system/systemd-networkd.service is added as a dependency to a non-existent unit multi-user.target.
Created symlink /tmp/mkinitcpio.Xdc5gE/root/etc/systemd/system/sockets.target.wants/systemd-networkd.socket → /usr/local/lib/systemd/system/systemd-networkd.socket.
Failed to enable auxiliary unit systemd-network-generator.service, ignoring.
Failed to enable auxiliary unit systemd-networkd-wait-online.service, ignoring.
Systemd is enabled, but there are no .initramfs files under /etc/systemd/network; exit

therefore network doesnt work when it is time to unlock encrypted root partition, as I am told

[FAILED] Failed to start Network Configuration. if I switch to udev, then process doesnt even go to the phase of asking the password and kicks me into rootfs

Could anybody give me a hint what and why it does happen?

Thanks in advance.

m5w commented 1 year ago

I was having the same issue. I eventually got things working by using busybox for mkinitcpio instead of systemd. I actually did figure out how to resolve this error message ("Systemd is enabled, but there are no .initramfs files under /etc/systemd/network; exit"), but then I had other issues.

HOOKS=(base udev autodetect modconf block netconf dropbear keyboard keymap consolefont encryptssh lvm2 filesystems resume fsck)

The instructions in the Arch wiki say to put netconf, dropbear, and encryptssh before filesystems. I found that netconf, dropbear, and encryptssh actually need to go before encrypt. Otherwise, the encrypt hook prompts for your disk password and waits, blocking netconf, dropbear, and encryptssh from starting. Also, encryptssh actually prompts for your disk password locally as well as over SSH, so encrypt can be removed.

For what it's worth, I also added:

MODULES=(r8169)

Regarding how I resolved the error message: since I couldn't find any documentation about this anywhere, I looked into the source. mkinitcpio-netconf looks for files named *.initramfs in /etc/systemd/network/. For each matching file, mkinitcpio-netconf copies the file to /etc/systemd/network/ in the initramfs, but with the trailing .initramfs removed. For example, if I have /etc/systemd/network/20-wired.network.initramfs, mkinitcpio-netconf will copy this file to /etc/systemd/network/20-wired.network in the initramfs.

However, when I did this (and eventually figured out that I needed to move netconf, dropbear, and encryptssh before sd-encrypt), systemd-networkd failed to start:

journalctl output ``` Dec 11 19:18:26 archlinux systemd[1]: Starting Network Configuration... Dec 11 19:18:26 archlinux systemd[185]: systemd-networkd.service: Failed to determine user credentials: No such process Dec 11 19:18:26 archlinux kernel: audit: type=1334 audit(1670815106.159:6): prog-id=8 op=LOAD Dec 11 19:18:26 archlinux systemd[1]: Finished Load Kernel Modules. Dec 11 19:18:26 archlinux kernel: audit: type=1130 audit(1670815106.166:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Main process exited, code=exited, status=217/USER Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Failed with result 'exit-code'. Dec 11 19:18:26 archlinux systemd[1]: Failed to start Network Configuration. Dec 11 19:18:26 archlinux kernel: audit: type=1130 audit(1670815106.169:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=failed' Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Scheduled restart job, restart counter is at 1. Dec 11 19:18:26 archlinux systemd[1]: Stopped Network Configuration. Dec 11 19:18:26 archlinux kernel: audit: type=1130 audit(1670815106.173:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux kernel: audit: type=1131 audit(1670815106.173:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux kernel: usb 2-1.2: new high-speed USB device number 3 using ehci-pci Dec 11 19:18:26 archlinux systemd[188]: systemd-networkd.service: Failed to determine user credentials: No such process Dec 11 19:18:26 archlinux systemd-journald[166]: Journal started ░░ Subject: The journal has been started ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The system journal process has started up, opened the journal ░░ files for writing and is now ready to process requests. Dec 11 19:18:26 archlinux systemd-journald[166]: Runtime Journal (/run/log/journal/bf57765809d34a8e828dada0875ced57) is 8.0M, max 299.3M, 291.3M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ Runtime Journal (/run/log/journal/bf57765809d34a8e828dada0875ced57) is currently using 8.0M. ░░ Maximum allowed usage is set to 299.3M. ░░ Leaving at least 149.6M free (of currently available 2.9G of disk space). ░░ Enforced usage limit is thus 299.3M, of which 291.3M are still available. ░░ ░░ The limits controlling how much disk space is used by the journal may ░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, ░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in ░░ /etc/systemd/journald.conf. See journald.conf(5) for details. Dec 11 19:18:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux audit: BPF prog-id=6 op=LOAD Dec 11 19:18:26 archlinux audit: BPF prog-id=7 op=LOAD Dec 11 19:18:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux audit: BPF prog-id=8 op=LOAD Dec 11 19:18:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=failed' Dec 11 19:18:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux audit: BPF prog-id=9 op=LOAD Dec 11 19:18:26 archlinux systemd-udevd[171]: Using default interface naming scheme 'v252'. Dec 11 19:18:26 archlinux systemd-modules-load[167]: Inserted module 'r8169' Dec 11 19:18:26 archlinux systemd[185]: systemd-networkd.service: Failed at step USER spawning /usr/lib/systemd/systemd-networkd: No such process ░░ Subject: Process /usr/lib/systemd/systemd-networkd could not be executed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The process /usr/lib/systemd/systemd-networkd could not be executed and failed. ░░ ░░ The error number returned by this process is ERRNO. Dec 11 19:18:26 archlinux systemd[188]: systemd-networkd.service: Failed at step USER spawning /usr/lib/systemd/systemd-networkd: No such process ░░ Subject: Process /usr/lib/systemd/systemd-networkd could not be executed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The process /usr/lib/systemd/systemd-networkd could not be executed and failed. ░░ ░░ The error number returned by this process is ERRNO. Dec 11 19:18:26 archlinux audit: BPF prog-id=0 op=UNLOAD Dec 11 19:18:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Main process exited, code=exited, status=217/USER ░░ Subject: Unit process exited ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ An ExecStart= process belonging to unit systemd-networkd.service has exited. ░░ ░░ The process' exit code is 'exited' and its exit status is 217. Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Failed with result 'exit-code'. ░░ Subject: Unit failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit systemd-networkd.service has entered the 'failed' state with result 'exit-code'. Dec 11 19:18:26 archlinux systemd[1]: Failed to start Network Configuration. ░░ Subject: A start job for unit systemd-networkd.service has failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit systemd-networkd.service has finished with a failure. ░░ ░░ The job identifier is 51 and the job result is failed. Dec 11 19:18:26 archlinux systemd[1]: Starting Network Configuration... Dec 11 19:18:26 archlinux systemd[1]: Started Journal Service. Dec 11 19:18:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=failed' Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Scheduled restart job, restart counter is at 2. ░░ Subject: Automatic restarting of a unit has been scheduled ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ Automatic restarting of the unit systemd-networkd.service has been scheduled, as the result for ░░ the configured Restart= setting for the unit. Dec 11 19:18:26 archlinux systemd[1]: Stopped Network Configuration. ░░ Subject: A stop job for unit systemd-networkd.service has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit systemd-networkd.service has finished. ░░ ░░ The job identifier is 56 and the job result is done. Dec 11 19:18:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux audit: BPF prog-id=10 op=LOAD Dec 11 19:18:26 archlinux systemd[1]: Starting Network Configuration... ░░ Subject: A start job for unit systemd-networkd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit systemd-networkd.service has begun execution. ░░ ░░ The job identifier is 56. Dec 11 19:18:26 archlinux systemd[189]: systemd-networkd.service: Failed to determine user credentials: No such process Dec 11 19:18:26 archlinux systemd[189]: systemd-networkd.service: Failed at step USER spawning /usr/lib/systemd/systemd-networkd: No such process ░░ Subject: Process /usr/lib/systemd/systemd-networkd could not be executed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The process /usr/lib/systemd/systemd-networkd could not be executed and failed. ░░ ░░ The error number returned by this process is ERRNO. Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Main process exited, code=exited, status=217/USER ░░ Subject: Unit process exited ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ An ExecStart= process belonging to unit systemd-networkd.service has exited. ░░ ░░ The process' exit code is 'exited' and its exit status is 217. Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Failed with result 'exit-code'. ░░ Subject: Unit failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit systemd-networkd.service has entered the 'failed' state with result 'exit-code'. Dec 11 19:18:26 archlinux systemd[1]: Failed to start Network Configuration. ░░ Subject: A start job for unit systemd-networkd.service has failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit systemd-networkd.service has finished with a failure. ░░ ░░ The job identifier is 56 and the job result is failed. Dec 11 19:18:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=failed' Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Scheduled restart job, restart counter is at 3. ░░ Subject: Automatic restarting of a unit has been scheduled ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ Automatic restarting of the unit systemd-networkd.service has been scheduled, as the result for ░░ the configured Restart= setting for the unit. Dec 11 19:18:26 archlinux systemd[1]: Stopped Network Configuration. ░░ Subject: A stop job for unit systemd-networkd.service has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit systemd-networkd.service has finished. ░░ ░░ The job identifier is 61 and the job result is done. Dec 11 19:18:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux audit: BPF prog-id=11 op=LOAD Dec 11 19:18:26 archlinux systemd[1]: Starting Network Configuration... ░░ Subject: A start job for unit systemd-networkd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit systemd-networkd.service has begun execution. ░░ ░░ The job identifier is 61. Dec 11 19:18:26 archlinux systemd[190]: systemd-networkd.service: Failed to determine user credentials: No such process Dec 11 19:18:26 archlinux systemd[190]: systemd-networkd.service: Failed at step USER spawning /usr/lib/systemd/systemd-networkd: No such process ░░ Subject: Process /usr/lib/systemd/systemd-networkd could not be executed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The process /usr/lib/systemd/systemd-networkd could not be executed and failed. ░░ ░░ The error number returned by this process is ERRNO. Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Main process exited, code=exited, status=217/USER ░░ Subject: Unit process exited ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ An ExecStart= process belonging to unit systemd-networkd.service has exited. ░░ ░░ The process' exit code is 'exited' and its exit status is 217. Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Failed with result 'exit-code'. ░░ Subject: Unit failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit systemd-networkd.service has entered the 'failed' state with result 'exit-code'. Dec 11 19:18:26 archlinux systemd[1]: Failed to start Network Configuration. ░░ Subject: A start job for unit systemd-networkd.service has failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit systemd-networkd.service has finished with a failure. ░░ ░░ The job identifier is 61 and the job result is failed. Dec 11 19:18:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=failed' Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Scheduled restart job, restart counter is at 4. ░░ Subject: Automatic restarting of a unit has been scheduled ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ Automatic restarting of the unit systemd-networkd.service has been scheduled, as the result for ░░ the configured Restart= setting for the unit. Dec 11 19:18:26 archlinux systemd[1]: Stopped Network Configuration. ░░ Subject: A stop job for unit systemd-networkd.service has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit systemd-networkd.service has finished. ░░ ░░ The job identifier is 66 and the job result is done. Dec 11 19:18:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux audit: BPF prog-id=12 op=LOAD Dec 11 19:18:26 archlinux systemd[1]: Starting Network Configuration... ░░ Subject: A start job for unit systemd-networkd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit systemd-networkd.service has begun execution. ░░ ░░ The job identifier is 66. Dec 11 19:18:26 archlinux systemd[195]: systemd-networkd.service: Failed to determine user credentials: No such process Dec 11 19:18:26 archlinux systemd[195]: systemd-networkd.service: Failed at step USER spawning /usr/lib/systemd/systemd-networkd: No such process ░░ Subject: Process /usr/lib/systemd/systemd-networkd could not be executed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The process /usr/lib/systemd/systemd-networkd could not be executed and failed. ░░ ░░ The error number returned by this process is ERRNO. Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Main process exited, code=exited, status=217/USER ░░ Subject: Unit process exited ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ An ExecStart= process belonging to unit systemd-networkd.service has exited. ░░ ░░ The process' exit code is 'exited' and its exit status is 217. Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Failed with result 'exit-code'. ░░ Subject: Unit failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit systemd-networkd.service has entered the 'failed' state with result 'exit-code'. Dec 11 19:18:26 archlinux systemd[1]: Failed to start Network Configuration. ░░ Subject: A start job for unit systemd-networkd.service has failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit systemd-networkd.service has finished with a failure. ░░ ░░ The job identifier is 66 and the job result is failed. Dec 11 19:18:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=failed' Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Scheduled restart job, restart counter is at 5. ░░ Subject: Automatic restarting of a unit has been scheduled ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ Automatic restarting of the unit systemd-networkd.service has been scheduled, as the result for ░░ the configured Restart= setting for the unit. Dec 11 19:18:26 archlinux systemd[1]: Stopped Network Configuration. ░░ Subject: A stop job for unit systemd-networkd.service has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit systemd-networkd.service has finished. ░░ ░░ The job identifier is 71 and the job result is done. Dec 11 19:18:26 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success' Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Start request repeated too quickly. Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.service: Failed with result 'exit-code'. ░░ Subject: Unit failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit systemd-networkd.service has entered the 'failed' state with result 'exit-code'. Dec 11 19:18:26 archlinux systemd[1]: Failed to start Network Configuration. ░░ Subject: A start job for unit systemd-networkd.service has failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit systemd-networkd.service has finished with a failure. ░░ ░░ The job identifier is 71 and the job result is failed. Dec 11 19:18:26 archlinux systemd[1]: systemd-networkd.socket: Failed with result 'service-start-limit-hit'. ░░ Subject: Unit failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit systemd-networkd.socket has entered the 'failed' state with result 'service-start-limit-hit'. ```