segmentation fault at decryption
Brought to you by:
thesun
From: Frederico R. A. <dev...@gm...> - 2008-06-19 00:20:52
|
Hi. I am trying to decrypt a previously encrypted directory and got a segmentation fault. I encrypted the directory /home/ugah/files with the following command: rsyncrypto --delete -c -n /home/ugah/.ssh/filemap -r /home/ugah/files /home/ugah/filesencrypted/files /home/ugah/filesencrypted/keys /home/ugah/.ssh/backup.crt Now, at a different directory, I am trying to decrypt using the following command: rsyncrypto -v -r -n /home/ugah/.ssh/filemap -d /home/ugah/filesencrypted/files . /home/ugah/filesencrypted/keys /home/ugah/.ssh/backup.crt I am getting the following output: ------------- Decrypting /home/ugah/filesencrypted/files/A1D29FC1ED101FFC4DAD1CD3C92B9699 Segmentation fault --------- What could be wrong? Should I generate rsyncrypto with debugging information? How to do that? Thank you, -- Fred |