0

I'm receiving the below error when starting secast

service secast start Starting SecAstQFSFileEngine::open: No file name specified [FAILED]

Has anyone run into this issue before? I'm running CentOS 6.5 with Asterisk 11

All config files appear to be in the correct location and there are no log files to review.

Thanks in advance.

Andy
  • 1
  • Could you modify your post - perhaps enclosing the pasted lines into code braces? The lack of newlines makes this tough to read. Also are these lines onscreen or in the log file? Could you paste the lines from the SecAst log file, from service start to end (including where the error appears)? – TSG Jun 04 '14 at 13:09

1 Answers1

0

Did you check that the SecAst package you downloaded is not corrupt? (Did you compare the md5sum of your file to that on the www.generationd.com website?). Any warnings on untarring/unzipping?

What is the filename setting in the [logging] section of secst.conf? Does the path exist? Do you have write permissions all the way to that file name?

TSG
  • 1,674
  • 7
  • 32
  • 51