You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to run IABAK on Debian 10, but I'm running into this after running iabak for the first time:
Saving to: 'git-annex-standalone-amd64.tar.gz'
git-annex-standalon 100%[==================>] 49.08M 12.4MB/s in 4.3s
2021-10-07 16:32:12 (11.5 MB/s) - 'git-annex-standalone-amd64.tar.gz' saved [51465538/51465538]
Installed in /mnt/storage/other/Internet Archive/IA.BAK/git-annex.linux
flock: failed to execute Archive/IA.BAK/.iabak-install-git-annex: No such file or directory
Cleaning up...
Sure enough, .iabak-install-git-annex doesn't exist, and looking at iabak-helper, starting at line 318:
installgitannex () {
${FLOCK_EX} .iabak-install-git-annex ./install-git-annex ||true${GITANNEX} version
}
I'm not familiar with flock nor git-annex, so I wanted to report this issue and see if there's something I did wrong or if this is just an issue with the code.
Edit: I've wiped and re-cloned the repo just in case it was something with the clone. Issue persists.
The text was updated successfully, but these errors were encountered:
Just wanted to update this, tried iabak on a new Ubuntu 18.04 LTS install, worked out of the box. So seems to be something with how IABAK interacts with Debian.
Edit: By "worked out of the box" I mean I didn't run into that error, but I am hitting #65 on the Ubuntu test box.
Alcatraz077
changed the title
Running iabak for first time, getting .iabak-install-get-annex: No Such file or directory
[Debian 10] Running iabak for first time, getting .iabak-install-get-annex: No Such file or directory
Oct 8, 2021
Hello, I'm trying to run IABAK on Debian 10, but I'm running into this after running
iabak
for the first time:Sure enough,
.iabak-install-git-annex
doesn't exist, and looking atiabak-helper
, starting at line 318:I'm not familiar with flock nor git-annex, so I wanted to report this issue and see if there's something I did wrong or if this is just an issue with the code.
Edit: I've wiped and re-cloned the repo just in case it was something with the clone. Issue persists.
The text was updated successfully, but these errors were encountered: