Closed GoogleCodeExporter closed 9 years ago
I forgot to add the information about the installation, here it is:
# s3fs --version
Amazon Simple Storage Service File System 1.71
Copyright (C) 2010 Randy Rizun <rrizun@gmail.com>
License GPL2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
root@www1:~ #
root@www1:~ # pkg info | grep fuse
fusefs-libs-2.9.3_2 FUSE allows filesystem implementation in
userspace
fusefs-s3fs-1.71_2 FUSE-based file system backed by Amazon S3
# uname -a
FreeBSD www1 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59
UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
Original comment by just2reg...@gmail.com
on 18 Jun 2014 at 12:44
Hi
I think you should upgrade s3fs version.
The latest version on Github(https://github.com/s3fs-fuse/s3fs-fuse), the
latest s3fs version is 1.77.
Please rebuild s3fs v1.77(or master branch's code), and run it for testing.
Thanks in advance in your help.
Original comment by ggta...@gmail.com
on 20 Jun 2014 at 3:49
the latest code does not compile on FreeBSD:
openssl_auth.cpp:97:10: error: static_cast from 'pthread_t' (aka 'pthread *')
to 'unsigned long' is not allowed
return static_cast<unsigned long>(pthread_self());
Original comment by just2reg...@gmail.com
on 24 Jun 2014 at 12:37
I got this issue also on FreeBSD
Original comment by marcoleu...@gmail.com
on 16 Oct 2014 at 8:45
Hi, all
I updated master branch on GitHub.
Please try to use it, and if you find bugs please post new issue on Github.
Regards,
Original comment by ggta...@gmail.com
on 21 Oct 2014 at 3:02
Original issue reported on code.google.com by
just2reg...@gmail.com
on 18 Jun 2014 at 12:40