I am trying to install Aegir for the first time, and am having troubles with it verifying sites. My system is a fedora kernal. I have checked the hosting/queues page and it shows the queues are enabled, but having never ran.
Cron tab for aegis user looks like:
SHELL=/bin/bash
PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
*/1 * * * * /drush/drush.php hosting-dispatch --root='/mnt/aegir/hostmaster-0.4-alpha6' --uri='http://www.mysite.com'
aegir user has ownership of all files in the /mnt/aegir directory.
when i run:
/drush/drush.php --root='/mnt/aegir/hostmaster-0.4-alpha6' --uri='http://www.mysite.com' hosting-task 5 --debug
it returns back a simple:
array(
)
and nothing else as far as debug goes. Any ideas or suggestions how to resolve this would be awesome
Comments
Re ran the install host
Re ran the install host command seemed to fix this issue.