• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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