Closed noma closed 10 years ago
Hi,
This is the same as issue #58. I added the instructions to create the directory in the install.sh installation script (commit 6832549d68bf7d00f5f569289b44deab1e9576d0), however this is a temporary fix, the correct way would be to allow to specify the desired log file in director.cfg and create the log file and its directory during runtime. For this reason, I will leave this issue open until I implement this.
Thanks.
Sorry, I forgot to check for an existing issue.
I used "make install" instead of "install.sh". (The installation guide from the website says "make install".) These two mechanisms seem to be inconsistent. I suggest the Makefile should simply call install.sh for the install target.
Fixed in commit 12bb4eb6c54a61d30f731da422bf0c6d692ec465. Now the two mechanisms are consistent. This can be closed.
Occasionally, I get something like the following error:
It can be reproduced by
I guess the folder "/var/log/cpsdirector" should be created with the correct owner and access rights during the director installation or during runtime. Doing so manually fixes the issue for me.