casync icon indicating copy to clipboard operation
casync copied to clipboard

provide more detail on failure during extraction

Open chergert opened this issue 8 years ago • 2 comments

I get this when trying to run an extract of a rather large set of ISOs (some 30gb).

Failed to run synchronizer: Operation not permitted

Given the number of syscalls, I'd rather not trouble shoot with strace :)

Additionally, it might be nice if it could continue trying to extract further files (which might succeed) even though this one particular file failed.

chergert avatar Jun 23 '17 20:06 chergert

This problem is not specific to extraction. I tried to create an OS tree archive as normal user and it failed with the same error message. Finding why did this fail took a while (because some files in /etc are not world readable), but casync should definitely print who caused the failure.

fsateler avatar Jul 04 '17 01:07 fsateler

I stumpled upon this today, also getting

Failed to run synchronizer: No such process

As already said, the output of strace is quite overwhelming and some more context would make error message really helpful.

What I did figure out: It happens when a file you extract is owned by some user not existing on the system you are extracting on. At least either running casync --without=user-names or creating that user both fixed it for me.

jakicoll avatar Jan 01 '24 19:01 jakicoll