Dependency issue ncftp

Manie

Verified User
Joined
Jul 18, 2006
Messages
121
Location
Utrecht / Netherlands
Hi all,

I want to give Duply a try to do the incremental backups for my DA machine.
However Duply required ncftp, which is installed by DA, but yum is not aware of.

Can anyone explain to me what would be the safest way to proceeed?
( I could remove the ignore *ftop* from yum, but will this result in a broken system, or just two versions of ncftp on my system? )

Best regards,
Armand

Code:
Resolving Dependencies
--> Running transaction check
---> Package duply.noarch 0:1.6.0-1.el5 set to be updated
--> Processing Dependency: duplicity for package: duply
--> Running transaction check
---> Package duplicity.x86_64 0:0.6.21-1.el5 set to be updated
--> Processing Dependency: python-boto >= 0.9d for package: duplicity
--> Processing Dependency: python-GnuPGInterface >= 0.3.2 for package: duplicity
--> Processing Dependency: ncftp >= 3.1.9 for package: duplicity
--> Processing Dependency: librsync.so.1()(64bit) for package: duplicity
--> Running transaction check
---> Package duplicity.x86_64 0:0.6.21-1.el5 set to be updated
--> Processing Dependency: ncftp >= 3.1.9 for package: duplicity
---> Package librsync.x86_64 0:0.9.7-13.el5 set to be updated
---> Package python-GnuPGInterface.noarch 0:0.3.2-2.el5 set to be updated
---> Package python-boto.noarch 0:1.9b-6.el5 set to be updated
--> Finished Dependency Resolution
duplicity-0.6.21-1.el5.x86_64 from epel has depsolving problems
  --> Missing Dependency: ncftp >= 3.1.9 is needed by package duplicity-0.6.21-1.el5.x86_64 (epel)
Error: Missing Dependency: ncftp >= 3.1.9 is needed by package duplicity-0.6.21-1.el5.x86_64 (epel)
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
 
Hello,

try this:

Code:
yum search ncftp --disableexcludes=main
yum install ncftp --disableexcludes=main

and then follow your commands to install duplicity.

That should *not* break anything, just might you have either two versions of ncftp or get newer version replaced with an older one.

p.s. duplicity is going to be a part of directadmin sooner.
 
Back
Top