Soporte & Consultoria

Soporte Remoto y Consultoria skype : ambiorixg12.
Nota no se brinda ningun tipo de consulta o soporte fuera del blog de forma gratuita

lunes, 28 de junio de 2021

FreePBX yumwrapper error

 I encountered the same thing after automatic module upgrades. I had two files located in: /dev/shm/yumwrapper/ I deleted those two files and things were happy again.

I don’t mean to offend, but I don’t know your level of Linux skill. Maybe this will help:
After logging into the server’s console (command line) enter the following two commands:

cd /dev/shm/yumwrapper/

(This will “change directory” into the directory noted in the error message.)

ls  

(That’s a lowercase letter L and this command will list any files in this directory.)

If there are any files listed, you need to delete them using the rm (remove) command. You could enter:

rm *

fwconsole restart

viernes, 18 de junio de 2021

fix asterisk libasteriskssl.so.1 error

locate files


ldd /usr/sbin/asterisk


then copy then 

 cp /usr/lib64/libasteriskpj.so.2  /lib/x86_64-linux-gnu/


cp /lib/x86_64-linux-gnu/libasteriskssl.so.1 /lib/x86_64-linux-gnu/


ldconfig


reboot