windows does not like filenames starting with a dot, rename
This commit is contained in:
parent
56dee9af10
commit
c2ce3dfed3
51 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.154.4.51"
|
||||
subject="comment 1"
|
||||
date="2013-09-12T20:29:14Z"
|
||||
content="""
|
||||
It seems you are getting a lot of timeouts from box.com, both when checking if content is present there and when uploading content that it does not have.
|
||||
|
||||
I have heard some grumbles about box.com not being very reliable right now.
|
||||
"""]]
|
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8"
|
||||
nickname="develop"
|
||||
subject="comment 2"
|
||||
date="2013-09-12T20:54:33Z"
|
||||
content="""
|
||||
The problem being. I've used box.com with one of my own hooks(owncloud), where it is completely stable!
|
||||
|
||||
The instability is not a the box.com end.
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.154.4.51"
|
||||
subject="comment 3"
|
||||
date="2013-09-12T20:56:44Z"
|
||||
content="""
|
||||
git-annex is using box.com's WebDAV interface. Is owncloud?
|
||||
"""]]
|
|
@ -0,0 +1,9 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8"
|
||||
nickname="develop"
|
||||
subject="comment 4"
|
||||
date="2013-09-12T21:33:29Z"
|
||||
content="""
|
||||
It uses the following url https://www.box.com/dav
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.154.4.51"
|
||||
subject="comment 5"
|
||||
date="2013-09-12T21:44:32Z"
|
||||
content="""
|
||||
It may be that there is a timeout in the http library that I am using for webdav that is too low. See <https://github.com/snoyberg/http-conduit/issues/137>
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8"
|
||||
nickname="develop"
|
||||
subject="comment 6"
|
||||
date="2013-09-12T21:49:05Z"
|
||||
content="""
|
||||
That would probably do it. With other implementations(fuse mount) i've seen stalls and other bad behaviour with that DAV server.
|
||||
|
||||
The owncloud hook doesn't have a timeout set. It probably should have one to prevent a total stall.
|
||||
"""]]
|
|
@ -0,0 +1,17 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8"
|
||||
nickname="develop"
|
||||
subject="Logs"
|
||||
date="2013-09-13T11:43:22Z"
|
||||
content="""
|
||||
So have two days of logs now, and it doesn't look like it is retrying old files.
|
||||
|
||||
http://paste.ubuntu.com/6101255/ <- day 1
|
||||
|
||||
http://paste.ubuntu.com/6101256/ <- day 2
|
||||
|
||||
Setting the computer to do the following loop over the weekend, lets see if everything is done come monday.
|
||||
|
||||
for i in `seq 3 2000`; do git annex copy --to box.com --not --in box.com 2>&1 | tee ../work-annex-copy-to-box.com-not-in-box.com-run$i.log; done
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,55 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmWg4VvDTer9f49Y3z-R0AH16P4d1ygotA"
|
||||
nickname="Tobias"
|
||||
subject="Update"
|
||||
date="2013-09-18T11:17:33Z"
|
||||
content="""
|
||||
Only just got back to work now. The script has done 10 iteration. This is the status:
|
||||
|
||||
|
||||
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run1.log |grep \" ok\"| wc -l
|
||||
137
|
||||
|
||||
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run2.log |grep \" ok\"| wc -l
|
||||
77
|
||||
|
||||
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run3.log |grep \" ok\"| wc -l
|
||||
116
|
||||
|
||||
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run4.log |grep \" ok\"| wc -l
|
||||
70
|
||||
|
||||
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run5.log |grep \" ok\"| wc -l
|
||||
26
|
||||
|
||||
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run6.log |grep \" ok\"| wc -l
|
||||
6
|
||||
|
||||
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run7.log |grep \" ok\"| wc -l
|
||||
6
|
||||
|
||||
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run8.log |grep \" ok\"| wc -l
|
||||
0
|
||||
|
||||
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run9.log |grep \" ok\"| wc -l
|
||||
0
|
||||
|
||||
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run10.log |grep \" ok\"| wc -l
|
||||
0
|
||||
|
||||
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run11.log |grep \" ok\"| wc -l
|
||||
0
|
||||
|
||||
tou@DSK1049:~$ cat work-annex-copy-to-box.com-not-in-box.com-run12.log |grep \" ok\"| wc -l
|
||||
0
|
||||
|
||||
I have all the log files of course.
|
||||
|
||||
tou@DSK1049:~/work-annex$ git annex find --not --in box.com| wc -l
|
||||
1639
|
||||
|
||||
So, of the last 5 iteration 0 files of 1639 missing were transfered. Most of these files are <10kbyte
|
||||
|
||||
http://paste.ubuntu.com/6123459/ <- pastebin of work-annex-copy-to-box.com-not-in-box.com-run11.log if it is of any use.
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.153.8.80"
|
||||
subject="comment 9"
|
||||
date="2013-09-28T19:34:42Z"
|
||||
content="""
|
||||
Filed a bug on the DAV library about this: <http://bugs.debian.org/724856>
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue