• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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