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

Hashdeep is idling and doing nothing. What's wrong? #413

Open
anohren opened this issue Feb 20, 2023 · 2 comments
Open

Hashdeep is idling and doing nothing. What's wrong? #413

anohren opened this issue Feb 20, 2023 · 2 comments

Comments

@anohren
Copy link

anohren commented Feb 20, 2023

I installed hashdeep using Homebrew on macOS Monterey, and I run the command below to scan a home directory on an APFS volume. All four CPU cores become 100% busy, hashdeep reads a total of 1.7 GB of data (there's ~90 GB in the directory), and then all CPU and disk utilization stops. There's no more output than the following:

% sudo hashdeep -c md5 -r -l ./andreas > ~/Desktop/hashdeep-andreas.txt
Password:
./andreas/.wine/dosdevices/z:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/fuse/osxfuse.pc: No such file or directory
./andreas/.wine/dosdevices/z:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/fuse/fuse.pc: No such file or directory
./andreas/.wine/dosdevices/z:/usr/lib/libstdc++.6.dylib: No such file or directory
./andreas/.wine/dosdevices/z:/usr/lib/libhunspell-1.2.0.dylib: No such file or directory
./andreas/.wine/dosdevices/z:/usr/lib/libiodbc.2.dylib: No such file or directory
./andreas/.wine/dosdevices/z:/usr/lib/libiodbcinst.2.dylib: No such file or directory
./andreas/.wine/dosdevices/z:/usr/X11: No such file or directory
./andreas/.wine/dosdevices/z:/usr/X11R6: No such file or directory

Why isn't the program doing anything, outputting anything, or returning? Did I use the options incorrectly?

@anohren
Copy link
Author

anohren commented Feb 20, 2023

Tried it again but with -o f which finished successfully. Not sure what went wrong though. Infinite recursion should've made itself known.

@WayneSallee
Copy link

WayneSallee commented Aug 16, 2024

Tried it again but with -o f which finished successfully. Not sure what went wrong though. Infinite recursion should've made itself known.

I just ran into the same problem the other day. Using "-o f" fixed the problem.

It just sat there and did nothing. I had it with "-relvvv". It was in a gcc build folder, and the last error was
./home/PackageUsers/gcc/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stamp-bits: Too many levels of symbolic links
With the last hash being
0,d41d8cd98f00b204e9800998ecf8427e,e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,./home/PackageUsers/gcc/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/tmp_sgetc_1out.tst

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

2 participants