• 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

Resolved Never show new updates or upgrades

Luiz_Gustavo

Basic Pleskian
Hello,

A server with Ubuntu 16.04 LTS and Plesk Onyx 17.8.11 crashes today and I found a bug with apparmor reload and kernel < 4.4.0-31.

This problem just occurs because Plesk can't upgrade system packages because the apt-get upgrade or apt-get dist-upgrade never show nothing to upgrade, but there are many upgrades, and the kernel remains old version.

The sources.list is Ok (I think). This is the only one server this happens, I have many other 16.04 servers without problems.

No matter what I do, the answer is allways nothing to upgrade :(

root@server147:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


root@server147:~# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgrad

The update show this sources

root@server147:~# apt-get update
Hit:1 Index of /ubuntu xenial InRelease
Get:2 Index of /ubuntu xenial-updates InRelease [109 kB]
Get:3 Index of /ubuntu xenial-backports InRelease [107 kB]
Hit:4 http://autoinstall.plesk.com/ubuntu/PMM_0.1.10 xenial InRelease
Get:5 Index of /ubuntu xenial-security InRelease [109 kB]
Hit:6 http://autoinstall.plesk.com/ubuntu/PSA_17.8.11 xenial InRelease
Hit:7 http://autoinstall.plesk.com/ubuntu/PHP53_17 xenial InRelease
Ign:8 Index of /apt stable InRelease
Hit:9 http://autoinstall.plesk.com/ubuntu/PHP56_17 xenial InRelease
Hit:10 Index of /apt stable Release
Hit:12 http://autoinstall.plesk.com/ubuntu/PHP70_17 xenial InRelease
Hit:13 http://autoinstall.plesk.com/ubuntu/PHP71_17 xenial InRelease
Hit:14 http://autoinstall.plesk.com/ubuntu/PHP72_17 xenial InRelease
Hit:15 http://autoinstall.plesk.com/ubuntu/PHP73_17 xenial InRelease
Fetched 325 kB in 4s (73.7 kB/s)
Reading package lists... Done

Any ideas?

Thanks in advance!


Gustavo
 
Try to update system packages with

# /usr/local/psa/admin/sbin/pum -u
 
Back
Top