| 290 | | If the profiles can be compiled successfully but noting happens when using `ant deploy`, it is necessary to check the hook script configuration and connexion between the Subversion server and the Quattor server. Normally, an error during `post-commit` hook script results in a mail sent to the address contained in hook script NOTIFY variable (be sure to have it edited to a valid address on your site). |
| 291 | | |
| 292 | | In case there is no error reported by `ant` and no mail sent with the error, main things to check are : |
| 293 | | |
| 294 | | * Check that Apache user has executable rights on hook script `post-commit`. |
| 295 | | * Check NOTIFY variable in hook script : should be a valid email address where to report errors. |
| 296 | | * Login as Apache user on the subversion server and check that you can successfully ssh into the Quattor server as root without password. If necessary, fixed ssh keys configuration. |
| 297 | | * Try to execute the command triggered by hook script via ssh. For this you need to indentify the last tag for templates. For example : |
| 298 | | {{{ |
| 299 | | svn ls http://svn.example.org/Quattor/templates/tags |
| 300 | | ssh -l root quattor_server /root/quattor/scripts/build-tag.pl template_tag |
| 301 | | }}} |
| | 290 | Look at [https://trac.lal.in2p3.fr/LCGQWG/wiki/Doc/SCDB/Server dedicated page]. |
| | 291 | |