Koozali.org: home of the SME Server

Affa on SME8.0b6

Offline jdavey

  • ***
  • 43
  • +0/-0
Affa on SME8.0b6
« 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....
...

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Affa on SME8.0b6
« Reply #1 on: September 01, 2010, 11:27:09 PM »
hi

setup Dag's 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

Offline jdavey

  • ***
  • 43
  • +0/-0
Re: Affa on SME8.0b6
« Reply #2 on: September 02, 2010, 12:05:19 AM »
Why didn't I see that??!

Thanks - that helps plenty.
...