<div dir="ltr"><div dir="ltr">On Tue, 7 Sept 2021 at 10:21, Michael Biebl <<a href="mailto:biebl@debian.org">biebl@debian.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am 06.09.21 um 23:45 schrieb Vincent Bernat:<br>
 > Package: systemd<br>
 > Version: 247.9-1<br>
 > Severity: normal<br>
 ><br>
> Hey!<br>
> <br>
> After upgrading to libc6 2.32-1, some services are unable to restart.<br>
> In my case, systemd-resolved, systemd-timesyncd and colord. Using<br>
> "systemctl daemon-reexec" fixes the issue. Unsure if there is really<br>
> something to be fixed but as I didn't find anything about that, a bug<br>
> report may help others. I suppose the problem is related to NSS.<br>
> <br>
> Sep 06 23:06:43 chocobo systemd[1]: Starting Network Time Synchronization...<br>
> Sep 06 23:06:43 chocobo systemd[236983]: systemd-timesyncd.service: Failed to determine user credentials: No such process<br>
> Sep 06 23:06:43 chocobo systemd[236983]: systemd-timesyncd.service: Failed at step USER spawning /lib/systemd/systemd-timesyncd: No such process<br>
> <br>
> <br>
<br>
<br>
@libc maintainers: any ideas what could be causing this? If this is <br>
triggered by a libc6 update, should this be reassigned to glibc?<br></blockquote><div><br></div><div>We went through this in Ubuntu recently and decided that restarting systemd in glibc's postinst was the safest option: <a href="https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1942276">https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1942276</a><br></div><div><br></div><div>What's happening is that systemd is running with the old glibc, forks and then does NSS things that cause the new glibc's NSS modules to load and they don't necessarily work, leading to failures in any unit that specifies User=. At least for Ubuntu's builds the NSS modules seem to be ABI compatible between 2.32 and 2.33 (I didn't try 2.31 vs 2.32) but they are definitely not between 2.33 and 2.34.</div><div><br></div><div>Cheers,</div><div>mwh </div></div></div>