Re: [Twisted-Python] Twisted perspective broker on port 80, problem

2009-06-17 Thread hbd
Thanks to all of you! Indeed I needed to be root. Phil Christensen wrote: > On Jun 17, 2009, at 4:32 PM, hbd wrote: >> Is there any reason why I am getting this error when I try to get >> perspective broker to be on port 80? >> >> twisted.internet.error.CannotListenError: Couldn't listen on any:

Re: [Twisted-Python] Twisted perspective broker on port 80, problem

2009-06-17 Thread Volodymyr Orlenko
Try running as root (so you can bind to the privileged ports). On 17/06/2009 1:32 PM, hbd wrote: > Is there any reason why I am getting this error when I try to get > perspective broker to be on port 80? > > twisted.internet.error.CannotListenError: Couldn't listen on any:80: > (13, 'Permission

Re: [Twisted-Python] Twisted perspective broker on port 80, problem

2009-06-17 Thread Christopher Armstrong
\On Wed, Jun 17, 2009 at 4:32 PM, hbd wrote: > Is there any reason why I am getting this error when I try to get > perspective broker to be on port 80? > > twisted.internet.error.CannotListenError: Couldn't listen on any:80: > (13, 'Permission denied'). > > I made sure port 80 was not used by Apach

Re: [Twisted-Python] Twisted perspective broker on port 80, problem

2009-06-17 Thread Dorian Raymer
If you want to run PB on port 80, you need to start twistd with root privileges. Do you really want to serve PB on port 80? You probably want to serve it on an un-privileged port (> 1023). I think the spread source suggests 8787 as the port to use for a PBServer. -Dorian On Wed, Jun 17, 2009 at

Re: [Twisted-Python] Twisted perspective broker on port 80, problem

2009-06-17 Thread Alex Clemesha
On Wed, Jun 17, 2009 at 1:32 PM, hbd wrote: > Is there any reason why I am getting this error when I try to get > perspective broker to be on port 80? > > twisted.internet.error.CannotListenError: Couldn't listen on any:80: > (13, 'Permission denied'). Are you running this at root? Aka "sudo twist

Re: [Twisted-Python] Twisted perspective broker on port 80, problem

2009-06-17 Thread Phil Christensen
On Jun 17, 2009, at 4:32 PM, hbd wrote: > Is there any reason why I am getting this error when I try to get > perspective broker to be on port 80? > > twisted.internet.error.CannotListenError: Couldn't listen on any:80: > (13, 'Permission denied'). > > I made sure port 80 was not used by Apache or

[Twisted-Python] Twisted perspective broker on port 80, problem

2009-06-17 Thread hbd
Is there any reason why I am getting this error when I try to get perspective broker to be on port 80? twisted.internet.error.CannotListenError: Couldn't listen on any:80: (13, 'Permission denied'). I made sure port 80 was not used by Apache or anything else by checking with netstat. Here is