-
Notifications
You must be signed in to change notification settings - Fork 18
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
AssertionError on very small dir #69
Comments
Uploading dduper.strace.log…
Tried running it in container as privileged, mapped device as well as directly at host level - same error.
|
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
strace -o /mnt/logs.txt dduper --device /dev/mapper/cachedev_0 --dir /mnt/Exchange --analyze --recurse
Traceback (most recent call last):
File "/usr/sbin/dduper", line 575, in
main(results)
File "/usr/sbin/dduper", line 465, in main
dedupe_dir(results.dir_path, results.dry_run, results.recurse)
File "/usr/sbin/dduper", line 456, in dedupe_dir
dedupe_files(file_list, dry_run)
File "/usr/sbin/dduper", line 410, in dedupe_files
ret = do_dedupe(src_file, dst_file, dry_run)
File "/usr/sbin/dduper", line 224, in do_dedupe
assert len(out1) != 0
AssertionError
Strace log attached.
logs.txt
The text was updated successfully, but these errors were encountered: