Re: [freenet-support] Some problems

2005-08-08 Thread Matthew Toseland
On Fri, Aug 05, 2005 at 04:15:43PM +0200, Jarle Aase wrote: > tor, 04,.08.2005 kl. 21.19 +0100, skrev Matthew Toseland: > > The error you mentioned (Consecutive same winner) does not produce a > > stack trace. Admittedly there may be some overhead in updating the > > console - I suggest you redirec

Re: [freenet-support] Some problems

2005-08-05 Thread Jarle Aase
tor, 04,.08.2005 kl. 21.19 +0100, skrev Matthew Toseland: > The error you mentioned (Consecutive same winner) does not produce a > stack trace. Admittedly there may be some overhead in updating the > console - I suggest you redirect the log to either a file or /dev/null > (I think logFile=none has

Re: [freenet-support] Some problems

2005-08-04 Thread Matthew Toseland
On Thu, Aug 04, 2005 at 03:04:42PM +0200, Jarle Aase wrote: > tor, 04,.08.2005 kl. 10.12 +0100, skrev Matthew Toseland: > > > > > The error message you mention quite simply means 100% CPU > > > > usage. > > > > > > Yes - but then, handling more than 10 million error-messages in a row > > > takes

Re: [freenet-support] Some problems

2005-08-04 Thread Jarle Aase
tor, 04,.08.2005 kl. 15.04 +0200, skrev Jarle Aase: > I set the limit at 100 kbytes in and out. Setting the limit did not help. The node is still producing /lots/ of "Consecutive same winner" errors. I looked at the source-code to insert a small wait() after the error, but I was unable to compil

Re: [freenet-support] Some problems

2005-08-04 Thread Jarle Aase
tor, 04,.08.2005 kl. 10.12 +0100, skrev Matthew Toseland: > > > The error message you mention quite simply means 100% CPU > > > usage. > > > > Yes - but then, handling more than 10 million error-messages in a row > > takes quite some CPU. When this happends, it seems like the > > error-handling

Re: [freenet-support] Some problems

2005-08-04 Thread Matthew Toseland
On Thu, Aug 04, 2005 at 03:49:57AM +0200, Jarle Aase wrote: > tor, 04,.08.2005 kl. 00.00 +0100, skrev Matthew Toseland: > > Hmm. My guess would be that it's simply that your node can't cope with > > 100Mbps. > > The node usually uses less than 100 kbytes/sec in each direction on the > network int

Re: [freenet-support] Some problems

2005-08-03 Thread Jarle Aase
tor, 04,.08.2005 kl. 00.00 +0100, skrev Matthew Toseland: > Hmm. My guess would be that it's simply that your node can't cope with > 100Mbps. The node usually uses less than 100 kbytes/sec in each direction on the network interface. > The error message you mention quite simply means 100% CPU >

Re: [freenet-support] Some problems

2005-08-03 Thread Matthew Toseland
Hmm. My guess would be that it's simply that your node can't cope with 100Mbps. The error message you mention quite simply means 100% CPU usage. We've had people manage 7Mbps, but 100 is a lot. :) What happens if you set an output limit to say 500kB/sec? On Thu, Aug 04, 2005 at 12:42:02AM +0200,

Re: [freenet-support] Some problems

2005-08-03 Thread Jarle Aase
> ...Sun Java runtime 5.04 Sun Java 1.5.0_04 that is ;) Jarle -- Jarle Aase email: [EMAIL PROTECTED] Author of freeware. http://www.jgaa.com news:alt.comp.jgaa War FTP Daemon: http://www.warftp.org War FTP Daemon FAQ: http://w

[freenet-support] Some problems

2005-08-03 Thread Jarle Aase
Hi list, I've been testing freenet build 5103 for a few weeks. I run it under Linux on a P4 with Hyperthreading with Sun Java runtime 5.04 on a 100 mbits Internet connection. The node has 200 connections (200 is the limit) most of the time. There are several servere problems. 1) The error-log

Re: [freenet-support] some problems with Freenet installation

2002-09-29 Thread Greg Wooledge
fabrice ([EMAIL PROTECTED]) wrote: > "[fab@localhost freenet]$ sh start-freenet.sh > usage: kaffe [-options] class Bah. Crappy shell scripts. :( I keep telling people not to use them, but I suppose that since they're on the official site, people are going to expect them to work Here's a s

Re: [freenet-support] some problems with Freenet installation

2002-09-29 Thread fabrice
Le Samedi 28 Septembre 2002 18:46, Greg Wooledge a écrit : > fabrice ([EMAIL PROTECTED]) wrote: > > "[fab@localhost freenet]$ java.lang.NoSuchMethodError: > > freenet/support/Heap$Element.compareTo(Ljava/lang/Object;)I > > This indicates that your CLASSPATH is not set to include the freenet.jar >

Re: [freenet-support] some problems with Freenet installation

2002-09-28 Thread Greg Wooledge
fabrice ([EMAIL PROTECTED]) wrote: > "[fab@localhost freenet]$ java.lang.NoSuchMethodError: > freenet/support/Heap$Element.compareTo(Ljava/lang/Object;)I This indicates that your CLASSPATH is not set to include the freenet.jar file. Personally, I don't trust any of the *.sh scripts in Freenet.

[freenet-support] some problems with Freenet installation

2002-09-28 Thread fabrice
Hello, I want to install Freenet on Linux Mandrake 8.2 with Java j2r1.4.0_02 installed. But after i run "sh start-freenet.sh" and answer to the questions, somes lines appear : "[fab@localhost freenet]$ java.lang.NoSuchMethodError: freenet/support/Heap$Element.compareTo(Ljava/lang/Object;)I

Re: [freenet-support] some problems

2002-09-24 Thread Nicholas Sturm
> From: Thomas Amm <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Date: 9/24/2002 11:25:06 AM > Subject: Re: [freenet-support] some problems > > Am Die, 2002-09-24 um 16.53 schrieb fabrice: > > Hello, > > I want to install Freenet on Linux Mandrake 8

Re: [freenet-support] some problems

2002-09-24 Thread Thomas Amm
Am Die, 2002-09-24 um 16.53 schrieb fabrice: > Hello, > I want to install Freenet on Linux Mandrake 8.2 with Java j2r1.4.0_02 > installed. But after i run "sh start-freenet.sh" and answer to the questions, > somes lines appear : > "[fab@localhost freenet]$ java.lang.NoSuchMethodError: > freen

[freenet-support] some problems

2002-09-24 Thread fabrice
Hello, I want to install Freenet on Linux Mandrake 8.2 with Java j2r1.4.0_02 installed. But after i run "sh start-freenet.sh" and answer to the questions, somes lines appear : "[fab@localhost freenet]$ java.lang.NoSuchMethodError: freenet/support/Heap$Element.compareTo(Ljava/lang/Object;)I