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

This commit is contained in:
Joey Hess 2013-03-01 12:37:53 -04:00
commit f94fce32a3
6 changed files with 116 additions and 0 deletions

View file

@ -0,0 +1,47 @@
What steps will reproduce the problem?
Created a repository (working directory), then an another one on the same computer,
in a different folder for backup repository.
The initial folder, what I imported, contained:
741MB, 23381 files, most of the files are 30-150kB in sizes.
After 18 hours of continous work
(I started 28 hours ago, but the laptop died one time,
and I needed to restart git-annex 4 times in total, and the laptop overheated once):
The initial directory (/home/user/down) contains at this point (still not finished):
8.1GB
The target directory(/mnt/dat/annex2) contains:
975MB
What is the expected output? What do you see instead?
I expect maximum three times the usefull data size. So I can calculate with (rule of thumb).
(Ie. if I want to put 1GB data into annex, it would need maximum (at any point of time 3GB of data)
Currently it uses 11x(!) times the original size, and still growing.
I also expect to stop syncing, when it used up all the available disk space
(ie. it should leave at least 200MB on the original partition,
none of the other programs like to have 0 bytes left).
The machine just freeze, ie. takes almost 10 minutes to kill process,
and delete something to get back to life again.
Also some kind of feedback how many files has been synchronized,
because currently the dashboard does not indicate any useful info.
Also the log page seems only growing, making firefox crashes.
Self-controlled resource hogging. Ie. dont use more then 50% processor,
or dont make heavy disk usage for 3-4 hours, because the laptop can overheat.
What version of git-annex are you using? On what operating system?
http://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-i386.tar.gz
Version: 4.20130227
Ubuntu 10.04, laptop Toshiba L300, Intel Core2Duo T5800@2.0Ghz, 3GB ram
Please provide any additional information below.
The syncing is still not finished.
I hope it will finish within additional 24hours.
Best,
Laszlo

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 10"
date="2013-03-01T04:23:48Z"
content="""
@Brian, I follow your logic, it does seem that start.c is not finding itself. But, you checked the pid of the terminal, while start.c is the program it (usually) starts.
Anyway, I have tried making start.c fall back to a hard coded path if it cannot find busybox. It'll also say what path it detected, which may help debug the underlying problem. You can pick up an app with this change from the autobuilder.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo"
nickname="Brian"
subject="comment 11"
date="2013-03-01T12:02:09Z"
content="""
Good point--it didn't occur to me start.c runs as a child process. Makes sense. How do I download the output of the autobuild? Size-wise and behavior-wise, http://downloads.kitenet.net/git-annex/android/current/git-annex.apk looks like the same file I already had.
"""]]

View file

@ -0,0 +1,34 @@
[[!comment format=Makefile
username="https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA"
nickname="Laszlo"
subject="Tried to add a bug, but website fails"
date="2013-03-01T14:40:18Z"
content="""
@joeyh: I tried to add a comment to my bugreport:
http://git-annex.branchable.com/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace.Makefile/
I get this error:
Error: failed to create directory /home/b-git-annex/source/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace.Makefile/: File exists
The comment I tried to add:
Seems like the logging is the culprit:
user@usermachine:~/down/annex$ du -ak . | sort -nr | cut -f2 | xargs -d '\n' du -sh |head -n 30 -
8,2G .
7,5G ./.git
6,5G ./.git/annex
2,7G ./.git/annex/daemon.log
1,8G ./.git/annex/daemon.log.1
1,5G ./.git/annex/daemon.log.5
980M ./.git/objects
742M ./mydir
640M ./mydir/wp
616M ./mydir/wp/wd
314M ./mydir/wp/wd/2012
278M ./.git/annex/daemon.log.4
226M ./mydir/wp/wd/2011
154M ./.git/annex/daemon.log.6
109M ./.git/annex/objects
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 13"
date="2013-03-01T16:36:58Z"
content="""
@Brian the autobuild is linked to on [[install/Android]]
"""]]

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="http://edheil.wordpress.com/"
ip="173.162.44.162"
subject="comment 2"
date="2013-03-01T04:50:28Z"
content="""
+1 this would be sweet as hell
"""]]