On Sun, Feb 18, 2001 at 09:25:03PM -0500, Kirk Reiser wrote:
> Hi Folks: I am having a bit of trouble with the freenet_insert
> script.  When installing freenet with the .install.sh command
> everything went just fine.  Freenet_config took all my choices but
> never actually created the .freenetrc file.  So, I edited the
> .freenetrc and .fproxyrc files in the ~/freenet directory to point to
> the address 127.0.0.1:32181.  Unfortunately, it appears that the
> freenet_insert script wants to use 127.0.0.1:19114 the default port
> address.  I'm not quite sure why this is happening.  As usual, a few
> clews would be useful.

Currently the freenet_insert/request scripts have no intelligence about
the port number, and if you don't run your node on 19114, the scripts
will fail.  You can fix this by writing "-serverAddress localhost:<port>"
into the bottom of these scripts where they actually run the client program:

java Freenet.client.${CLASS} -serverAddress localhost:54321 "$@"

A better solution would be either to have Fred write the port number he is
running on to a file and letting the script read that, or have the script
parse the config file and get the listenport out of that.

-- 

/* tavin cole
 * composer of e-mail messages
 */

_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://www.uprizer.com/mailman/listinfo/devl

Reply via email to