-
Notifications
You must be signed in to change notification settings - Fork 1k
s3fs: unexpected error from stat(). #1889
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
Comments
We are seeing this issue as well.
Was there a new release recently? We automate the setup in Docker, and this occurred after pushing a code update. The dockerfile clones from the master branch. I'm going to try changing it to target the 1.9.0 release instead, hopefully this helps. EDIT: Definitely something up with the latest commits from within the last week. I'll keep using v1.90 tag until new release. Thanks. |
Bumping, same issue, no change to code or our automatic deployment. Our last successful deploy was 16 days ago, and failed yesterday, so some change between those two times on the master branch caused the issue. Solution for now is switching to 1.9.0 as already stated. |
I'm getting this same error after a fresh
results in
I am using M1 MacBook Ventura 13.0.1. |
I think this bug has been fixed in master, so I will close this issue. |
Still has this error |
still errorfixed @Yaski Using absolute path of passwd_file (eg: /Usr/jacky/.passwd-s3fs) instead of "~ /.passwd-s3fs" fixed this error "s3fs: unexpected error from stat(~/.passwd-s3fs)". |
You can also use |
Additional Information
Version of s3fs being used (s3fs --version)
1.90
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
2.9.7
GNU/Linux Distribution, if applicable (cat /etc/os-release)
NAME="Ubuntu"
VERSION="18.04.6 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.6 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
s3fs command line used, if applicable
Details about issue
Hello,
if i try to mount the s3 bucket with the given line i just get the error "s3fs: unexpected error from stat()". The mountpoint does exist and if i check the connection to s3 via
i can see every file from the bucket.
Can somebody help me figure out the problem? Do you need any additional information.
Kind regards
The text was updated successfully, but these errors were encountered: