Modules on new PBX server not updating -Receiving Error

Hello! I’m configuring a new PBX (Asterisk 13.29.2) and when attempting to update the modules it keeps giving me errors. One of my escalation team members also tried with more in depth commands and was unsuccessful.

[root@client ~]# fwconsole chown
Setting Permissions…
24046/24046 [============================] 100%
Finished setting permissions

[root@client ~]# fwconsole ma refreshsignatures
Getting Data from Online Server…
Done
Checking Signatures of Modules…
Checking accountcodepreserve…
Good
Checking arimanager…
Good
Checking asterisk-cli…
Good
Checking asteriskinfo…
Good
Checking backup…
Good
Checking blacklist…
Good
Checking broadcast…
Good
Checking builtin…
Good
Checking bulkhandler…
Good
Checking callforward…
Good
Checking calllimit…
Good
Checking callrecording…
Good
Checking callwaiting…
Good
Checking campon…
Good
Checking cdr…
Good
Checking certman…
Good
Checking cidlookup…
Good
Checking conferences…
Good
Checking conferencespro…
Good
Checking configedit…
Good
Checking contactmanager…
Good
Checking core…
Good
Checking cos…
Good
Checking customappsreg…
Good
Checking dashboard…
Good
Checking daynight…
Good
Checking dictate…
Good
Checking directory…
Good
Checking donotdisturb…
Good
Checking extensionroutes…
Good
Checking fax…
Good
Checking faxpro…
Good
Checking featurecodeadmin…
Good
Checking findmefollow…
Good
Checking framework…
Good
Checking freepbx_ha…
Good
Checking fw_langpacks…
Good
Checking iaxsettings…
Good
Checking infoservices…
Good
Checking irc…
Good
Checking ivr…
Good
Checking languages…
Good
Checking logfiles…
Good
Checking manager…
Good
Checking miscapps…
Good
Checking miscdests…
Good
Checking music…
Good
Checking outroutemsg…
Good
Checking paging…
Good
Checking parking…
Good
Checking pbdirectory…
Good
Checking phonebook…
Good
Checking phpinfo…
Good
Checking pinsets…
Good
Checking pinsetspro…
Good
Checking presencestate…
Good
Checking printextensions…
Good
Checking queueprio…
Good
Checking queues…
Good
Checking recording_report…
Good
Checking recordings…
Good
Checking restapi…
Good
Checking ringgroups…
Good
Checking setcid…
Good
Checking sipsettings…
Good
Checking soundlang…
Good
Checking speeddial…
Good
Checking superfecta…
Good
Checking sysadmin…
Good
Checking timeconditions…
Good
Checking tts…
Good
Checking ttsengines…
Good
Checking userman…
Good
Checking vmblast…
Good
Checking vmnotify…
Good
Checking voicemail…
Good
Checking voicemail_report…
Good
Checking weakpasswords…
Good
Done
Updating Hooks…Done

[root@client ~]# fwconsole ma download framework
No repos specified, using: [standard,commercial] from last GUI settings

Starting framework download…
Processing framework
Verifying local module download…Redownloading
Redownloading
[Whoops\Exception\ErrorException]
unlink(/var/www/html/admin/modules/_cache/framework-13.0.197.21.tgz.gpg): N
o such file or directory
ma [-f|–force] [-d|–debug] [–format="…"] [-R|–repo="…"] [args1] … [arg sN]

[root@client ~]# fwconsole ma install framework
No directory /var/www/html/admin/modules/framework/amp_conf/htdocs, install scri pt not needed
Generating CSS…Done
Module framework successfully installed
Updating Hooks…Done

[root@client ~]# asterisk -x “core show version”
Asterisk 13.29.2 built by mockbuild @ jenkins2.schmoozecom.net on a x86_64 runni ng Linux on 2019-12-17 03:57:42 UTC
[root@client ~]#

yum update

Thanks jfinstrom – Getting the following error after running yum update then fwconsole ma download framework

[root@client ~]# yum update
Loaded plugins: fastestmirror, kmod
Setting up Update Process
Repository schmooze-commercial is listed more than once in the configuration
Loading mirror speeds from cached hostfile
base | 2.0 kB 00:00
extras | 1.3 kB 00:00
pbx | 2.9 kB 00:00
schmooze-commercial | 1.3 kB 00:00
updates | 1.3 kB 00:00
No Packages marked for Update

[root@client ~]# fwconsole ma download framework
No repos specified, using: [standard,commercial] from last GUI settings

Starting framework download…
Processing framework
Downloading…
10920706/10920706 [============================] 100%
Finished downloading
The following error(s) occured:

  • File Integrity failed for /var/www/html/admin/modules/_cache/framework-13.0.197.21.tgz.gpg - aborting (GPG Verify File check failed)
    [root@client ~]#

Hi @wzkds please try below freepbx linux cli command to upgrade your framework.

fwconsole ma downloadinstall framework --tag=13.0.197.21

You could use “–force” option also if you like.

Thanks @kgupta1!
I tried the command you sent and it thew an error at ‘–tag’

[root@copal ~]# fwconsole ma -f downloadinstall framework --tag=13.0.197.21
[RuntimeException]
The “–t” option does not exist.

@kgupta1 Tried again and it worked this time. I did see something similar in a prior post, must have been a syntax error as it had no = after tag in the command.

fwconsole ma downloadinstall framework --tag=13.0.197.21

@kgupta1 @jfinstrom
In my research journey to find a solution, located this article that may be helpful for others that view this thread.

https://wiki.freepbx.org/display/FOP/Manually+Upgrading+the+FreePBX+GUI

Thank you for your help!

Hi - having huge issues with my new installation - every time I try to install new modules it throws a wobbly. I’ve made a bug report.

Then I saw this forum post and ran that command

( fwconsole ma downloadinstall framework --tag=13.0.197.21)

and whilst it kind of worked

now when I go to my GUI it just keeps asking me to reenter my language choices…

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