Re: what am I doing wrong?
Brought to you by:
thesun
From: Shachar S. <sh...@sh...> - 2008-05-26 06:03:46
|
Frederico Rodrigues Abraham wrote: > I ran now with -vv. The error message was, at the end of encryption: > > Encrypting /home/ugah/files/wallpapers/13.jpg > Encrypting /home/ugah/files/wallpapers/valley.jpg > Encrypting /home/ugah/files/wallpapers/verde.jpg > Encrypting /home/ugah/files/wallpapers/evocation.jpg > Encrypting /home/ugah/files/wallpapers/sara-02.jpg > file open failed: No such file or directory > ike:~> > > > My platform is Debian unstable, rsyncrypto 1.09 > -- Fred > I suspect that something is wrong with /home/ugah/files/wallpapers/sara-02.jpg, but lets make sure. I'm attaching a patch to rsyncrypto for better error reporting of these errors. Here's what you have to do in order to apply it: As root: apt-get update (or aptitude update, or whatever you usually do. Sid already has version 1.10, so I know your system is out of date `-). apt-get build-dep rsyncrypto apt-get install devscripts As a normal user: cd <some directory where you can work> apt-get source rsyncrypto cd rsyncrypto-1.10 patch -p0 < report.patch (the file attached to this email) dch --nmu at this point an editor will open up. Just save the file there with no further changes dpkg-buildpackage As root again cd <same directory as before> dpkg -i rsyncrypto_1.10-1.1_<whatever platform>.deb Run the program again and report what it says failed. Shachar |