[spambayes-bugs] [ spambayes-Bugs-810983 ] socket.bind: permission denied

SourceForge.net noreply at sourceforge.net
Tue Sep 30 00:22:39 EDT 2003


Bugs item #810983, was opened at 2003-09-23 16:54
Message generated for change (Comment added) made by anadelonbrin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=810983&group_id=61702

Category: pop3proxy
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Alain Bonnefoy (alainbo)
Assigned to: Nobody/Anonymous (nobody)
Summary: socket.bind: permission denied

Initial Comment:
Hi,

I'm running XPPro and spambayes1.0a6.



Yesterday I had some problems while saving 

configuration through the web interface.



Today, I cannot run sb_server anymore, I get the 

following message:



SpamBayes POP3 Proxy Beta3, version 0.3 (September 

2003),

using SpamBayes POP3 Proxy Web Interface Alpha3, 

version 0.03

and engine SpamBayes Beta2, version 0.2 (July 2003).



Loading database...

Traceback (most recent call last):

  File "C:\Python23\Scripts\sb_server.py", line 829, in ?

    run()

  File "C:\Python23\Scripts\sb_server.py", line 822, in run

    prepare(state=state)

  File "C:\Python23\Scripts\sb_server.py", line 756, in 

prepare

    state))

  File "C:\Python23\Scripts\sb_smtpproxy.py", line 513, 

in CreateProxies

    trainer)

  File "C:\Python23\Scripts\sb_smtpproxy.py", line 253, 

in __init__

    proxyArgs)

  File "C:\Python23\Lib\site-

packages\spambayes\Dibbler.py", line 267, in __init

__

    self.bind(port)

  File "c:\Python23\lib\asyncore.py", line 300, in bind

    return self.socket.bind(addr)

  File "<string>", line 1, in bind

socket.error: (10013, 'Permission denied')





any idea?



Thanks,

Alain.

----------------------------------------------------------------------

>Comment By: Tony Meyer (anadelonbrin)
Date: 2003-09-30 16:22

Message:
Logged In: YES 
user_id=552329

Usually permission is either denied because you don't have 

sufficient privileges (unlikely on XP), or because the port is 

already in use.  Do you maybe have sb_server already running 

(maybe the service?), or have something else using the ports 

you have specified?



Try renaming your config file to start up fresh.  If you still get 

the denied error, then it's the web interface that can't be 

bound - try running "sb_server.py -u 8881" (or some other 

port that you know is free).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=810983&group_id=61702



More information about the Spambayes-bugs mailing list