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

Plesk Update Failure

S

soarchrist

Guest
Plesk Panel, 10.0.1, Ubuntu 8.04.2

I tried to update Plesk to 10.0.1 and received the email that everything was successful.

EXPECTED RESULT: Successful upgrade... celebrate with a beer...

ACTUAL RESULT: Even though the upgrade sent me an email saying everything was successful, when I go to log into the panel, it ends with an error:
ERROR: PleskFatalException
Components::componentUpdate() failed: Unable to exec utility packagemng: file does not exist or is not executable: /opt/psa/admin/bin/packagemng
0: auth.php3:563

I tried the update again from the command line using /usr/local/psa/admin/bin/autoinstaller --enable-xml-output --source-type=plesk --target=/root/psa. However, it reports that it's already updated AND it fails at trying to install any new components saying,
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.

I actually tried running dpkg --configure -a to correct any problem, but it still does not work.

Anyone have any idea what the heck is going on? The server seems to be running every other service other than Plesk just fine. Sites respond, ssh responds, mysql running, etc.
 
Same problem, and file DOES exist

I am having the same problem, however, following are the differences in my situation:

I have upgraded from 9.5.2 to version 9.5.3 on my Ubuntu 8.04 server.

The file does exist, and following is the ls -l response:
lrwxrwxrwx 1 root root 15 2010-12-04 10:06 /opt/psa/admin/bin/packagemng -> ../sbin/wrapper

Please advise.
 
Possible fix

Debian 4.X upgrading Plesk from 9.5.2 to 9.5.4

Encountered the same problem. Discovered two packagemng

/opt/psa/admin/sbin/packagemng
/opt/psa/admin/bin/packagemng

chmod +x wrapper on /opt/psa/admin/sbin/wrapper worked for me.
 
Back
Top