Announcement

Collapse
No announcement yet.

softaculous cron job core dumping

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • softaculous cron job core dumping

    Hello,

    We were testing cPanel/CloudLinux/ksplice and R1Soft. Everything appear to be working smoothly but the daily softaculous cron job core dumps. If we boot back to regular centOS it runs fine. Not sure if its the cron job directory or Ioncube as the cron job is encoded.

    We do have the core file if that helps.

    Thanks

  • #2
    Try disabling LVE limits for cron jobs. I think softaculous might be hitting memory limits


    If that helps -- try increasing memory limits.

    Comment


    • #3
      Hello,

      The softaculous cron runs as root (this is from /etc/cron.d):

      5 1 * * * root /usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/cron.php >> /dev/null 2>&1

      Comment


      • #4
        could you run as:
        strace /usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/cron.php 2>&1|gzip -c > out.gz
        And send file out.gz to iseletsk@cloudlinux.com

        If you don have strace installed:
        yum install strace

        Comment


        • #5
          I don seem to have this problem with Softaculous. Does anyone else have it?

          Comment

          Working...
          X