You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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"
when running
npm install .
oryarn install
the errorenosys: function not implemented
comes up. It's not a big deal but would be great for running development environments on geesefs. Thanks!The text was updated successfully, but these errors were encountered: