aliyun / ossfs

Export s3fs for aliyun oss.
GNU General Public License v2.0
735 stars 152 forks source link

curl.cpp:RequestPerform(1846): ### CURLE_WRITE_ERROR #67

Closed kdaye closed 7 years ago

kdaye commented 7 years ago

Archlinux 跟着这个编译的

git clone https://github.com/aliyun/ossfs.git
cd ossfs
./autogen.sh
./configure
make
sudo make install

挂载成功 ossfs xxxx /data -ourl=oss-cn-beijing.aliyuncs.com -o allow_other

/data设置为syncthing的同步文件. 用docker Syncthing同步时遇到的这个error. 原先oss是挂载在阿里云Ubuntu上的,也是用docker syncthing同步文件运行正常.

$ journalctl -xe
Jun 26 23:07:17 HomeServer s3fs[1047]: curl.cpp:RequestPerform(1961): ### giving up
Jun 26 23:07:17 HomeServer s3fs[1047]: fdcache.cpp:Write(1496): failed to load uninitialized area before writing(errno=-5)
Jun 26 23:07:19 HomeServer s3fs[1047]: curl.cpp:RequestPerform(1846): ### CURLE_WRITE_ERROR
Jun 26 23:07:21 HomeServer s3fs[1047]: curl.cpp:RequestPerform(1846): ### CURLE_WRITE_ERROR
Jun 26 23:07:26 HomeServer s3fs[1047]: curl.cpp:RequestPerform(1846): ### CURLE_WRITE_ERROR
Jun 26 23:07:28 HomeServer s3fs[1047]: curl.cpp:RequestPerform(1961): ### giving up
Jun 26 23:07:28 HomeServer s3fs[1047]: fdcache.cpp:Write(1496): failed to load uninitialized area before writing(errno=-5)

所以,请问 是我编译的不对,还是有其他问题?