[freenet-support] version - 139 - what are all thes extra ports?

2002-11-02 Thread Vitenka - Zen
I have listeners (blocked at firewall) on ports 135 (rpcss.exe) 137-139 
(freenet.exe) and 1025 (rpcss again)

What are they?  They aren't being caused by the java code, since that all goes 
through javaw


___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



[freenet-support] Threads - too many.

2002-11-02 Thread Roger Hayter
Build 605, Sun 1.4.1_01, Linux kernel 2.4.10.  My node, after a variable 
number of hours stops doing anything, because the OS does not allow it 
to make more threads. It reports a Java out-of-memory error, but it 
seems to really be a not-allowed-to-start-a-thread error.  There seems 
to be a per-user limit of about 550 threads (SuSE 7.3).  All the threads 
in use gradually drop out of use.  Currently I have 7 threads in use, a 
thread pool of 550, and mainport works sufficiently to tell me that 
there are no open connections, and jobs due 12 hours ago have not yet 
been done.  This happens identically with maximumThreads set to 60, -60, 
120, -120.  Does maximumThreads actually do anything at all (apart from 
the - flag)?  Is there any way of discarding threads from the thread 
pool so that the node can make a new one?  Is there any way of getting 
it use a thread from the 550 in the pool rather than beg the OS for a 
new one?



--
Roger Hayter

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support


[freenet-support] how to get 6xy releases?

2002-11-02 Thread [EMAIL PROTECTED]
howdy...

i'd like to experiment a bit with the unstable releases. how can i reach and 
download them?



The information transmitted is intended only for the person or entity to which it is 
addressed and may contain confidential and/or privileged material. Any review, 
retransmission, dissemination or other use of, or taking of any action in reliance 
upon, this information by persons or entities other than the intended recipient is 
prohibited. If you received this in error, please contact the sender and delete the 
material from any computer.



___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] how to get 6xy releases?

2002-11-02 Thread Greg Wooledge
[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:

 i'd like to experiment a bit with the unstable releases. how can i reach and 
download them?

They're on http://freenetproject.org/snapshots/, just like the
stable builds.

-- 
Greg Wooledge  |   Truth belongs to everybody.
[EMAIL PROTECTED]  |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |



msg01919/pgp0.pgp
Description: PGP signature


Re: [freenet-support] After the download ?

2002-11-02 Thread Greg Wooledge
joost ([EMAIL PROTECTED]) wrote:

 It began with the question: Enter a Freesite URI here. This was really
 Chinese for me.

Ignore that box.  Look at the bookmarks box that has links to
The Freedom Engine and Freenet Forever and Cruft.  Click on
those, and be patient.

-- 
Greg Wooledge  |   Truth belongs to everybody.
[EMAIL PROTECTED]  |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |



msg01921/pgp0.pgp
Description: PGP signature


Re: [freenet-support] version - 139 - what are all thes extra ports?

2002-11-02 Thread Mathew Ryden

- Original Message -
From: Vitenka - Zen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, November 02, 2002 3:32 AM
Subject: [freenet-support] version - 139 - what are all thes extra ports?


 I have listeners (blocked at firewall) on ports 135 (rpcss.exe) 137-139
 (freenet.exe) and 1025 (rpcss again)

I can't remember jwhat 135 and 1025 are, but 137-139 are lcoked normally by
ISPs to prevent people from accessing your microsoft network. Freenet has
nothing to do with those ports, unless you changed the config so it should

 What are they?  They aren't being caused by the java code, since that all
goes
 through javaw

-Mathew


___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] 24/7 node

2002-11-02 Thread Doug Bostrom
You need to set transient=false. You may also want to set 
overloadlow=.60 and overloadhigh=.65

--
Democracies die behind closed doors.
- Judge Damon Keith 



___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] 24/7 node

2002-11-02 Thread Silver Tear
I know transient=false has to be set, thats not the problem. The problem is
once it is set to be a 24/7 node, it won't accept any connections from me.
- Original Message -
From: Doug Bostrom [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, November 01, 2002 11:16 PM
Subject: Re: [freenet-support] 24/7 node


 You need to set transient=false. You may also want to set
 overloadlow=.60 and overloadhigh=.65

 --
 Democracies die behind closed doors.
 - Judge Damon Keith



 ___
 support mailing list
 [EMAIL PROTECTED]
 http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support


___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



[freenet-support] Permanent and Transient Nodes

2002-11-02 Thread Roger Hayter
Having no understanding of the code, I have been doing some experiments 
to find out why a transient node running here works very well, soon 
acquires good connectivity, and retrieves most advertised sites:  at the 
same time, given the same references (and multiple transfusions of 
working ones from the transient node) a (usually overloaded because of 
CPU and bandwidth restrictions) permanent node dies in various painful 
ways.  The main difference seems to be in  the chance of contacting a 
node reference.  The transient node settles down to having 20 to 60 
nodes in the routeing table, each of which can be contacted more than 
50% of the *number of trials*.  It seems to me, and someone please 
correct me if I am wrong, that the difference must relate to the nature 
of a contact attempt in the two types of nodes.  It could be that a busy 
permanent node makes less of an attempt (fewer packets?) for each 
trial recorded on the Routing Table Status page.  I doubt this, again 
comments from those that know are welcome.  Another possibility is that 
the generality of other nodes could be more likely to reply to a contact 
attempt from a transient node:  this only seems possible if, for some 
reason, the transient node on average sends different kinds of trial 
contacts - is anything like this possible?  It seems most likely that 
(since the node refs are the same) the *reply* is less likely to be 
received by the overloaded permanent node, presumably as part of the 
overload managing process.

My proposal is that such replies to contact attempts be given a very 
high priority.  If it is necessary (for network health reasons [1]) to 
restrict the ability of an overloaded permanent node to give priority to 
its own contact attempts over requests from other nodes to it, then do 
this by restricting the frequency with which an overloaded  permanent 
node is allowed to attempt contacts with other nodes, but prioritise the 
replies, so it can gradually build up a routing table (not just keep 
generating futile threads until it stalls, as it does for me now).

I should find it educational if anyone could point out a fallacy in the 
above argument.



[1] Actually, a permanent node that only manages to service a small 
number of requests seems to be potentially better than one that does not 
work at all, but this may not be true!


--
Roger Hayter

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support


Re: [freenet-support] Freenet 0.5.0.4

2002-11-02 Thread Matthew Toseland
On Thu, Oct 31, 2002 at 08:08:48PM -0800, Mike wrote:
 GAPING PLUGIN LEAK!1
 
 like omg!!! since build 527, i can not use the plugins.. they drain my
WHAT plugins?
 resources to fast it kills my win2k.
 i have a gig of Ram on this thing. but it drains so fast. it does not give
 me a chance to opt out.
 
 i went back to build 525 and this leak is not there.
 can this be fixed?
 - Original Message -
 From: Matthew Toseland [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Thursday, October 31, 2002 5:52 PM
 Subject: [freenet-support] Freenet 0.5.0.4
 

-- 
Matthew Toseland
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Freenet/Coldstore open source hacker.
Employed full time by Freenet Project Inc. from 11/9/02 to 11/11/02.
http://freenetproject.org/



msg01926/pgp0.pgp
Description: PGP signature


Re: [freenet-support] 24/7 node

2002-11-02 Thread Darren
overloadlow? overloadhigh?
Are these new/undocumented settings? 
I am using http://freenetproject.org/cgi-bin/twiki/view/Main/CLO as my freenet.conf 
reference...is there a better location?

Thanks 

On Sat, Nov 02, 2002 at 02:16:55AM -0500, Doug Bostrom wrote:
 You need to set transient=false. You may also want to set 
 overloadlow=.60 and overloadhigh=.65
 
 --
 Democracies die behind closed doors.
 - Judge Damon Keith 
 
 
 
 ___
 support mailing list
 [EMAIL PROTECTED]
 http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support

-- 
Darren [EMAIL PROTECTED]

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] Freenet 0.5.0.4

2002-11-02 Thread Mike
frost, and freenews 
those 2 addons. kill my win2k. not sure why, but i can not use them now. 
- Original Message - 
From: Matthew Toseland [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, November 02, 2002 11:12 AM
Subject: Re: [freenet-support] Freenet 0.5.0.4




___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] 24/7 node

2002-11-02 Thread Doug Bostrom
11/2/02 4:41:37 PM, Silver Tear [EMAIL PROTECTED] wrote:

I know transient=false has to be set, thats not the problem. The problem is
once it is set to be a 24/7 node, it won't accept any connections from me.

The reason I mention transient is that in the config file you included in your mail it 
is set true.



___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] 24/7 node

2002-11-02 Thread Doug Bostrom
11/2/02 3:54:02 PM, Darren [EMAIL PROTECTED] wrote:

overloadlow? overloadhigh?
Are these new/undocumented settings? 
I am using http://freenetproject.org/cgi-bin/twiki/view/Main/CLO as my freenet.conf 
reference...is there a 
better location?


overloadhigh and overloadlow are in the config file, at least in the linux version. 
Using these settings I can 
run a permanent node without losing the use of my net connection for everything else. 
Kudos to Gianni Johansson 
for tipping this...



___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



[freenet-support] Bugs ate my routing table

2002-11-02 Thread Vitenka - Zen
Win 98, Java 1.4_2, Build 529
Routing rtable corrupt
Please delete all rt files and restart freenet
Do so, freenet starts - all requests cannot make it off the local node.
Reseed node; nothing improves.

The network has lost me completely, I presume.



___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] Bugs ate my routing table

2002-11-02 Thread Mathew Ryden
- Original Message - 
From: Vitenka - Zen [EMAIL PROTECTED]


 Win 98, Java 1.4_2, Build 529

Sun?

 Routing rtable corrupt
 Please delete all rt files and restart freenet
 Do so, freenet starts - all requests cannot make it off the local node.
 Reseed node; nothing improves.
 
 The network has lost me completely, I presume.

In the freenet directory, delete the rt_ files. Reseed. Should work then

-Mathew


___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



[freenet-support] Problem with Freenet behind a firewall on a Linux computer

2002-11-02 Thread Peter Hallberg
Hi
I have problem to run freenet behind a firewall on a Linux (RedHat 7.2) 
computer. I have open the FNP port that freenet use in my firewall. I have 
also change the ipAddress in “freenet.conf” file to the external ip-number 
of my firewall. I’m able to run freenet behind the firewall on my win98 
computer and I’m also able to run freenet on my Linux computer when it 
connected to internet without a firewall. But when I try to run freenet on 
my Linux computer when it is behind my firewall freenet seams to refuse to 
start. It seams like it complain about “InetAddress” (ip-address??) see 
error message below. What’s wrong and what can I do about it?

(I’m using freenet 0.5 built 529)



[kalle@dhc freenet]$ sh start-freenet.sh
[kalle@dhc freenet]$ Exception in thread main 
java.lang.ExceptionInInitializerError
   at freenet.node.Main.main(Main.java:181)
Caused by: java.lang.NullPointerException
   at java.net.InetAddress.cacheAddress(InetAddress.java:648)
   at java.net.InetAddress.cacheAddress(InetAddress.java:633)
   at 
java.net.InetAddress.getAddressFromNameService(InetAddress.java:1016)
at java.net.InetAddress.getLocalHost(InetAddress.java:1125)
   at freenet.support.FileLoggerHook.clinit(FileLoggerHook.java:28)
   ... 1 more

[kalle@dhc freenet]$






_
Digitalt till papper med MSN Foto http://photos.msn.se/


___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support


[freenet-support] 100% CPU Usage

2002-11-02 Thread Justin
I run a perm. 24/7 node and it uses 100% of my CPU power alot of the 
time. Does anyone know how I can make it so that itw ill not go about 50%?


___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support


Re: [freenet-support] 24/7 node

2002-11-02 Thread Greg Wooledge
Darren ([EMAIL PROTECTED]) wrote:

 I am using http://freenetproject.org/cgi-bin/twiki/view/Main/CLO as my
 freenet.conf reference...is there a better location?

Yeah.  The freenet.conf file itself.

-- 
Greg Wooledge  |   Truth belongs to everybody.
[EMAIL PROTECTED]  |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |



msg01937/pgp0.pgp
Description: PGP signature


Re: [freenet-support] FCP Tools

2002-11-02 Thread Jay Oliveri
On Wednesday 30 October 2002 20:45 pm, Reed Hedges wrote:
 Hi, Is FCP Tools current, and if so, is there anonymous CVS (read)
 access?

In CVS there are two branches: HEAD and FCP_0_4_7.  Download the 
FCP_0_4_7 branch (anon/read is allowed) for the current 
'stable' release.  If you prefer, try the tarball at:

http://freenetproject.org/snapshots/fcptools-stable.tgz

Unstable is currently under active development (incremental commits) 
and isn't guaranteed to do much of anything for the time being.

 I want to add freenet support to typechain, a library I wrote for VOS
 to automatically decode data or to fetch data from a URL. Since
 typechain is written in C++, I need (or strongly desire) a C or C++
 library that I can use...

ezFCPlib is the library you may want.  But it is functionally broken in 
the 'stable' tree.  There will be many improvements to come with the 
release currently being worked on; until then...

-- 
Jay Oliveri  In the land of the blind,
GnuPG ID: 0x5AA5DD54  the one-eyed man is king.
Maintainer for FCPTools
http://freenetproject.org

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



[freenet-support] I figured it out (Network Error Again (more details)

2002-11-02 Thread John E. Mayorga
I swtitched the logging to debug mode and found that
the error was that I had the datastore set too small.
During the installation, it was suggested that 2500kb
(or something like that), so I typed in 2500. I
thought the number entered was in kilobytes. Looking
at the freenet.conf file, I found that it was in
bytes, not kilobytes. I set the number low to start
off, but I didn't mean for it to be THAT low.

Anyways, my suggestion to Ian: during installation,
specify the units entered when asking the question of
the storeSize.

Thanks everybody.

John


__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] freenet can't find java

2002-11-02 Thread GeckoX
Make sure that your j2re directory is in your $PATH. That's what fixed that problem 
for me.

:GeckoX

++ 02/11/02 22:40 +0100 - Kitesmurf:
I just got freenet, but whenever I try to run start-freenet.sh I get an
error telling me that the command java was not found. J2re 1.4.1 is
installed though. Any advice please?

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support