• 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.

Cron segmentation fault;

elcopdoo

Basic Pleskian
Every hour I get email like this:
"/etc/cron.hourly/asl:
/etc/cron.hourly/asl: line 41: 25056 Segmentation fault (core dumped) /var/asl/bin/aum -ck > /dev/null 2>&1"

This started yesterday without any change in panel config...
Any solution for this?

I updated to MU4 today with no affect on this...

Denis
 
[root@server2 ~]# yum --enablerepo=tortix-common upgrade aum
Loaded plugins: fastestmirror, security
Determining fastest mirrors
epel/metalink | 21 kB 00:00
* base: mirror.centos.plus.hr
* epel: fedora.aau.at
* extras: mirror.centos.plus.hr
* tortix-common: www7.atomicorp.com
* updates: mirror.centos.plus.hr
base | 3.7 kB 00:00
base/primary_db | 4.4 MB 00:01
epel | 4.4 kB 00:00
epel/primary_db | 6.2 MB 00:02
extras | 3.4 kB 00:00
extras/primary_db | 19 kB 00:00
updates | 3.4 kB 00:00
updates/primary_db | 3.2 MB 00:01
Setting up Upgrade Process
No Packages marked for Update
 
Same issue

Make sure you are running the latest aum with:

yum --enablerepo=tortix-common upgrade aum

I had the same issue. Just started to get the segmentation fault every hour.
/etc/cron.hourly/asl: line 41: 10729 Segmentation fault (core dumped) /var/asl/bin/aum -ck > /dev/null 2>&1

The above suggestion to upgrade aum worked for me.
 
It seems that the issue is gone in last 24hrs.
yum --enablerepo=tortix-common upgrade aum
said that No Packages marked for Update.

Anyway seems ok now...
 
Back
Top