> Diogo Vieira <[email protected]> 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. :-)
Oh, sure, I forgot to mention it :). And, as you guessed, the problem was on my
backend.
>
>> 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.
I've been working the code to pass the tests and everything's working correctly
and passing all the tests now. I'll probably publish the source code later but
since this is still an early prototype and I got everything to work I won't do
it for now.
Thank you very much for your help!
Diogo Vieira
--
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.