mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #547] RHEL "Transport endpoint is not connected" unless run in foreground #311
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#311
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 @tpyro on GitHub (Mar 21, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/547
Additional Information
Version of s3fs being used (s3fs --version)
V1.80(commit:d40da2c) with NSS
Version of fuse being used (pkg-config --modversion fuse)
2.9.2
System information (uname -a)
Linux ip-172-31-xx-xxx.us-west-2.compute.internal 3.10.0-514.10.2.el7.x86_64 #1 SMP Mon Feb 20 02:37:52 EST 2017 x86_64 x86_64 x86_64 GNU/Linux
Distro (cat /etc/issue)
Red Hat Enterprise Linux Server release 7.3 (Maipo)
\S
Kernel \r on an \m
s3fs command line used (if applicable)
/etc/fstab entry (if applicable):
N/A
s3fs syslog messages (grep s3fs /var/log/syslog, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
I have seen this segfault as well but it's sporadic:
Debug output when (successfully) using the -f foreground option:
mount parameters the same whether I use -f or not:
Tried specifying URL, passwd_file, endpoint, retries and allow_other, also setenforce=0 (SELinux permissive mode) to no avail.
@ggtakec commented on GitHub (Apr 2, 2017):
@tpyro Thank you for this report.
It seems to be segfault, then please let me know about the following questions.
Has s3fs process terminated immediately after starting s3fs before executing any command(ls etc)?
Or after executing any command(ls etc)?
If you can, would you run s3fs with "-o dbglevel=info -o curldbg" ?
It puts many logs about s3fs and curl, so please let me know about the logs.
Thanks in advance for your help.
@gaul commented on GitHub (Mar 17, 2019):
Could you test again with 1.85 which includes
f53503438c?@gaul commented on GitHub (Jul 11, 2019):
Please test with 1.85 and reopen if symptoms persist.