On Wed, Jan 07, 2009 at 05:43:09PM +0100, Lars Ebeling wrote:
2009-01-07 17:35:02 Could not start task hobbitclient using command
'/home/hobbit/client/bin/hobbitclient.sh': Permission denied
/home/hobbit/client/bin/hobbitclient.sh[52]:
/home/hobbit/client/bin/hobbitclient-hp-ux.sh: Execute permission denied.
What subversion client are you using ? Some of them don't set
permissions when checking out files. I just ran
svn co https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon/trunk
and the resulting trunk/client/*.sh has all execute permissions
set correctly. They are installed with "cp -fp" which should keep
permissions OK.
Anyway, I've added a "chmod" during "make install" so it should
be fixed now.