• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Plesk 11.5.30: Upgrade via the shell is not completely

igraf

Regular Pleskian
I have since plesk 11.5.29 Plesk problems with upgrade.
yet i can not update all components via shell.

# apt-get upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Statusinformationen werden eingelesen... Fertig
Die folgenden Pakete werden aktualisiert (Upgrade):
log4cpp-plesk psa-awstats-configurator psa-logrotate psa-mimp
psa-mod-fcgid-configurator psa-spf2 sw-libboost-date-time1.49.0
sw-libboost-filesystem1.49.0 sw-libboost-program-options1.49.0
sw-libboost-regex1.49.0 sw-libboost-serialization1.49.0
sw-libboost-system1.49.0 sw-libboost-thread1.49.0 sw-libmilter
14 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen 1.200 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 3.822 kB Plattenplatz freigegeben.
Möchten Sie fortfahren [J/n]?

with the autoinstaller it's okay until the next server restart
/usr/local/psa/admin/bin/autoinstaller

BS: Debian 6.0.7
Panel-Version: 11.5.30 Update #2, zuletzt aktualisiert am Juli 3, 2013 05:31 PM
Das System ist auf dem neuesten Stand, zuletzt überprüft am Juli 3, 2013 06:33 AM

what can i do?
 
Plesk-specific packages should not (normally) be available for upgrade outside Autoinstaller. Please share your sources.list.

P.S.: if you post on English-speaking forum, it's a good practice to post output of commands in English so more people can understand your issue. E.g., try # env LANG=C apt-get upgrade
 
okay ;)
here my output

# env LANG=C apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
log4cpp-plesk psa-awstats-configurator psa-logrotate psa-mimp
psa-mod-fcgid-configurator psa-spf2 sw-libboost-date-time1.49.0
sw-libboost-filesystem1.49.0 sw-libboost-program-options1.49.0
sw-libboost-regex1.49.0 sw-libboost-serialization1.49.0
sw-libboost-system1.49.0 sw-libboost-thread1.49.0 sw-libmilter
14 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 1200 kB of archives.
After this operation, 3822 kB disk space will be freed.
Do you want to continue [Y/n]?

main sources & security from my provider

## This is temporary appended by Autoinstaller for
## specify source of product's packages for APT.
deb http://autoinstall.plesk.com/debian/PSA_11.5.30 squeeze all
deb http://autoinstall.plesk.com/debian/SITEBUILDER_11.5.5 all all
deb http://autoinstall.plesk.com/debian/BILLING_11.5.30 all all
 
Check that you don't have autoinstaller processes running (grep 'installer' among processes list).

Then remove anything from sources.list that mentions autoinstall.plesk.com - these sources shouldn't be there.


Upgrading separate Plesk packages outside of Autoinstaller context may have (potentially severe) adverse effects.
 
I have deleted the source list.
plesk change the source list automatically after a reboot.

## This is temporary appended by Autoinstaller for
## specify source of product's packages for APT.
deb http://autoinstall.plesk.com/debian/PSA_11.5.30 squeeze all
deb http://autoinstall.plesk.com/debian/SITEBUILDER_11.5.5 all all
deb http://autoinstall.plesk.com/debian/BILLING_11.5.30 all all

why that?

Example image
2013-07-03_190530.png

Check that you don't have autoinstaller processes running (grep 'installer' among processes list).

Then remove anything from sources.list that mentions autoinstall.plesk.com - these sources shouldn't be there.


Upgrading separate Plesk packages outside of Autoinstaller context may have (potentially severe) adverse effects.
 
Last edited:
Hmm... Interesting. Please post last lines of /tmp/autoinstaller3.log just after reboot (starting with "Command line ...").
 
okay, the file is not created after a reboot.
but at the start of an update / upgrade to plesk interface (not shell)
 
Last edited:
Well, then this is the intended behavior. These records will be removed after 30 minutes of inactivity in Autoinstaller web interface (i.e., when it automatically closes).
 
Back
Top