ReJeCtAll / naxsi

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

configure naxsi rules #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. configuring naxsi
2. adding rules
3. use of nx-extract an nx_intercept

What is the expected output? What do you see instead?
naxsi-ui-extract Traceback (most recent call last):
  File "nx_extract.py", line 368, in <module>
    reactor.listenTCP(port, InterceptFactory())
  File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 476, in listenTCP
    p.startListening()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 969, in startListening
    raise CannotListenError, (self.interface, self.port, le)
twisted.internet.error.CannotListenError: Couldn't listen on any:8081: [Errno 
98] Address already in use.

What version of the product are you using? On what operating system?
version 1.2.2 on Ubuntu desktop 12.10

Please provide your nginx configuration any additional information below.

Original issue reported on code.google.com by dim...@gmail.com on 29 Oct 2012 at 2:29

Attachments:

GoogleCodeExporter commented 8 years ago
Couldn't listen on any:8081: [Errno 98] Address already in use.

I think it's pretty clear : address is already in use :)

Original comment by ori...@gmail.com on 7 Jan 2013 at 6:02