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
Before using S3QL, make sure to read the user's guide, especially
the 'Important Rules to Avoid Loosing Data' section.
Starting new HTTP connection (1): 10.10.6.23
Purging existing file system data..
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Please note that the new file system may appear inconsistent
for a while until the removals have propagated through the backend.
Enter encryption password: 
Confirm encryption password: 
Generating random encryption key...
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Creating metadata tables...
Dumping metadata...
..objects..
..blocks..
..inodes..
..inode_blocks..
..symlink_targets..
..names..
..contents..
..ext_attributes..
Compressing and uploading metadata...
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Wrote 0.00 MiB of compressed metadata.
[dfv@host-10-10-6-23 s3ql-2.7]$ bin/fsck.s3ql eds://failing_eds_test/prefix/
Starting new HTTP connection (1): 10.10.6.23
Enter file system encryption passphrase: 
Starting new HTTP connection (1): 10.10.6.23
Starting fsck of eds://failing_eds_test/prefix/
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Starting new HTTP connection (1): 10.10.6.23
Using cached metadata.
Starting new HTTP connection (1): 10.10.6.23
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?

Thank you in advance,

Diogo Vieira <[email protected]>
Programador 
Eurotux Informática, S.A. | www.eurotux.com
(t) +351 253 680 300

-- 
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.

Reply via email to