Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: jdavey on September 01, 2010, 11:23:28 PM

Title: Affa on SME8.0b6
Post by: jdavey on September 01, 2010, 11:23:28 PM
Has anyone had any success in installing Affa on SME8.0b5 or b6?

I was getting ready to test Affa on two SME8.0b5 boxes (one box with Affa performing hourly backups of the primary SME8.0b5 box) but I hit a dependency issue installing Affa.

Quote
Missing Dependency: perl-Filesys-DiskFree is needed by package smeserver-affa-2.0.0-rc4.noarch (/smeserver-affa-2.0.0-rc4.noarch)
Error: Missing Dependency: perl-Filesys-DiskFree is needed by package smeserver-affa-2.0.0-rc4.noarch (/smeserver-affa-2.0.0-rc4.noarch)

Has anyone tried correcting this dependancy issue yet? If not, I'll take a crack at breaking it....
Title: Re: Affa on SME8.0b6
Post by: Stefano on September 01, 2010, 11:27:09 PM
hi

setup Dag's (http://wiki.contribs.org/Dag) repo as per wiki (remember to adapt the code to el5 path), then install it with

Code: [Select]
yum --enablerepo=dag install perl-Filesys-DiskFree

HTH
Title: Re: Affa on SME8.0b6
Post by: jdavey on September 02, 2010, 12:05:19 AM
Why didn't I see that??!

Thanks - that helps plenty.