Open GoogleCodeExporter opened 9 years ago
I should note that the port increases by one every time the script is run.
Original comment by cullenlo...@openipsolutions.com
on 27 Jul 2011 at 5:19
Hi, can you try deleting /dev/shm/cache/PhpSIP.lock and run your script again?
Original comment by ch...@wima.co.uk
on 27 Jul 2011 at 5:26
Does not exist anywhere on the system.
Original comment by cullenlo...@openipsolutions.com
on 27 Jul 2011 at 5:41
Rebooting fixed it for now, but I still dont know hwy it happened.
Original comment by cullenlo...@openipsolutions.com
on 27 Jul 2011 at 5:50
I'm having the same kind of problem with "Failed to bind {local_ip}:{port}
Permission denied"
The problem is that only root can bind ports <= 1024 (privileged ports)...
How come that php-sip tries to bind to such ports? - In my case, I had such low
numbers in the file /tmp/phpSIP.lock .
But I have no clue, how this happened. Usually, this file doesn't even exist on
my system - but in some cases, it seems to be created (and/or not deleted
afterwards...)
Original comment by pfig...@gmail.com
on 21 Dec 2011 at 10:44
same for me /tmp/phpSIP.lock contained:
5065,1,2,3,4,5,6,7,8,9,10,11,12,13,5066,14
I deleted it and now it is incrementing correctly from min_port. It looks like
a bug in the getPort() function, possibly asort($pids,SORT_NUMERIC); is in the
wrong place?
Original comment by alanbell...@gmail.com
on 27 Sep 2013 at 11:18
Original issue reported on code.google.com by
cullenlo...@openipsolutions.com
on 27 Jul 2011 at 5:18