dorianps

Results 110 comments of dorianps

> did anyone ran `enableremote` with `--debug` to gather more information? ``` $ git annex enableremote origin --debug [2023-04-22 12:30:50.21507286] (Utility.Process) process [25875] read: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","show-ref","git-annex"] [2023-04-22 12:30:50.225530872] (Utility.Process) process...

Thank you for getting back to us. I did not show this because it does not resolve the missing softlink, of course. ``` $ls -lLn task-nback_beh.json ls: cannot access task-nback_beh.json:...

Sorry for the delay. Here is the result: ``` [userA@mri bids]$ git cat-file -p git-annex:remote.log fatal: Not a valid object name git-annex:remote.log [userA@mri bids]$ git cat-file -p git-annex:uuid.log 37aba014-f9fd-4b35-bfa5-5e2ec7186b06 userB@mri:/DATA/userB/STUDY-HD/STUDY-HD/data/bids...

I did some more research. No success yet, but please see below. I checked the folder permissions in the source location, both userA and userB have the same permissions. So...

Btw, googling these messages above does not give much to work on. Looks like this problem is kind of rare or unique.

I tried the initialization, and even to add a new remote with initremote, still no luck. ```console (base) [userA@mri ~]$ cd /DATA/dan/DorianTry/bids/ (base) [userA@mri bids]$ git annex init init ok...

Yes, I use `mv` within the same partition on the same linux server. I do, however, change ownership and permissions recursively after doing that, to restrict access. I also use...

Thank you. @yarikoptic , sent you a calendar invite. @loj , let's see if I can resolve something with yarikoptic today before I jump to the less familiar Matrix interaction...

@yarikoptic here is the log we talked about, showing uninformative annex debugging. As a reminder for others in this thread, we resolved this issue by upgrading annex version of the...

Hi @joeyh Here is the output for User A on the folder that actually did not work before and was fixed after upgrading annex to v10. ```console (base) [userA@mri bids]$...