mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #78] s3fs crashes on ls #44
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sanemat on GitHub (Oct 30, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/78
I can mount the bucket which I want, but I met a crash on ls. After the crash, I see
Device not configured, and s3fs unmount this automatically(?).This is the log with
-f -doption, actual command:s3fs BUCKET_NAME /mnt/s3fs-test/ -o uid=UID -o gid=GID -o use_cache=/tmp -d -f$ s3fs --version
Amazon Simple Storage Service File System V1.78 with OpenSSL
I use current(2014-10-30) s3fs-fuse master
77d4d066b5Mac OS X 10.9.5
Related issue(?)
s3fs appears to crash on ls with permission failure
@ggtakec commented on GitHub (Nov 8, 2014):
It seems that s3fs(curl library) failed to connect s3 server.(code 7 means CURLE_COULDNT_CONNECT).
So that, s3fs exited without unmounting.
I will check codes for unmounting.
@ggtakec commented on GitHub (Nov 8, 2014):
If you can, please set multireq_max option as under 20( try 10 or small).
And about unmounting, I think that something wrong is occured in fuse because s3fs destroy hook is called. I will continue to check the reason about it.
@ggtakec commented on GitHub (Jan 17, 2016):
I'm sorry about this Issue had been left at a long period of time.
If you have this problem yet, please try to use latest code because some problem about multipart request etc were fixed.
("-f", "dbglevel" and "curldbg" options help to solve your problem.)
And if you found a problem, please post new issue.
Thanks in advance for your help.
@bs-thomas commented on GitHub (Jul 4, 2017):
Hello there,
I still have the exact issue @sanemat is addressing. I have a log folder of 1000 files, and it works fine when I list folders with little or no files. But once I do "ls" on the log folder of 1000 files, it simply freezes.
I also tried to check the s3fs logs (/var/log/messages) as suggested on the wiki:
https://github.com/s3fs-fuse/s3fs-fuse/wiki/FAQ
However, no logs, and not even the file was there.
After I Ctrl+C, I cannot access any mounted files anymore (even those that do not work). It shows the error as follows:
Wondering if anyone else is facing this issue, or has any fixes or thoughts about it.
@Izzette commented on GitHub (Oct 22, 2020):
I'm thinking I'm having this same issue too, despite the age, it seems not to work.
After I (finally) scan the entire directory index, s3fs does a bunch of this and says "Device not configured":
@kakadais commented on GitHub (Dec 28, 2020):
This ages problem happend to me too;;
Can't believe there's no answer still ;(
@gaul commented on GitHub (Dec 29, 2020):
Please open a separate issue instead of tagging an unrelated 6-year old issue. You will likely need to collect a stack trace via gdb.
Answers do not magically appear -- volunteers support s3fs with their free time. Please consider your tone when interacting with public issues which reflects on you professionally.