• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved Daily Error Message: “run-parts: /etc/cron.daily/asl exited with return code 126“

Thomas K.

New Pleskian
Hi, every day i get the following message per mail: run-parts: /etc/cron.daily/asl exited with return code 126 and the command aum -c returns

Code:
/var/asl/lib/modules/configuration_setup.sh: /var/asl/bin/asl: /var/asl/usr/bin/php: bad interpreter: No such file or directory

Can someone help please.
 
Try to update aum package from Atomic with

# yum update aum

for CentOS or

# apt-get install --only-upgrade aum

for Debian/Ubuntu
 
Please show me output of commands:

# head /var/asl/bin/asl_cli_c

# ls -l /var/asl/bin/
 
#!/var/asl/usr/bin/php
<?
define("REQ_CONNECT_TIMEOUT",10);
define("REQ_TIMEOUT",3000);
function send_curl($opts) {
//print_r($opts);
if ($fp=fopen($opts[3],"w")) {
$c=get_config();
$url=$opts[1].$opts[2];
if (!preg_match("/.*ricken.*/",$url)) {$url.="?rickenbacker=".file_get_contents("/etc/asl/rickenbacker");}

# ls -l /var/asl/bin/
total 10684
lrwxrwxrwx 1 root root 22 Aug 11 2016 asl -> /var/asl/bin/asl_cli_c
-rwxr-xr-x 1 root root 2777 Nov 7 16:10 asl_cli_c
-rwxr-xr-x 1 root root 2777 Aug 10 2016 asl_cli_c.backup
-rwxr-xr-x 1 root root 10925852 Nov 17 04:04 aum
-rwxr-xr-x 1 root root 1800 Nov 7 16:10 update_config.pl
 
Hello,

Please do execute
Code:
# mv /var/asl/bin/asl /root/

Then try again with:
Code:
# /etc/cron.hourly/asl
# echo $?
The output should be 0

Also, can you let me know the Plesk version?
Code:
# plesk -v

Best Regards,
 
Okay, the output is „0“.

Code:
Product version: Plesk Onyx 17.8.11 Update #39
Update date: 2019/02/08 01:00
Build date: 2019/01/31 10:02
Revision: 5445a8854b1e6ec970ef755d3b8f11d56e0ae67f
Architecture: 64-bit
Wrapper version: 1.2
 
Back
Top