#the autoinstaller: /usr/local/psa/admin/bin/autoinstaller
Plesk-Update auf der Kommandozeile schlägt mit „BUSY“ fehl
Veröffentlicht am 9. Mai 2012 von weed
Erscheint bei einem manuellen Plesk-Update direkt auf der Kommandozeile die folgende Meldung:
BUSY: Die Update-Operation wurde durch einen anderen Update-Prozess gesperrt.
und man ist sich sicher, dass kein anderes Update läuft, muss man zum fortsetzen/erzwingen einfach nur die entsprechende LOCK-Datei löschen:
rm /tmp/psa-installer.lock
/etc/init.d/psa start yum install php #or yum update php /usr/local/psa/admin/bin/autoinstaller
If you get the following message:
Doing restart of Parallels Installer... BUSY: Update operation was locked by another update process.
Find the service that is running and then kill the process that is running the autoinstaller:
ps aux | grep PMM kill ProcessID ps aux | grep install kill ProcessID
Then:
run-parts /etc/cron.daily/ /etc/init.d/psa stop /etc/init.d/psa start run-parts /etc/cron.daily/ /etc/init.d/psa stop /etc/init.d/psa start