zfarhad2000

Registered
Jun 10, 2009
1
0
51
Hi,

I have received many emails from Cron Daemon as follows:
/usr/local/sbin/XenConfig.pl already running
INIT failed--call queue aborted.

I don't know what is XenConfig.pl? I have searched cPanel forum and Internet and not found any information about this.

I have checked server process list and found XenConfig.pl is running and can't be complete:
#ps aux | grep XenConfig
root 19913 0.0 0.0 178744 18736 ? Ss 18:52 0:00 /usr/bin/perl -w /usr/local/sbin/XenConfig.pl --caller=cron
root 20952 0.0 0.0 112648 972 pts/1 S+ 18:55 0:00 grep --color=auto XenConfig

How can i solving this issue?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello,

You could try viewing the file to see if the contents help identify what it's doing. EX:

Code:
cat /usr/local/sbin/XenConfig.pl
Thank you.