Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upstat results are faked incorrectly #183
Comments
This comment has been minimized.
This comment has been minimized.
Yes, I can reproduce that problem. Could you please try
produces the desired output here, and using |
This comment has been minimized.
This comment has been minimized.
Using plain LD_PRELOAD lacks the other variable for shared memory required for the synchronized counter, so the two |
wolfcw
added
the
confirmed
label
Jan 31, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bmwiedemann commentedJan 30, 2019
I am working on reproducible builds for openSUSE and there I would like to use libfaketime to make software behave exactly as if date+time were
i1
param)e.g. I would like to use
faketime -f '@2020-01-01 01:01:01 i1'
But one problem with stat is visible when you compare
That produces
With faketime, the stat results are shifting, when nothing touched the file, which can confuse programs like make.