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

Autoinstaller hangs on "Checking for installed packages..."

eugenevdm

Regular Pleskian
I have been able to upgrade to Plesk 8.4 on FC4 64-bit, FC6 32-bit, but for some reason on our FC6 64-bit machine the autoinstaller just hangs right at the beginning. Please assist. The complete log follows:

Autoinstaller 3.3.1 (build at 2008-04-07 16:36 svn rev. 95521) started at (timezone SAST) Sat May 24 00:49:45 2008
Command line args: ./parallels_installer_v3.3.1_build080407.16_os_FedoraCore_6_x86_64

SourceUrl: original source url is http://autoinstall.plesk.com/
SourceUrl: fixed url is http://autoinstall.plesk.com/
Try to find rcfile...
Autoinstaller rcfile not found.
Environment locale name is 'en_US.UTF-8'
SourceUrl: original source url is http://autoinstall.plesk.com/
SourceUrl: fixed url is http://autoinstall.plesk.com/
SourceUrl: original source url is http://autoinstall.plesk.com/
SourceUrl: fixed url is http://autoinstall.plesk.com/
SourceUrl: original source url is http://autoinstall.plesk.com/
SourceUrl: fixed url is http://autoinstall.plesk.com/
Sources page: source=http://autoinstall.plesk.com/, target_dir=/root/parallels
Proxy page: proxy host is '~empty', proxy port is 0
Opsys detected as: os_name=Linux os_vendor=FedoraCore version=6 arch=x86_64 environment=~empty
Final opsys (with overriding) is: os_name=Linux os_vendor=FedoraCore version=6 arch=x86_64 environment=~empty
repository: Get brief packages info for all sources
Checking for installed packages...
 
The solution was to rm /var/lib/rpm/__db*

It appears the local RPM database was iffy. I noticed the local database problem when I started seeing "yum install progname" also hanging, and then running "yum -d 10 install progname" (debug level 10 shows it gets stuck 'Reading Local RPMDB').
 
Back
Top