diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-25 16:15:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-25 16:15:04 -0400 |
commit | 95c7a516cec11c2ff6c26a3e2982550e6f4a8aa7 (patch) | |
tree | b6468dce57dc637eab897863cc3256003b390aa4 /doc/design/assistant/blog | |
parent | 74dc3a7f5099a7bfc20753725650343e04b9cc8f (diff) |
blog for the day
Diffstat (limited to 'doc/design/assistant/blog')
-rw-r--r-- | doc/design/assistant/blog/day_303__oops.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
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 000000000..639e96de8 --- /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. |