help-gnunet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnunet] cannot determine port of gnunetd server


From: Benjamin Kay
Subject: Re: [Help-gnunet] cannot determine port of gnunetd server
Date: Thu, 11 Dec 2003 00:51:06 +0000
User-agent: KMail/1.5.4

On Thursday 11 December 2003 12:42 am, Benjamin Kay wrote:
> I just compiled gnunet from cvs. gnunetd seems to run OK; netstat -l shows
> ports 2086 and 2087 as open. But the gnunet-applications (gnunet-stats,
> gnunet-search, etc.) return the following error:
>
> Dec 11 00:37:58 Cannot determine port of gnunetd server. Define in
> configuration file in section NETWORK under PORT.
> Dec 11 00:37:58 __BREAK__ at logging.c:241
>
> I copied contrib/gnunet.root to /etc/gnunet.conf and contrib/gnunet.user to
> ~/.gnunet/gnunet.conf, making the appropriate changes. "PORTS" as found
> under the networking section of /etc/gnunet.conf is very clearly set to
> 2087. ~/.gnunet/gnunet.conf has no networking section or "PORTS" option.
>
> What gives? Is anyone else having this problem?

Yes. Everyone is; a minor bug in the configs (I think). To correct, add:

[NETWORK]
PORT = 2087

To gnunet.user (aka ~/.gnunet/gnunet.conf) where 2087 is the same port number 
as defined in gnunet.root (aka /etc/gnunet.conf) under [NETWORKING] "PORTS". 
Just change the config; no recompile required :-)

I'm not going to bother filing a bug report for something this minor; 
hopefully a developer will see this and amend the issue.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]