This commit is contained in:
Joey Hess 2023-03-28 14:26:19 -04:00
parent e8a749d63e
commit 75ac65435a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2023-03-28T18:09:26Z"
content="""
What CPU is this happening with?
git-annex generates uuids using <https://hackage.haskell.org/package/uuid>
and the V4 uuid uses <https://hackage.haskell.org/package/entropy>,
which in turn uses RDRAND when available.
So if your CPU supports RDRAND, it seems the CPU must have a broken
random number generator! Or there's a bug in that software stack
somewhere.
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2023-03-28T18:25:30Z"
content="""
> I also don't get anything from `git config --local annex.uuid`
Do you mean you don't get anything different? Surely that outputs
something. Or exits with a nonzero exit code.
"""]]