From 8b5549b8ca71515c6d7bc921111cba87b5293641 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 25 Jul 2013 16:15:04 -0400 Subject: [PATCH] blog for the day --- doc/design/assistant/blog/day_303__oops.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/design/assistant/blog/day_303__oops.mdwn diff --git a/doc/design/assistant/blog/day_303__oops.mdwn b/doc/design/assistant/blog/day_303__oops.mdwn new file mode 100644 index 0000000000..639e96de8f --- /dev/null +++ b/doc/design/assistant/blog/day_303__oops.mdwn @@ -0,0 +1,8 @@ +Seems I forgot why I was using debian stable chroots to make the +autobuilds: Lots of people still using old glibc version. Had to rebuild +the stable chroots that I had upgraded to unstable. Wasted several hours.. +I was able to catch up on recent traffic in between. + +Was able to reproduce a bug where `git annex initremote` hung with some +encrypted special remotes. Turns out to be a deadlock when it's not built +with the threaded GHC runtime. So I've forced that runtime to be used.