Diogo Vieira <d...@eurotux.com> writes:
> Hi,
>
> I'm getting an ObjectNotEncrypted Exception when I fsck the file
> system I just created (without errors; and I checked that the files
> are created in the backend) like so:
>
> [dfv@host-10-10-6-23 s3ql-2.7]$ bin/mkfs.s3ql --force 
> eds://failing_eds_test/prefix/
> Starting new HTTP connection (1): 10.10.6.23
[...]

I think it would be appropriate to mention that you are not just using
S3QL, but that you are developing your own backend. This problem is
almost certainly due to a bug in your code. :-)


> Uncaught top-level exception:
> Traceback (most recent call last):
>   File "bin/fsck.s3ql", line 26, in <module>
>     s3ql.fsck.main(sys.argv[1:])
>   File "/home/dfv/s3ql-2.7/src/s3ql/fsck.py", line 1109, in main
>     elif backend.lookup('s3ql_metadata')['seq_no'] != param['seq_no']:
>   File "/home/dfv/s3ql-2.7/src/s3ql/backends/common.py", line 635, in lookup
>     return self._unwrap_meta(metadata)
>   File "/home/dfv/s3ql-2.7/src/s3ql/backends/common.py", line 667, in 
> _unwrap_meta
>     raise ObjectNotEncrypted()
> s3ql.backends.common.ObjectNotEncrypted
>
> Can someone please tell me what should I do?

I'd start with running the test suite and putting your code somewhere
online so that people can look at it.


Best,
-Nikolaus
-- 
Encrypted emails preferred.
PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C

             »Time flies like an arrow, fruit flies like a Banana.«

-- 
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 s3ql+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to