Weird

I have googled this, and small pieces of it to find what the problem may be. I cannot find anything. Thanks guys, anything helps :smile:

Here is a piece of my log file:

[2012-01-12 10:16:17] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:18] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:19] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:20] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:21] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:31] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:32] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:33] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:34] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:35] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:45] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cd768 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:46] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cd768 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:47] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cd768 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:48] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cd768 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:49] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cd768 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:16:59] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cd768 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:17:00] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cd768 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:17:01] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cd768 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:17:02] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cd768 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:17:03] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cd768 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:17:13] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:17:14] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:17:15] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:17:16] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted
[2012-01-12 10:17:17] WARNING[3726] chan_sip.c: sip_xmit of 0xa1cdd80 (len 491) to 10.1.10.37:5061 returned -1: Operation not permitted

Probably a permissions problem. Are you trying to run non-root?

The error is EPERM and it will be coming from the Posix sendto system call. It is the standard error code for privilege violations.

Judging from the results here, those packagers who insist on protecting their users by making Asterisk run non-root are doing them a disservice, as, if you know how to cope with the resulting issues, you will probably be someone who builds from source.

You should have specified the OS and Asterisk version, and your subject should have summarised the error message.

Make sure that selinux is disabled.
Also, you could try TEMPORARILY disabling your firewall.

Asterisk will work with SELINUX on, and this is a device permission problem rather than a filesystem one.