Package Details: s3ql 2.13-1

Package Base: s3ql
Description: A full-featured file system for online data storage.
Upstream URL: https://bitbucket.org/nikratio/s3ql/overview
Category: system
Licenses: GPL3
Submitter: bremac
Maintainer: bremac
Last Packager: bremac
Votes: 6
First Submitted: 2010-12-28 01:15
Last Updated: 2015-04-27 00:30

Latest Comments

Comment by bremac

2014-03-29 18:39

I've released 2.8. Let me know if there are any issues -- there was some sort of issue with llfuse not being registered properly with pkg_resources, so I forced an update by requiring llfues >= 0.40-2. Hopefully this fixes the problem.

Comment by bremac

2013-08-10 22:29

Sorry, I didn't have any time last weekend. 2.3 seems to be stable now (in that I can actually build the package and use it), and the real changes are in the implementation instead of the interface, so I have no problem with upgrading to 2.x.

Please be sure to unmount your s3ql filesystems before upgrading from 1.x to 2.x.

Comment by yar

2013-08-10 01:53

Any chance of getting the 2.x branch, or should that be a separate package? Either way you're still out-of-date...

Comment by bremac

2013-04-26 00:23

Thanks, I've updated the dependency.

Comment by bluephoenix47

2013-04-25 21:16

I've taken over maintenance of python-pyliblzma, and I'm renaming it to match python package naming conventions. The new package is named python2-pyliblzma.

Comment by bremac

2013-03-10 06:50

Cool, good catch richli. I've removed it from the dependencies.

Comment by richli

2013-03-06 22:40

The python2-argparse dependency isn't needed since argparse is part of the Python standard library for Python >= 2.7 and >= 3.2 <https://pypi.python.org/pypi/argparse>.

Comment by bremac

2012-12-28 17:21

Thanks, I see that the CVS repo appears to be deprecated, so I've changed it.

Comment by bluephoenix47

2012-12-28 04:25

I needed to change makedepends=('gccxml-cvs' 'gcc') to makedepends=('gccxml-git' 'gcc') to build this properly.

Anonymous comment

2011-09-29 21:41

ptwl update,

I did a yaourt -Rds s3ql to remove s3ql + dependencies

then re installed s3ql, now it is working

Anonymous comment

2011-09-29 20:47

Im getting this error:

Traceback (most recent call last):
File "/usr/bin/fsck.s3ql", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

when I try mount.s3ql or fsck.s3ql, any idea why?

Comment by bremac

2011-05-28 18:16

Alright, the S3QL and LLFUSE packages have been updated. There have been a few reports of unusually high CPU usage on the mailing list, but nothing reproducible so far - please fire off an email if this happens to you.

Comment by bremac

2011-05-27 01:02

Thanks. I was waiting a few days after the announcement to make sure no new bugs were reported on the mailing list. I'll update it tomorrow.

Anonymous comment

2011-05-26 23:44

2011-05-20, S3QL 1.0.1 is out!! :)

Anonymous comment

2011-04-03 16:11

you should add

cp -r contrib $pkgdir/usr/share/doc/$pkgname/

in the end of the build section...