[00:32] *** db48x has quit IRC (Remote host closed the connection) [00:35] *** db48x has joined #internetarchive.bak [03:08] *** VADemon has quit IRC (Quit: left4dead) [04:34] *** jbroome has quit IRC (Read error: Operation timed out) [07:45] *** atomotic has joined #internetarchive.bak [12:13] *** n00b769 has joined #internetarchive.bak [12:17] *** dpb has joined #internetarchive.bak [12:21] *** n00b769 has quit IRC (Quit: Page closed) [12:29] Hi. I started downloading the iabak project a few weeks ago and have filled a 2TB drive with shard24. Unfortunately I'm getting an error message that "failed to sync shard; results of download not known to be recoded on the server." and my account is not listed under the contributors to shard24. Any advice to rectify this would be appreciated, thanks [13:30] *** atomotic has quit IRC (Quit: Textual IRC Client: www.textualapp.com) [13:32] dpb: welcome! [13:33] dpb: can you show me some more of the log, from just before it said that it failed? that may clarify why it failed [14:33] *** db48x` has joined #internetarchive.bak [14:34] *** db48x has quit IRC (Read error: Operation timed out) [14:57] dpb: in the mean time you can always just sync it manuall. go into the shard24 directory and run "git annex sync" [14:58] manually, that is [15:01] Thanks for your help db48x [15:01] The log, and when I do it manually have been giving me the same result [15:01] remote: Checking connectivity: 10, done. [15:01] remote: cannot update ref refs/heads/synced/master [15:01] remote: error: hook declined to update refs/heads/synced/master [15:01] To iabak.archiveteam.org:shard24 [15:01] ! [remote rejected] annex/direct/master -> synced/master (hook declined) [15:01] error: failed to push some refs to 'SHARD24@iabak.archiveteam.org:shard24' [15:02] remote: cannot update ref refs/heads/master [15:02] remote: error: hook declined to update refs/heads/master [15:02] To iabak.archiveteam.org:shard24 [15:02] ! [remote rejected] master -> master (hook declined) [15:02] error: failed to push some refs to 'SHARD24@iabak.archiveteam.org:shard24' [15:02] Pushing to origin failed. [15:02] (non-fast-forward problems can be solved by setting receive.denyNonFastforwards to false in the remote's git config) [15:02] failed [15:02] git-annex: sync: 1 failed [15:03] ah, indeed [15:03] *** db48x` is now known as db48x [15:03] apparently you've got a commit on master, and we don't allow that [15:03] can you look at the git log for the shard, and see what that is? [15:06] Weirdly, none of the logs in the .git folder of the shard seem to have been updated recently [15:06] Which file exactly? [15:07] not the log for a particular file, the log for the whole master branch [15:07] cd shard24; git log [15:08] Sorry, with you [15:08] commit fa955462fb94f7ab133eb8728674c6b99a5740c1 [15:08] Author: iabak [15:08] Date: Sat Apr 1 21:19:42 2017 +0100 [15:08] git-annex in iabak@nas2:/media/iabak/IA.BAK/shard24 [15:08] commit c5cd7f5feb26686c683671c87dc8f437636c6f8b [15:08] Author: iabak [15:08] Date: Sat Apr 1 18:34:41 2017 +0100 [15:08] git-annex in iabak@nas2:/media/iabak/IA.BAK/shard24 [15:08] commit b67b3bc3e9786abc541c3432b6371aae7bda36e6 [15:09] Merge: 7ce42ca1 2b60f773 [15:09] Author: iabak [15:09] Date: Thu Mar 16 15:45:17 2017 +0000 [15:09] merge refs/remotes/origin/synced/master [15:09] commit 7ce42ca12fa16a0210b4019d1391d3aa2ca2c54b [15:09] Merge: 83e6a38b 2b60f773 [15:09] Author: iabak [15:09] Date: Thu Mar 16 15:45:09 2017 +0000 [15:09] Merge remote-tracking branch 'refs/remotes/origin/synced/master' into annex/direct/master [15:09] commit 83e6a38bd9c02d3901b1cb9aa9eca631436dbc85 [15:09] Author: iabak [15:09] Date: Thu Mar 16 15:44:57 2017 +0000 [15:09] git-annex in iabak@nas2:/media/iabak/IA.BAK/shard24 [15:09] commit 2b60f7734d8152da1acf88b230ff74c6a1cce2a3 [15:09] Author: Harry Cross [15:09] Date: Tue Jan 24 15:51:38 2017 -0500 [15:09] creating SHARD24 [15:13] yea, only that first commit (creating SHARD24) is valid [15:14] Thanks. Any ideas where they came from? [15:15] closure might have a better idea [15:15] My plan so is to just do a 'git reset --hard 2b60f7734d8152da1acf88b230ff74c6a1cce2a3' [15:15] Will that do it? [15:15] yes [15:16] then run git annex fsck, followed by git annex sync [15:22] Not quite there yet I'm afraid [15:23] git reset works fine, and I'm left only with the original [15:23] commit 2b60f7734d8152da1acf88b230ff74c6a1cce2a3 [15:23] Author: Harry Cross [15:23] Date: Tue Jan 24 15:51:38 2017 -0500 [15:23] creating SHARD24 [15:23] git annex fsck works [15:23] git annex sync fails, and then when I check the git log again, I'm back to having a number of outstanding commits [15:24] hrm [15:24] are they the same commits from before, or new ones? [15:25] Different [15:25] 49 lines if you want to see them [15:26] use a pastebin :) [15:26] https://pastebin.com/VANXSBvx [15:27] :) [15:27] fun [15:31] ok, when you reset back to 2b60f7, what do you see when you run git annex status? [15:31] Blank [15:32] what about git status? [15:34] Just git status gives me an error 'fatal: This operation must be run in a work tree' [15:34] huh [15:34] Setting the work tree gives me 'nothing to commit, working tree clean' [15:34] what did you set the work tree to? [15:34] The shard [15:35] were you in the shard at the time? [15:35] Yes [15:35] it's pretty odd that git couldn't find it then [15:35] that's something to figure out [15:36] Agreed [15:37] I see that this is a NAS; what kind of filesystems are you dealing with? [15:37] NAS2 is just the hostname. It's ext4 [15:38] ok [15:38] some people get into trouble when they use NFS [15:39] I'll get to those problems eventually... :) For the minute this is a directly attached ext4 HDD [15:39] that should make it easier [15:40] does shard24/.git look like a normal directory with normal permissions and whatnot? [15:40] Yep. It's all owned by the iabak user and nearly everything has 777 [15:41] 777 is a little odd, but probably not harmful [15:41] Yeah, don't know where it got that [15:42] An earlier error message I was getting was that my id_rsa had too loose a permission set, so that got fixed in the root IA.BAK directory [15:43] yea, ssh won't use it if it's group or world readable [19:35] *** sparky65 has joined #internetarchive.bak [19:36] *** sparky65 has quit IRC (Client Quit) [23:04] *** kyan has joined #internetarchive.bak [23:33] *** bwn has quit IRC (Ping timeout: 244 seconds) [23:39] *** bwn has joined #internetarchive.bak