• 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

Login Troubles

J

jdodge

Guest
Hello, when I try to login I get the following in a Javascript poupwindow...

Unable to exec utility packagemng: packagemng: Unable to open rpm db: cannot open packages index using db3 - (30978). System error 2: No Such file or directory.

What could be the matter here? It happened right after I tried to upgrade.
 
Same problem

I'm getting the same error. However, it's not after an upgrade. It just started happening out of the blue??
 
this worked for me

cd /var/lib/rpm
rm -f /var/lib/rpm/__db*
rpm --rebuilddb
 
That worked for me as well. Thank you VERY much. I would have panicked if not for this advice.

Joel Clermont
 
Unable to exec utility packagemng: packagemng: empty error message from utility.

I tried the rpmdb update and still no luck.

rpm -q rpm - returns

rpm-4.2.1-4.2

anyone else having this problem?
 
Originally posted by nacarls
Unable to exec utility packagemng: packagemng: empty error message from utility.

I tried the rpmdb update and still no luck.

rpm -q rpm - returns

rpm-4.2.1-4.2

anyone else having this problem?

Did you do rm -f /var/lib/rpm/__db*

before you did

rpm --rebuilddb
 
Here is a print out from the plesk page:


Code:
ERROR  

Unable to create ComponentsChecker object: Unable to exec utility packagemng: Empty error message from utility.

--------------------------------------------------------------------------------

0: /usr/local/psa/admin/plib/class.ComponentsChecker.php:2 psaerror()
1: /usr/local/psa/admin/plib/common_func.php3:10 componentscheckermaker()
2: /usr/local/psa/admin/plib/common_func.php3:10 add_optional_locales()
3: /usr/local/psa/admin/plib/countries.php3:2 lmsg()
4: /usr/local/psa/admin/plib/common_func.php3:10 locale_list()
5: /usr/local/psa/admin/htdocs/login_up.php3:2 locale_exists()
6: /usr/local/psa/admin/htdocs/login_up.php3:2 createsessionadmin()
7: /usr/local/psa/admin/htdocs/login_up.php3:2 createsession()

Havnt touched php nor apache. Both are stock 7.5.1

Also I noticed, by removing the address page and going back directly to the port accepts you as logged in and allows you to see the control panel again, however I am unable to browse the updater page int he server section.
 
Back
Top