Takeshi Nakatani

Results 292 comments of Takeshi Nakatani

@loongyiyao Please let me check a few things. > /dev/cache1 this is cache dictionary, Does this mean the directory is mounted using `cachefs` or something? (I'm not familiar with this.)...

@kulanjith404 When starting s3fs, try adding the `dbglevel=info` (or `=dbg`) or `curldbg` option to output the log. I think those logs will help resolve this issue. @sdlAnti The content of...

@kulanjith404 Since s3fs is running in the background, could you find the log messages in the system log file(under `/var` directory)? Alternatively, you can start s3fs in the foreground(with the...

@Roay Thank you for your detailed explanation. @amarjayr And also for providing the code for testing, thanks! I checked the calling sequence you pointed out and confirmed the possibility of...

@Roay @amarjayr I have posted PR #2478 as a solution to this problem. If you can test the problem with the source code, please try it. Thanks in advance for...

@amarjayr Thank you for your cooperation, letting us know that the issue has been resolved. We expect the PR will be merged after review, please wait a little while until...

See also #2328, which contains the same content as this issue. And about this, I would like to carefully consider the transition to AWS C++. For example, I am still...

Guthub Actions(CI) tests for CentOS 7 can no longer be cpmpleted(could not use mirror repository). We need to prepare to remove CentOS 7 from GHA.

@juliogonzalez @gaul Please let me know your opinions. As a test, I created a branch that can run GHA with Vault C7.9.2009. https://github.com/ggtakec/s3fs-fuse/tree/centos7 (The changes in the repository are a...