I am using Ubuntu 14.04 and I get the same problem. On another Ubuntu 14.04 I can mount, on this machine I have the following behavior:
* mounting with fs-passphrase set in the config file causes ObjectNotEncrypted exception * mounting without fs-passphrase set in the config file causes a prompt for the passphrase of the filesystem "Enter file system encryption passphrase:" However I noticed that my version seems to be very old: $ mount.s3ql --version S3QL 1.16 I remembered that on my other computers I had to do a filesystem upgrade, and that I probably used an up-to-date version there. So I did $ sudo apt-add-repository ppa:nikratio/s3ql And then I upgraded the s3ql package (which also installed python3) Now I have the latest version: $ mount.s3ql --version S3QL 2.11 And now mounting works again! -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
