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

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