On Wed, Mar 01, 2023 at 03:17:47PM +0100, Chris Hofstaedtler wrote: > * Michal Suchanek <msuchanek@xxxxxxx> [230301 15:10]: > > Moving the clock.txt to /run which is in tmpfs should resolve the > > problem even for users not running uuidd. > [..] > > > > -#define LIBUUID_CLOCK_FILE "/var/lib/libuuid/clock.txt" > > +#define LIBUUID_CLOCK_FILE "/run/libuuid/clock.txt" > > Last time I asked about this file on this mailing list, I was > informed that clock.txt is supposed to survive reboots. > Moving it to /run (or any other tmpfs) would break this. What's so valuable in it that it needs to survive? I don't have it at all. Also the code seems to re-synchronize with the real time clock from time to time which makes the content relevant only for limited periods of time. Thanks Michal