• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

event manager problem

D

dhthwy

Guest
What's going on here. I'm sure it's something simple?


Jan 13 16:18:00 heat Event manager[11388]: Can't execute /usr/local/psa/bin/domaincreat.sh: No suc
h file or directory

heat# ls -la /usr/local/psa/bin/domaincreat.sh
-rwxr-xr-x 1 root wheel 300 Jan 11 20:06 /usr/local/psa/bin/domaincreat.sh
 
Maybe its something within the script it cant find?
 
Also, where does event logs go to or in? because I dont think my events work.
 
Yep you're right. It was a bug inside the script. I feel like an idiot. :)

the path to the shell at the top of the script was wrong. works fine now. I forgot that freebsd doesn't stock bash in its base system so its in /usr/local/bin not /bin.

the event manager logs to syslog so error's should be sent to your /var/log/messages file.
 
Glad to be of help, and thank you for yours.

I'm fairly new to Linux, so I'm learning every day.......

Thanks and good luck
 
Back
Top