Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Debian 10] Running iabak for first time, getting .iabak-install-get-annex: No Such file or directory #66

Open
Alcatraz077 opened this issue Oct 7, 2021 · 1 comment

Comments

@Alcatraz077
Copy link

Alcatraz077 commented Oct 7, 2021

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.

@Alcatraz077
Copy link
Author

Alcatraz077 commented Oct 8, 2021

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant