yandex-cloud / geesefs

Finally, a good FUSE FS implementation over S3
Other
693 stars 45 forks source link

fuse.ERROR writeMessage: invalid argument [80 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0] #87

Closed 2232729885 closed 11 months ago

2232729885 commented 1 year ago

linux distribution:centos7.9

kernel version: CentOS Linux release 7.9.2009 (Core)

i download geesefs,then mount minio bucket using below command: ./geesefs-linux-amd64 --endpoint http://192.168.124.222:31426 test:models /home/chenziwen/s3/ it occur error: ‘s3.INFO anonymous bucket detected fuse.ERROR writeMessage: invalid argument [80 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0] main.INFO File system has been successfully mounted.’ image

when i try to mount again, I get the error: 's3.INFO anonymous bucket detected main.FATAL Mounting file system: Mount: Statting mount point: stat /home/chenziwen/s3/: connection refused' image

but i have another same centos7.9 node , it works fine. so why? image

2232729885 commented 11 months ago

have resolved this issue, the solution is to upgrade linux kernel version to 3.10.0-1160.95.1.el7.

if you use redhat/centos,you can run the command: 'yum install kernel-3.10.0-1160.95.1.el7'

2232729885 commented 11 months ago

have resolved