Project

General

Profile

Actions

Bug #7117

closed

Can't recompile rtpengine kernel module

Added by Alfred Vilsmeier over 5 years ago. Updated over 5 years ago.

Status:
Rejected
Priority:
Normal
Category:
-
Target version:
Start date:
11/17/2018
Due date:
% Done:

0%

Estimated time:

Description

Hi guys, following the guide here:
https://goautodial.org/projects/goautodialce/wiki/Version_4_How_To_Install_Goautodial_From_Scratch_using_CentOS_7X

I can't recompile rtpengine, get the following messages. Trying to install in an CentOS7 AWS EC2 instance

root@ip-172-31-15-15 ngcp-rtpengine-6.4.0.0-1.el7]# make
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
make -C /lib/modules/3.10.0-862.14.4.el7.x86_64/build M=/usr/src/ngcp-rtpengine-6.4.0.0-1.el7 O=/lib/modules/3.10.0-862.14.4.el7.x86_64/build modules
make1: Entering directory `/usr/src/kernels/3.10.0-862.14.4.el7.x86_64'
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
CC [M] /usr/src/ngcp-rtpengine-6.4.0.0-1.el7/xt_RTPENGINE.o
Building modules, stage 2.
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
MODPOST 1 modules
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
CC /usr/src/ngcp-rtpengine-6.4.0.0-1.el7/xt_RTPENGINE.mod.o
LD [M] /usr/src/ngcp-rtpengine-6.4.0.0-1.el7/xt_RTPENGINE.ko
make1: Leaving directory `/usr/src/kernels/3.10.0-862.14.4.el7.x86_64'
[root@ip-172-31-15-15 ngcp-rtpengine-6.4.0.0-1.el7]# make install
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
make: Nothing to be done for `install'.

If I try to start rtpengine I get:

rtpengine[10184]: INFO: Generating new DTLS certificate
rtpengine[10184]: ERR: FAILED TO CREATE KERNEL TABLE 0 (No such file or directory), KERNEL FORWARDING DISABLED
rtpengine[10184]: CRIT: Userspace fallback disallowed - exiting
ngcp-rtpengine[10175]: Starting rtpengine: [1542431269.470232] ERR: FAILED TO CREATE KERNEL TABLE 0 (No such file or directory), KE...G DISABLED
ngcp-rtpengine[10175]: [1542431269.470248] CRIT: Userspace fallback disallowed - exiting
ngcp-rtpengine[10175]: [FAILED]

Stuck! Please advise :)

Actions #1

Updated by Wittie Manansala over 5 years ago

  • Status changed from New to Rejected

Hi,

Please use the forums. This issue tracker is for GOautodial development purposes only.

Thank you.

Actions

Also available in: Atom PDF

Go to top