• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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