Forum archive
Out of the box Redmine issue
Hi
I've downloaded turnkey-redmine-14.2-jessie-amd64.ova and created a vanila VM.
As soon as the vm is configured (setting all the passwords and email addresses) and it powers on I start getting email alerts with the following subjuct:
Cron <root@redmine> ruby $WEBROOT/extra/svn/reposman.rb --redmine localhost --svn-dir /srv/repos/svn --owner www-data --url file:///srv/repos/svn --key-file $WEBROOT/api_key 2>&1 >> /var/log/reposman.log
In the body of the email i have this:
/bin/sh: 1: ruby: not found
I've tried building the VM several times, I've also tried with and without installing the security updates and all result in the same issue.
I guess it relates to the following cron job that runs every minute
ruby $WEBROOT/extra/svn/reposman.rb --redmine localhost --svn-dir /srv/repos/svn --owner www-data --url file:///srv/repos/svn --key-file $WEBROOT/api_key 2>&1 >> /var/log/reposman.log
Can anybody help please?
Thanks
Donald