<div>In the meantime, I tried to see which file runs /lib/systemd/systemd-timesyncd:</div>
<div></div>
<div></div>
<div></div>
<div># file /lib/systemd/systemd-timesyncd</div>
<div></div>
<div>… interpreter /lib64/ld-linux-x86-64.so.2 …</div>
<div></div>
<div></div>
<div></div>
<div>So I took a look at its directory:</div>
<div></div>
<div></div>
<div></div>
<div># ls -la /lib64</div>
<div></div>
<div>… /lib64 -> usr/lib64</div>
<div></div>
<div># ls -la /usr/lib64</div>
<div></div>
<div>drw------  3 root root 4096 22. Jul 17:23 .</div>
<div></div>
<div>…</div>
<div></div>
<div></div>
<div></div>
<div>I thought, someone else than root might try to execute whatever is inside there and went on with</div>
<div></div>
<div></div>
<div></div>
<div># chmod +rx /usr/lib64</div>
<div></div>
<div></div>
<div></div>
<div>so that I got</div>
<div></div>
<div></div>
<div></div>
<div>
<div>drwr-xr-x  3 root root 4096 22. Jul 17:23 .</div>
<div></div>
<div></div>
<div></div>
<div>This solved the problem at least once:</div>
<div></div>
<div></div>
<div></div>
<div># systemctl restart systemd-timesyncd</div>
<div></div>
<div></div>
<div></div>
<div>worked now:</div>
<div></div>
<div></div>
<div></div>
<div>
<div># systemctl status systemd-timesyncd</div>
<div></div>
<div>…</div>
<div></div>
<div>Active: active (running) …</div>
<div></div>
<div>…</div>
<div></div>
<div></div>
<div></div>
<div>I'm absolutely sure I had NOT altered the permissions of /usr/lib64 or any other system directories myself before having issued the aforementioned chmod command today at all, so some part of or the system or of the upgrade from Debian 11 to Debian 12 must have set the directory persmissions to drw------ (presumably, for a good reason?). Are the new permissions drwr-xr-x fine?  If they are normal, is there anything else I need to do?  If they are too permissive, should I change them back and still run strace on /lib/systemd/systemd-timesyncd (and if not, what else to do)?</div>
<div></div>
<div>Gratefully,</div>
<div></div>
<div>Alma</div>
</div>
</div>