• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

12.0.18 to 12.5 upgrade, memory & apparmor warning (apparmor not installed)

meech

New Pleskian
Hello,

When starting Plesk upgrade from 12.0.18 MU71 to 12.5, I am getting the following error on the pre-upgrade test page:

Parallels Panel pre-upgrade check...
/etc/init.d/apparmor: 35: .: Can't open /lib/apparmor/functions
WARNING: Not enough memory to perform the upgrade: You should have at least 200 megabytes free. The current amount of free memory is: 65108 Kb
-----

I'm on Plesk v12.0.18_build1200140610.21
Ubuntu 14.04.3 LTS

Apparmor is not installed. Running "apparmor_status" command in terminal:
The program 'apparmor_status' is currently not installed.

Just to confirm, the 200 megabytes free requirement is referring to RAM, correct? If so, that part of the error I should be able to address by temporarily increasing VPS resources. The Apparmor error I'm unsure about.

Any help to move forward would be much appreciated. Let me know if there is any additional system info would be helpful!

Thank you!!
 
Last edited:
WARNING: Not enough memory to perform the upgrade: You should have at least 200 megabytes free. The current amount of free memory is: 65108 Kb
First increase your memory regardless of wether apparmor_status is installed or not, then attempt to run the upgrade again ...
 
I am having this same issue, although my VPS is 1GB and am only using less than half that in regular RAM usage.

Any ideas?
Do you have /etc/init.d/apparmor file?
In this case run

# /etc/init.d/apparmor stop
# /etc/init.d/apparmor teardown
# update-rc.d -f apparmor remove

for complete disabling apparmor and restart server.
 
Back
Top