Re: [freenet-support] Inbound requests histogram or DataStore histogram??

2004-07-08 Thread Toad
On Thu, Jul 08, 2004 at 01:18:28AM +0100, Weiliang Zhang wrote:
 Which of these two shows the specialisation of a node?

Both...
 
 -- 
 Best regards,
 Weiliang
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] node references

2004-07-08 Thread Toad
On Wed, Jul 07, 2004 at 09:12:59PM -0500, Robert Greenage wrote:
 is active x required to d/l node references? i have been unable to d/l references 
 using any browser other than ie. after installing the ie patch that alledgely stops 
 ie from allowing javascript to write to teh os /disk i could no longer d/l 
 references. after an uninstall of the patch i could d/l the references. am i 
 delusional/paranoid or what?

So it would seem... where did you fetch it from? What browsers did you
try? We have nothing to do with activex...
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] What are the scales for the histogram plots?

2004-07-08 Thread Toad
On Thu, Jul 08, 2004 at 01:00:25PM +0100, Weiliang Zhang wrote:
 Specifically, the I am referring to the histograms that you can get from
 /servlet/nodestatus/. Also does the Y axis represent the entire key space?

Counts of keys usually. Try the raw links...
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

[freenet-support] RE: start-problems

2004-07-08 Thread Garb


 Date: Tue, 06 Jul 2004 00:37:19 +0200
 From: Steffen Schwientek [EMAIL PROTECTED]
 Subject: [freenet-support] start-problems
 To: [EMAIL PROTECTED]
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=iso-8859-1

 I can´t connect to my freenet-core. If I point my
 browser to localhost:, i just get not found.
 I started the freenet-daemon using the gentoo
 freenet startup script, which certainly starts
 an java engine, but I don´t know if it also start
 freenet, since no log is written, and I can´t
 connect to the freenet port.

 Any suggestion?

Hi Steffen

I too am running Freenet from Gentoo (kernel 2.6.7), and my initial joy over
finding it in the portage tree and thus being able to simply emerge it was
quicly cooled by the fact, that the configuration E-build appears broken. It
would simply freeze after asking for my port number, and never get further.
This meant that the configuration file was never written.

I solved that problem by installing Freenet on a Windows PC and simply copy
the file freenet.ini to my Gentoo-box into /etc/freenet.conf.

I shall post it at the end of this mail. As you see, it looks pretty normal
apart from the file paths

seedFile=/var/freenet/seednodes.ref
diagnosticsPath=/var/freenet/stats
logFile=/var/freenet/freenet.log
nodeFile=/var/freenet/node
routingDir=/var/freenet
storeFile=/var/freenet/store

Here you can also see, where the logfile ends up.

Notice also that I have the line...

mainport.allowedHosts=*

... which allows everybody on the internet to connect to Fred through my
machine. This was only for testing purposes and should be changed to
something less dangerously. 

Anyway - after you've gotten the freenet.conf taken care of (changed the
paths, entered your own IP and made a port redirect in your router for
whatever listenport you are using), it's simply a matter of starting the
thing

/etc/init.d/freenet start

And if everything seems to run smoothly, let it be started automatically at
boot...

Rc-update add freenet default

As far as checking whether it is running correctly, a ps -A should show you
not one, but a lot of java processes. And of course you should also be able
to connect to Fred in your browser.

Freenet runs very well on the Blackdown-JAVA that Gentoo installs - and so
does FIW. 


Good luck,
J

---  my freenet.conf 
[Freenet node]
# Freenet configuration file
# Note that all properties may be overridden from the command line,
# so for example, java freenet.node.Main --listenPort 1 will cause
# the setting in this file to be ignored






# * * * * * * * * * * * * * * * * * * * * * * * * * * *
# *

# * --=== READ THIS!!!  READ THIS!!!READ THIS!!! =---

# * 

# * +   VERY IMPORTANT!!   +

# * 

# *   #something   is a comment!

# *   %something  is ALSO a comment!

# * 

# *
# *   if you change any settings, REMOVE THE % IN THE BEGINNING OF THE
LINE!

# *

# * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *





# Lines that start with % are settings that have been unchanged from
# default, and that are thus ignored by the node (so they don't linger
# when we want to change the default settings). If you change these
# settings you should remove the %.

# This file was automatically generated by Freenet.scripts.Setup (at
02-07-2004 02:07:06)


# The IP address of this node as seen by the public Internet. You only need
to override this if it cannot be autodetected, for example if you have a NAT
(a.k.a. IP Masquerading) firewall/router, in which case you will need to set
it to the IP address or DNS name of the internet-side interface of the
router, which needs to be static (www.dyndns.org and similar services can
help here if you have a dynamic IP).
ipAddress=Steffen Schwienteks IP goes here

# The port to listen for incoming FNP (Freenet Node Protocol) connections
on.
listenPort=37407

# The port to listen for local FCP (Freenet Client Protocol) connections on.
clientPort=8481

# A comma-separated list of hosts that may connect to the FCP port
# (clientPort).  If left blank, only the localhost will be allowed. If you
set this, make sure localhost is included in the list or  access won't be
allowed from the local machine. 
# May be given as IP addresses or host names.
fcpHosts=localhost,127.0.0.1,10.0.0.3

# If this is set then users that can provide the password can
# can have administrative access. It is recommended that
# you do not use this without also using adminPeer below
# in which case both are required.
%adminPassword=null

# If this is set, then users that are authenticated owners
# of the given PK identity can have administrative access.
# If adminPassword is also set both are required.
%adminPeer=null

# Transient nodes do not give out references to themselves, and should
# therefore not receive any requests.  Set this to yes if you cannot
# receive incoming connections, or