Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-11-06 11:17:34 -04:00
commit d9b7ea54df
2 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.47"
subject="comment 4"
date="2013-11-06T15:09:19Z"
content="""
Intriguing -- I was able to reproduce this bug after installing the Ubuntu server ISO in a VM.
Which is really strange, the only difference between this and my debootstrapped chroot should be the kernel..
"""]]

View file

@ -0,0 +1,27 @@
### Please describe the problem.
Some logs fail to be displayed, and instead of displaying parts of the log, no logs at all are displayed in the webapp.
The problem character is, I believe, a latin-1 encoded filename (as opposed to UTF-8). --[[anarcat]]
### What steps will reproduce the problem?
1. download [this logfile](http://paste.anarc.at/daemon.log.1)
2. install it in .git/annex/daemon.log
3. load the webapp
4. visit the logs page
### What version of git-annex are you using? On what operating system?
4.20131105-g8efdc1a
### Please provide any additional information below.
[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
Internal Server Error
/srv/video/.git/annex/daemon.log.1: hGetContents: invalid argument (invalid byte sequence)
git-annex version 4.20131105-g8efdc1a
# End of transcript or log.
"""]]