[Spce-user] Update error
Alexander Lutay
alutay at sipwise.com
Wed Apr 9 11:22:10 EDT 2014
Dear Sergey,
I see the several errors there. The most critical one is:
1) "Error: Invalid file syntax in /etc/ngcp-config/config.yml:"
you have to check the syntax of your config file and fix it.
How-to:
http://stackoverflow.com/questions/14611405/yaml-syntax-validator-script
We will improve error reporting in next NGCP versions.
2) "Starting RTP/media proxy: ngcp-mediaproxy-ng-daemon FATAL: Module
xt_MEDIAPROXY not found.
/etc/init.d/ngcp-mediaproxy-ng-daemon: 77:
/etc/init.d/ngcp-mediaproxy-ng-daemon: cannot create
/proc/mediaproxy/control: Directory nonexistent"
usually it happens when kernel module is not loaded. Please check and share:
- sudo lsmod | grep -i MEDIAPROXY
- sudo dkms status
It should looks like:
> sipwise at sp1:~$ sudo lsmod | grep -i MEDIAPROXY
> xt_MEDIAPROXY 22470 3
> x_tables 19118 5 ip_tables,iptable_filter,ip6_tables,ip6table_filter,xt_MEDIAPROXY
> sipwise at sp1:~$ sudo dkms status
> ngcp-rtpengine, 2.3.7.2+0~mr3.2.1.2, 3.2.0-4-amd64, x86_64: installed
> sipwise at sp1:~$
As soon as you fix errors above, please repeat:
> sudo apt-get update && sudo apt-get upgrade && \
> sudo ngcp-update-db-schema && sudo ngcp-update-cfg-schema && \
> sudo ngcpcfg apply
to be sure that upgrade finished properly.
--
Alexander Lutay
Head of Quality Assurance
Sipwise GmbH, Campus 21/Europaring F15
AT-2345 Brunn am Gebirge
Office: +43(0)13012036
Email: alutay at sipwise.com
Website: http://www.sipwise.com
More information about the Spce-user
mailing list