cnHackintosh / ratproxy

Automatically exported from code.google.com/p/ratproxy
0 stars 0 forks source link

RatProxy 5.1 not working (SYSTEM ERROR : cannot bind to port [listen_loop(), ratproxy.c:1609]) #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./ratproxy -w /home/Sutapa/outdir/outfile -v /home/Sutapa/outdir/ -d 
<ip-addr>:8080/<project-name>/ -lfscmr

2.
3.

What is the expected output? What do you see instead?
Expected output am yet to see
Output I see is:
ratproxy version 1.51-beta by <lcamtuf@google.com>
SYSTEM ERROR : cannot bind to port [listen_loop(), ratproxy.c:1609]
     Message : Address already in use

What version of the product are you using? On what operating system?
ratproxy version 1.51-beta by <lcamtuf@google.com>
RedHat linux 5

Please provide any additional information below.

I downloaded the ratproxy 5.1 tarball and ran the make function to build 
the ratproxy executable.

Please help.

Original issue reported on code.google.com by sutapa...@gmail.com on 20 Mar 2009 at 2:12

GoogleCodeExporter commented 8 years ago
As indicated clearly by the error message, the problem is that the address is 
already
in use, i.e. there is some other product listening on the port you selected 
(8080 by
default). Please terminate that process first, or choose a different port, as
explained in the README.

Original comment by lcam...@gmail.com on 31 Mar 2009 at 9:38