FreePBX 14 - New System Updates - Warnings

Just noticed some new updates this morning, and updated via web interface. Came back with the following errors / warnings. Should I be worried? Do I need to take any further action?

Warning 1:

Running transaction
Warning: RPMDB altered outside of yum.
** Found 3 pre-existing rpmdb problem(s), 'yum check' output follows:
mysql-init-fixer-1.0.0-4_centos6.noarch has missing requires of mysql-server
mysql-log-rotate-1.0.0-1.shmz65.5.7.noarch has missing requires of mysql-server
2:vim-enhanced-7.4.258-1.shmz65.1.4.x86_64 has missing requires of perl(:MODULE_COMPAT_5.10.1)

Warning 2:

  Updating   : 1:java-1.8.0-openjdk-headless-1.8.0.151-1.b12.el7_4.x86_    4/57 
warning: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-1.b12.el7_4.x86_64/jre/lib/security/java.security created as /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-1.b12.el7_4.x86_64/jre/lib/security/java.security.rpmnew

Warning 3:

  Updating   : selinux-policy-targeted-3.13.1-166.el7_4.5.noarch          22/57 
ā€˜/etc/selinux/targeted/modules/active/seusersā€™ -> ā€˜/etc/selinux/targeted/active/seusers.localā€™
Re-declaration of type entropyd_t
Failed to create node
Bad type declaration at /etc/selinux/targeted/tmp/modules/100/entropyd/cil:1
semodule:  Failed!

Edit: I recall that I had to remove mysql-server recently, so Iā€™ve gone and manually removed the two sql packages that generated part of Warning 1. I also tried to remove the vim-enhanced package, but it also wanted to remove sangoma-pbx. Is it safe to do this???

[root@freepbx ~]# yum remove vim-enhanced
Loaded plugins: fastestmirror, kmod, versionlock
Resolving Dependencies
--> Running transaction check
---> Package vim-enhanced.x86_64 2:7.4.258-1.shmz65.1.4 will be erased
--> Processing Dependency: vim-enhanced for package: sangoma-pbx-1708-1.sng7.noarch
--> Running transaction check
---> Package sangoma-pbx.noarch 0:1708-1.sng7 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

===============================================================================================================================
 Package                      Arch                   Version                                   Repository                 Size
===============================================================================================================================
Removing:
 vim-enhanced                 x86_64                 2:7.4.258-1.shmz65.1.4                    @base/6                   2.2 M
Removing for dependencies:
 sangoma-pbx                  noarch                 1708-1.sng7                               @sng-pkgs                 8.0 k

Transaction Summary
===============================================================================================================================
Remove  1 Package (+1 Dependent package)

Installed size: 2.2 M
Is this ok [y/N]:

When did you do your EL6 to SNG7 upgrade as those packages should of been removed as part of that process.

That looks like something that wasnā€™t cleaned up properly when you upgraded from 6 to 7.

Youā€™ll be happy to know itā€™s a simple fix:

rpm --erase --nodeps mysql-init-fixer mysql-log-rotate

Then you should be able to ā€˜yum updateā€™ without a problem, which will fix your vim issue

Also yum update vim-enhanced should update that.

I was an early adopter.

I previously did a yum remove mysql-init-fixer mysql-log-rotate which got rid of those packages, so I think Iā€™ve sorted that bit.

That doesnā€™t seem to do anything - it comes back with nothing to upgrade. yum list vim* comes back with the following:

[root@freepbx ~]# yum list vim*
Loaded plugins: fastestmirror, kmod, versionlock
Loading mirror speeds from cached hostfile
Installed Packages
vim-common.x86_64                                           2:7.4.258-1.shmz65.1.4                                     @base/6
vim-enhanced.x86_64                                         2:7.4.258-1.shmz65.1.4                                     @base/6
vim-filesystem.x86_64                                       2:7.4.258-1.shmz65.1.4                                     @base/6
vim-minimal.x86_64                                          2:7.4.258-1.shmz65.1.4                                     @base/6
Available Packages
vim-X11.x86_64                                              2:7.4.160-2.el7                                            sng-base
vim-clustershell.noarch                                     1.7.3-1.el7                                                sng-epel
vim-go.x86_64                                               1.8-3.el7                                                  sng-epel
vim-gtk-syntax.noarch                                       20130716-1.el7                                             sng-epel
vim-halibut.noarch                                          1.2-1.el7                                                  sng-epel
vim-vimoutliner.noarch                                      0.3.7-5.el7                                                sng-epel
[root@freepbx ~]#

Interestingly, I had to do a yum downgrade vim to fix this problem! It looks like the @sng-base repo has an older version of vim (2.7.4.160) than what I had previously installed from the @base/6 repo (2.7.4.258). Hereā€™s whatā€™s installed after the downgrade. What was previously installed is in the post above.

[root@freepbx ~]# yum list vim*
Loaded plugins: fastestmirror, kmod, versionlock
Loading mirror speeds from cached hostfile
Installed Packages
vim-common.x86_64                                                     2:7.4.160-2.el7                                                @sng-base
vim-enhanced.x86_64                                                   2:7.4.160-2.el7                                                @sng-base
vim-filesystem.x86_64                                                 2:7.4.160-2.el7                                                @sng-base
vim-minimal.x86_64                                                    2:7.4.160-2.el7                                                @sng-base
Available Packages
vim-X11.x86_64                                                        2:7.4.160-2.el7                                                sng-base
vim-clustershell.noarch                                               1.7.3-1.el7                                                    sng-epel
vim-go.x86_64                                                         1.8-3.el7                                                      sng-epel
vim-gtk-syntax.noarch                                                 20130716-1.el7                                                 sng-epel
vim-halibut.noarch                                                    1.2-1.el7                                                      sng-epel
vim-vimoutliner.noarch                                                0.3.7-5.el7                                                    sng-epel
[root@freepbx ~]#

Still looking for some support on Warnings 2 & 3, if anyone can help???

:

Arrgh. I donā€™t believe this!

After sorting the above, I noticed a new version of asterisk13-dahdi.x86_64 (13.17.2-4.sng7) was available for download (along with a bunch of other packages), so I installed it and once again Iā€™m having issues with dahdi on reboot. Unfortunately, this time I canā€™t recover from it with a dahdi start / fwconsole restart like Iā€™ve been able to previously.

If I do a systemctl status dahdi, I get a bunch of errors which I canā€™t clear. A systemctl stop or systemctl restart produces an error whether or not fwconsole is running:

[root@freepbx ~]# systemctl status dahdi
ā— dahdi.service - LSB: DAHDI kernel modules
   Loaded: loaded (/etc/rc.d/init.d/dahdi; bad; vendor preset: disabled)
   Active: failed (Result: exit-code) since Tue 2017-10-24 23:31:43 BST; 12s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 1493 ExecStart=/etc/rc.d/init.d/dahdi start (code=exited, status=1/FAILURE)

Oct 24 23:31:43 freepbx.skidog.co.uk dahdi[1493]: Selected signaling not supported
Oct 24 23:31:43 freepbx.skidog.co.uk dahdi[1493]: Possible causes:
Oct 24 23:31:43 freepbx.skidog.co.uk dahdi[1493]: FXS signaling is being used on a FXS interface (use a FXO signa...ant)
Oct 24 23:31:43 freepbx.skidog.co.uk dahdi[1493]: RBS signaling is being used on a E1 CCS span
Oct 24 23:31:43 freepbx.skidog.co.uk dahdi[1493]: Signaling is being assigned to channel 16 of an E1 CAS span
Oct 24 23:31:43 freepbx.skidog.co.uk dahdi[1493]: [FAILED]
Oct 24 23:31:43 freepbx.skidog.co.uk systemd[1]: dahdi.service: control process exited, code=exited status=1
Oct 24 23:31:43 freepbx.skidog.co.uk systemd[1]: Failed to start LSB: DAHDI kernel modules.
Oct 24 23:31:43 freepbx.skidog.co.uk systemd[1]: Unit dahdi.service entered failed state.
Oct 24 23:31:43 freepbx.skidog.co.uk systemd[1]: dahdi.service failed.
Hint: Some lines were ellipsized, use -l to show in full.

In the interim Iā€™ve reverted back to the previous version of dahdi (13.17.2-3.sng7), and everythingā€™s working again.

The differences between between -3 and -4 are the addition of BETTER_BACKTRACES thatā€™s it. I think your issue is with something else

Perhaps. But Iā€™m really struggling to understand what. Why would -3 load ok, but -4 fail??? Hereā€™s what I get immediately after reboot with version 3:

[root@freepbx ~]# systemctl status dahdi
ā— dahdi.service - LSB: DAHDI kernel modules
   Loaded: loaded (/etc/rc.d/init.d/dahdi; bad; vendor preset: disabled)
   Active: inactive (dead)
     Docs: man:systemd-sysv-generator(8)
[root@freepbx ~]#

and then after I wait a minute or so:

[root@freepbx ~]# systemctl status dahdi
ā— dahdi.service - LSB: DAHDI kernel modules
   Loaded: loaded (/etc/rc.d/init.d/dahdi; bad; vendor preset: disabled)
   Active: active (exited) since Tue 2017-10-24 23:45:36 BST; 1min 18s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 1988 ExecStart=/etc/rc.d/init.d/dahdi start (code=exited, status=0/SUCCESS)

Oct 24 23:45:35 freepbx.skidog.co.uk dahdi[1988]: wcb4xxp:  [  OK  ]
Oct 24 23:45:35 freepbx.skidog.co.uk dahdi[1988]: wctc4xxp:  [  OK  ]
Oct 24 23:45:35 freepbx.skidog.co.uk dahdi[1988]: xpp_usb:  [  OK  ]
Oct 24 23:45:35 freepbx.skidog.co.uk dahdi[1988]: r1t1:  [  OK  ]
Oct 24 23:45:35 freepbx.skidog.co.uk dahdi[1988]: rxt1:  [  OK  ]
Oct 24 23:45:35 freepbx.skidog.co.uk dahdi[1988]: rcbfx:  [  OK  ]
Oct 24 23:45:35 freepbx.skidog.co.uk dahdi[1988]: D: auto '/sys/bus/dahdi_devices/devices/pci:0000:03:00.0'
Oct 24 23:45:35 freepbx.skidog.co.uk dahdi[1988]: auto-assign /sys/bus/dahdi_devices/devices/pci:0000:03:00.0
Oct 24 23:45:36 freepbx.skidog.co.uk dahdi[1988]: Running dahdi_cfg:  [  OK  ]
Oct 24 23:45:36 freepbx.skidog.co.uk systemd[1]: Started LSB: DAHDI kernel modules.
[root@freepbx ~]#

Could this be some kind of timing / race issue?

You are talking about Asterisk but then showing me dahdi. Two completely different entities. Asterisk hooks into dahdi but dahdi can run without Asterisk.

Asterisk -3 and Asterisk -4 arenā€™t failing. Dahdi is failing. You need to figure out the issues with dahdi without Asterisk.

fwconsole stop

then

systemctl start dahdi
systemctl status dahdi

etc.

So, asterisk13-dahdi.x86_64 is different and unrelated to the dahdi service that is failing on my system? Itā€™s just odd that upgrading asterisk13-dahdi.x86_64 appeared to break my dahdi service againā€¦

Oddly enough, after a couple of reboots and a few downgrades / upgrades of asterisk13-dahdi.x86_64, everything seems to be working properly again with the latest version of asterisk13-dahdi.x86_64. I do wonder if my dahdi card is a bit intermittent. I know this is something youā€™ve suggested in the past.

Thanks for your help and guidance again.

Yes that is merely chan_dahdi.so for Asterisk itself, which is the interface/bridge between the dahdi service and asterisk. It does not control the dahdi service. You can remove that package (or even asterisk) and see for yourself.

I get this similar dahdi issue:

root@pbx:~$ su -c 'package-cleanup --problems'
Loaded plugins: fastestmirror, kmod, versionlock
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(__class_create) = ('0', '0xa2654165', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(__init_waitqueue_head) = ('0', '0xffc7c184', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(__kmalloc) = ('0', '0x5a34a45c', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(__mutex_init) = ('0', '0x4bf79039', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(__per_cpu_offset) = ('0', '0x32047ad5', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(__register_chrdev) = ('0', '0xfa0d49c7', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(__request_module) = ('0', '0xe90dcae0', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(__tracepoint_module_get) = ('0', '0xacdeb154', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(__wake_up) = ('0', '0x642e54ac', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(_ctype) = ('0', '0x8d3894f2', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(_dev_info) = ('0', '0x9b3277f3', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(_spin_lock) = ('0', '0x973873ab', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(_spin_lock_irqsave) = ('0', '0x712aa29b', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(_spin_unlock_irqrestore) = ('0', '0x4b07e779', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(add_timer) = ('0', '0x46085e4f', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(add_uevent_var) = ('0', '0xb9eb3aa9', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(bus_register) = ('0', '0x350759b7', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(bus_unregister) = ('0', '0xaa7569fd', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(cancel_work_sync) = ('0', '0x08d8708f', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(cdev_add) = ('0', '0xa6d1bdca', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(cdev_del) = ('0', '0x42e80c19', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(cdev_init) = ('0', '0xc45a9f63', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(class_destroy) = ('0', '0xe06bb002', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(copy_from_user) = ('0', '0x3302b500', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(copy_to_user) = ('0', '0x85f8a266', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(del_timer_sync) = ('0', '0x0e83fea1', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(dev_err) = ('0', '0x8502d858', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(dev_get_drvdata) = ('0', '0x0a92a43c', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(dev_notice) = ('0', '0xb96418d4', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(dev_printk) = ('0', '0xabd7b07b', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(dev_set_drvdata) = ('0', '0xd2037915', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(dev_set_name) = ('0', '0x4524924f', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(device_add) = ('0', '0xc482542c', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(device_create) = ('0', '0x02d2cf7d', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(device_del) = ('0', '0x53a30e46', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(device_destroy) = ('0', '0x7edc1537', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(device_initialize) = ('0', '0x1a9f9010', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(device_register) = ('0', '0x4619cc01', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(device_unregister) = ('0', '0xef98c923', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(driver_register) = ('0', '0x025da4a8', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(driver_unregister) = ('0', '0x09dbe32b', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(finish_wait) = ('0', '0x9ccb2622', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(get_device) = ('0', '0x7babe986', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(init_timer_key) = ('0', '0x6a9f26c9', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(kasprintf) = ('0', '0xda1a7335', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(kmem_cache_alloc_trace) = ('0', '0x2044fa9e', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(kobject_uevent) = ('0', '0x00b0ae17', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(kref_get) = ('0', '0x8a1203a9', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(kref_init) = ('0', '0x3ae831b6', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(kref_put) = ('0', '0xcff53400', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(ktime_get_ts) = ('0', '0xefdd5a63', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(malloc_sizes) = ('0', '0xd691cba2', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(mcount) = ('0', '0xb4390f9a', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(memcpy) = ('0', '0x236c8c64', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(memmove) = ('0', '0xa3a5be95', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(memset) = ('0', '0xde0bdcff', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(mod_timer) = ('0', '0x45450063', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(module_layout) = ('0', '0x14522340', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(module_put) = ('0', '0xcbd81171', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(mutex_lock) = ('0', '0xfee8a795', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(mutex_unlock) = ('0', '0x03758301', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(param_get_charp) = ('0', '0x41344088', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(param_get_int) = ('0', '0x6980fe91', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(param_set_charp) = ('0', '0x6ad065f4', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(param_set_int) = ('0', '0xff964b25', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(per_cpu__cpu_number) = ('0', '0x9629486a', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(per_cpu__current_task) = ('0', '0x4f1939c7', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(prepare_to_wait) = ('0', '0x33d92f9a', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(printk) = ('0', '0xea147363', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(printk_ratelimit) = ('0', '0xa13798f8', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(proc_create_data) = ('0', '0x52683e38', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(proc_mkdir) = ('0', '0xed113e22', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(put_device) = ('0', '0xe98af961', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(remove_proc_entry) = ('0', '0x1a6d6e4f', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(schedule_work) = ('0', '0xa28e76e6', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(seq_lseek) = ('0', '0x5ca8e4f6', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(seq_printf) = ('0', '0x77e93f6f', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(seq_read) = ('0', '0xb72ec8a3', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(single_open) = ('0', '0x7ca65271', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(single_release) = ('0', '0xc1d878fa', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(snprintf) = ('0', '0x9edbecae', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(sprintf) = ('0', '0x3c2c5af5', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(sscanf) = ('0', '0x42224298', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(strlcpy) = ('0', '0x672144bd', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(strlen) = ('0', '0x25ec1b28', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(strncat) = ('0', '0x234509f3', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(sysfs_create_link) = ('0', '0xac3d6dc8', None)
Package kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64 has missing requires of kernel(sysfs_remove_link) = ('0', '0x5c2a917b', None)

Those are centos6 packages. Not even shmz packages. Is this about the Distro?

Yes, because on my pbx dashboard it has these two messages:

File /etc/dahdi/modules is not owned by asterisk
File /etc/modprobe.d/dahdi.conf is not owned by asterisk

Not sure how to fix those.

That wasnā€™t an answer to my question. Is this FreePBX Distro? Is this FreepBX Distro 7?

FreePBX 14.0.1.19
Yes it is a FreepBX Distro

That is not the distro that is FreePBX.

Please run:

ls /etc/schmooze

12.7.4-1710-1.sng7

root@pbx:~$ ls /etc/schmooze
license-85714851.zl  pbx-brand.rpmnew  pbxid        schmooze.zl
pbx-brand            pbx-failsafe      pbx-version

Nothing about what you posted is similar to this thread at all.