• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Problems upgrading from 11.0.9 to 11.5 with apparmor and roundcube

msibleyj

New Pleskian
I am trying to upgrade a new Godaddy Ubuntu Plesk server from 11.0.9 to 11.5. I get the following error:
Code:
Parallels Panel pre-upgrade check...

WARNING: The 'Apparmor' security module for the Linux kernel is turned on. Turn the module off before continuing work with Parallels Plesk Panel. Please check http://kb.parallels.com/en/112903 for more details.
 No packages found matching plesk-roundcube.

1. I can't stop Apparmor, even with the commands listed in the KB article:
Code:
root@ip-50-62-132-199:~# /etc/init.d/apparmor stop
 * Clearing AppArmor profiles cache                                      [ OK ]
All profile caches have been cleared, but no profiles have been unloaded.
Unloading profiles will leave already running processes permanently
unconfined, which can lead to unexpected situations.

To set a process to complain mode, use the command line tool
'aa-complain'. To really tear down all profiles, run the init script
with the 'teardown' option."
root@ip-50-62-132-199:~# /etc/init.d/apparmor teardown
 * Unloading AppArmor profiles                                           [ OK ]
root@ip-50-62-132-199:~# update-rc.d -f apparmor remove
 Removing any system startup links for /etc/init.d/apparmor ...
root@ip-50-62-132-199:~# /etc/init.d/apparmor status
apparmor module is loaded.
0 profiles are loaded.
0 profiles are in enforce mode.
0 profiles are in complain mode.
0 processes have profiles defined.
0 processes are in enforce mode :
0 processes are in complain mode.
0 processes are unconfined but have a profile defined.
root@ip-50-62-132-199:~#

2. What does "No packages found matching plesk-roundcube" mean, and how do I fix it?

Thanks,

Mark
 
Do you still have this warning of pre-upgrade checker?
 
Do you mean that this warning interrupts upgrade process and do not allow complete it successfully? Actually, it is just warning but not error.
 
Back
Top