• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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