• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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