comment
authorJoey Hess <joeyh@joeyh.name>
Tue, 28 Mar 2023 18:26:19 +0000 (14:26 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 28 Mar 2023 18:26:19 +0000 (14:26 -0400)
doc/bugs/Always_identical_UUIDs/comment_1_1223fe5e635d771848d7054f0492920f._comment [new file with mode: 0644]
doc/bugs/Always_identical_UUIDs/comment_2_6c44232cac847f6160f5bec7c8f1434b._comment [new file with mode: 0644]

diff --git a/doc/bugs/Always_identical_UUIDs/comment_1_1223fe5e635d771848d7054f0492920f._comment b/doc/bugs/Always_identical_UUIDs/comment_1_1223fe5e635d771848d7054f0492920f._comment
new file mode 100644 (file)
index 0000000..6371df9
--- /dev/null
@@ -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.
+"""]]
diff --git a/doc/bugs/Always_identical_UUIDs/comment_2_6c44232cac847f6160f5bec7c8f1434b._comment b/doc/bugs/Always_identical_UUIDs/comment_2_6c44232cac847f6160f5bec7c8f1434b._comment
new file mode 100644 (file)
index 0000000..3283925
--- /dev/null
@@ -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.
+"""]]