SQLLite Locked?

Trying to run a YUM update and getting:

Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 375, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 281, in main
    return_code = base.doTransaction()
  File "/usr/share/yum-cli/cli.py", line 817, in doTransaction
    resultobject = self.runTransaction(cb=cb)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1834, in runTransaction
    lastdbv = self.history.last()
  File "/usr/lib/python2.7/site-packages/yum/history.py", line 1271, in last
    ret = self.old([], 1, complete_transactions_only)
  File "/usr/lib/python2.7/site-packages/yum/history.py", line 1220, in old
    executeSQL(cur, sql, params)
  File "/usr/lib/python2.7/site-packages/yum/sqlutils.py", line 166, in executeSQLQmark
    return cursor.execute(query)
sqlite3.OperationalError: database is locked

Tried:
yum-complete-transaction
yum-complete-transaction --cleanup-only
yum history redo last

And
ps aux | grep yum
and killing all returned processes

But nothing works, same error.

FreePBX 16.0.40.11
Asterisk Version: 18.19.0

Hi.

Your install comes from a FreePBX distro or you installed FreePBX on another O.S?
Need clues.
For my part, I never saw this issue so far. Weird.

BTW, for avoid to get this lind of issue if there were a wrong change, you can install RK-Hunter.
It should send an alert if something has been changed in your system (O.S).

distro install. It has never come up before for us either (50+ servers)

Did you enabled some bad mirrors?
If you can compare what is enabled by default and set the same mirrors.

# yum repolist
Loaded plugins: fastestmirror, versionlock
Repository sng-sng7php74 is listed more than once in the configuration
Loading mirror speeds from cached hostfile
repo id                                                                                                repo name                                                                                                               status
!sng-base/7-8.2003.5.el7.sangoma/x86_64                                                                Sangoma-7-8.2003.5.el7.sangoma - Base                                                                                     10,070
!sng-epel/7-8.2003.5.el7.sangoma/x86_64                                                                Sangoma-7-8.2003.5.el7.sangoma - Sangoma Epel mirror                                                                      15,649
!sng-extras/7-8.2003.5.el7.sangoma/x86_64                                                              Sangoma-7-8.2003.5.el7.sangoma - Extras                                                                                      413
!sng-pkgs/7-8.2003.5.el7.sangoma/x86_64                                                                Sangoma-7-8.2003.5.el7.sangoma - Sangoma Open Source Packages                                                           3,403+27
!sng-sng7php74/7-8.2003.5.el7.sangoma/x86_64                                                           Sangoma-7-8.2003.5.el7.sangoma - Sangoma REMI PHP74 mirror                                                                    90
!sng-updates/7-8.2003.5.el7.sangoma/x86_64                                                             Sangoma-7-8.2003.5.el7.sangoma - Updates                                                                                   1,127
repolist: 31,089
# yum repolist
Loaded plugins: fastestmirror, versionlock
Loading mirror speeds from cached hostfile
repo id                                                               repo name                                                                              status
!packages-microsoft-com-prod                                          packages-microsoft-com-prod                                                               1,804
!sng-base/7-8.2003.5.el7.sangoma/x86_64                               Sangoma-7-8.2003.5.el7.sangoma - Base                                                    10,070
!sng-epel/7-8.2003.5.el7.sangoma/x86_64                               Sangoma-7-8.2003.5.el7.sangoma - Sangoma Epel mirror                                     15,649
!sng-extras/7-8.2003.5.el7.sangoma/x86_64                             Sangoma-7-8.2003.5.el7.sangoma - Extras                                                     413
!sng-pkgs/7-8.2003.5.el7.sangoma/x86_64                               Sangoma-7-8.2003.5.el7.sangoma - Sangoma Open Source Packages                          3,403+27
!sng-sng7php74/7-8.2003.5.el7.sangoma/x86_64                          Sangoma-7-8.2003.5.el7.sangoma - Sangoma REMI PHP74 mirror                                   90
!sng-updates/7-8.2003.5.el7.sangoma/x86_64                            Sangoma-7-8.2003.5.el7.sangoma - Updates                                                  1,127

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.