Rsyncrypto error message: mmap failed: No such device
Brought to you by:
thesun
From: Edwin S. <po...@Ed...> - 2005-11-26 07:30:28
|
Dear rsy...@li..., I love the idea behind this funcionality. I just have some difficulties i= n setting it up. I use Fedora core 2 and ran into the following problems: -> Fedora needs archtable2. I downloaded the .tgz and compiled/installed = it. -> Shared library not found: export LD_LIBRARY_PATH=3D"/usr/local/lib" After this I'm able to compile and install rsyncrypto. Now the hard part...getting it to work. With the limited documentation I got this far: -> Create keys openssl genrsa -passout pass:<password> -aes256 -out backup.key -> Remove password from key openssl rsa -passin pass:<password> -in backup.key -out $CERT_NAME.nopass= .key -> Create certificate (public key) openssl req -new -key backup.nopass.key -x509 -out backup.crt When using rsyncrypto with these keys I get the folllowing error: [user@system]# rsyncrypto /home/user/ /var/backup/ /root /root/backup.crt mmap failed: No such device Help please :) Regards, Edwin Schouten. |