• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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