<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 28, 2022 at 1:51 PM Kevin P. Fleming <<a href="mailto:kevin@km6g.us" target="_blank">kevin@km6g.us</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I've got two systems that report a failure (exit code 1) every time<br>
systemd-gpt-auto-generator is run. There are a small number of reports<br>
of this affecting other users too:<br>
<br>
<a href="https://bugs.archlinux.org/task/73168" rel="noreferrer" target="_blank">https://bugs.archlinux.org/task/73168</a><br>
<br>
This *may* be related to the use of ZFS, although I've got a<br>
half-dozen systems using ZFS and only two of them have this issue.<br>
<br>
Running the generator from the command line also produces exit code 1,<br>
but doesn't produce any output. is there any practical way to debug<br>
this failure?<br>
</blockquote></div><div><br></div><div>Start with SYSTEMD_LOG_LEVEL=debug (and SYSTEMD_LOG_TARGET=console if you want to run the tool from CLI, otherwise it logs to journal). If it only fails as part of a daemon-reexec, `systemctl set-environment` (not sure if `systemctl log-level` has any effect on non-pid1 processes). Since it uses libblkid, there's also LIBBLKID_DEBUG=all.</div><br>-- <br><div dir="ltr"><div dir="ltr">Mantas Mikulėnas</div></div></div>