VSWSL/Arch-WSL

machine-id related errors: Failed to replace specifiers: /run/log/journal/%m

Paranoid-Dev opened this issue · 0 comments

If you encounter Failed to replace specifiers: /run/log/journal/%m it's because machine-id isn't set.

Run

$ sudo touch /etc/machine-id
$ sudo systemd-machine-id-setup

and restart wsl to fix.