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

feature request: enosys: function not implemented when running npm install . #115

Open
ctappy opened this issue May 23, 2024 · 1 comment

Comments

@ctappy
Copy link

ctappy commented May 23, 2024

when running npm install . or yarn install the error enosys: function not implemented comes up. It's not a big deal but would be great for running development environments on geesefs. Thanks!

@vitalif
Copy link
Collaborator

vitalif commented Jun 26, 2024

Hi, which Linux kernel version do you use?
I tried npm install myself and didn't get any ENOSYS messages, at least in the npm console output.
There was one ENOSYS in the --debug_fuse log, but it was related to FUSE opcode 52 which is a very recent one - it's FUSE_STATX added in Linux 6.6: https://www.phoronix.com/news/Linux-6.6-FUSE
You can also try to run GeeseFS with --debug_fuse --log-file log.txt yourself and then post it here or look for "function not implemented" messages in it. In my case it looks like:

2024/06/26 13:51:57.222354 fuse.DEBUG Op 0x00000072        connection.go:428] <- unknown (inode 1148, opcode 52)
2024/06/26 13:51:57.222430 fuse.DEBUG Op 0x00000072        connection.go:519] -> Error: "function not implemented"

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