RE: Daemon Problems.. please help
02-08-2017, 03:53 AM
(This post was last modified: 02-08-2017, 03:54 AM by skeeta92.)
(02-08-2017, 02:05 AM)TGates Wrote: The cron log shows it as being executed and I do not see any errors related to it...?
You may need to check with the software vendor to see if others have had this issue and what their suggestion is.
So i realized when i manually run the cmmand
php -q /var/sentora/hostdata/zadmin/public_html/netserj_com/clients/crons/pop.php
it works perfect with no problems
POP Import Log
Date: 07/02/2017 12:52:55
---
Host: mail.netserj.com
Email: sales@netserj.com
Mailbox is empty
---
Host: mail.netserj.com
Email: support@netserj.com
Email Count: 1
---
Host: mail.netserj.com
Email: support@netserj.com
Mailbox is empty
---
but when sentora cron manager does it with this
php -d suhosin.executor.func.blacklist="passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec" -d open_basedir="/var/sentora/hostdata/zadmin/:/var/sentora/temp/" /var/sentora/hostdata/zadmin/public_html/netserj_com/clients/crons/pop.php
The error that i receive is
POP Import Log
Date: 07/02/2017 03:49:59
---
Host: mail.netserj.com
Email: sales@netserj.com
Directory "/tmp" not foundHost: mail.netserj.com
Email: support@netserj.com
Directory "/tmp" not foundHost: mail.netserj.com
Email: support@netserj.com
Directory "/tmp" not found[root@vps1 ~]#
So its not WHMCS because i can do it manually it has something to do with Sentora Cron? or do i need to execute certain way? Im not too sure.