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:
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
\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
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
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
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
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