• 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.

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