[freenet-support] Excessive load?

2004-10-14 Thread Scott Call
I've been trying to get a freenet node running again after several
months of not having a suitable machine on a suitable connection, so
please forgive me if this is a stupid FAQ.  I've tried google, the
freenet web site and mailling list archives and didn't seem to find
anything.

On my machine (P4 1.3Ghz Linux kernel 2.6 JVM Sun Microsystems
Inc.:Java HotSpot(TM) Client VM:1.4.2_05-b04 Freenet build 5096) the
system load swings widely between <1 and >50.  Since this machine does
other things besides run freenet, I need to keep the CPU utilization
in check.

I've tried turning some knobs in freenet.conf but haven't gotten it
any better or more consistant.

Any ideas would be greatly apreciated.

Thanks
___
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: Re: Re: [freenet-support] Freenet not starting on Mandrake 10 + J2SE 1.4.2_05

2004-08-04 Thread Scott Call
> It's supposed to infinite loop. Hence "waiting". It's waiting for I/O or
> something. What do you see on normal? On minor?
> >

D'oh sorry, that's my misunderstanding then.

With "minor" I get:
Aug 4, 2004 1:31:49 PM (freenet.node.Main, main, MINOR): Granularity
is between 2ms and 2ms, average is 2
Aug 4, 2004 1:31:49 PM (freenet.node.Main, main, NORMAL): Starting
Freenet (Fred) 0.5 node, build #5088 on JVM Sun Microsystems Inc.:Java
HotSpot(TM) Server VM:1.4.2_05-b04
Aug 4, 2004 1:31:50 PM (freenet.node.Main, main, ERROR): Unexpected
Exception: java.lang.ClassCastException
java.lang.ClassCastException
at freenet.config.Params.getLong(Params.java:294)
at freenet.node.Node.init(Node.java:3384)
at freenet.node.Main.main(Main.java:471)


and it never gets farther than that.  In previous (mandrake with 2.4
kernel) it proceeds with setting up the datastore and initializing
interfaces, but on the Mandrake 10 system it just stops there.

I also get:
INFO: Native CPUID library
'freenet/support/CPUInformation/libjcpuid-x86-linux.so' loaded from
resource
INFO: Optimized native BigInteger library
'net/i2p/util/libjbigi-linux-pentium4.so' loaded from resource

displayed on the console at startup where I didn't get that before.

Thanks
-S
___
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: Re: [freenet-support] Freenet not starting on Mandrake 10 + J2SE 1.4.2_05

2004-08-03 Thread Scott Call
On Wed, 4 Aug 2004 03:01:02 +0200, Martin Scheffler <[EMAIL PROTECTED]> wrote:
> Am Mittwoch, 4. August 2004 02:01 schrieb Scott Call:
> > I get the following when I run start-freenet under mandrake 10 (log
> > level debug):
> > ...
> 
> Please, leave LogLevel at "Normal" or "Minor". LogLevel=debug will rather
> make your node inoperatable, because of the vast amount of messages it
> spits out.
> 

Thanks for the quick reply.  However, the issue is not that material
is logged, it is that material is logged indicating an infinite loop
in the "(freenet.support.BlockingQueue, PRNG/Yarrow
entropy processing thread, DEBUG): Waiting... class
java.util.LinkedList:[]" line

with logging set to normal or minimal I (obviously) do not get those
lines, but neither do I get a working node, it just sits there and
doesn't proceed through the usual startup stuff.

-Scott
___
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] Freenet not starting on Mandrake 10 + J2SE 1.4.2_05

2004-08-03 Thread Scott Call
I get the following when I run start-freenet under mandrake 10 (log
level debug):

Aug 3, 2004 4:52:19 PM (freenet.support.BlockingQueue, main, DEBUG): enqueueing
[EMAIL PROTECTED]
Aug 3, 2004 4:52:19 PM (freenet.support.BlockingQueue, main, DEBUG): enqueueing
[EMAIL PROTECTED] (locked)
Aug 3, 2004 4:52:19 PM (freenet.support.BlockingQueue, main, DEBUG):
enqueued [EMAIL PROTECTED]
(locked) to class
java.util.LinkedList:[EMAIL PROTECTED]
[]
Aug 3, 2004 4:57:20 PM (freenet.support.BlockingQueue, PRNG/Yarrow
entropy processing thread, DEBUG): Waiting... class
java.util.LinkedList:[]
[...until stop-freenet.sh is run]

Mandrake has an /etc/redhat-release in addition to
/etc/mandrake-release (so programs/rpms for redhat systems will think
they're on one) so the LS_ASSUME_KERNEL is getting set to 2.2.5.  I've
tried changing it to 2.4.1 and making it so it's not set at all
(kernel is 2.6.3)

I've had good luck with freenet on 2.4 kernel based Mandrake but this
is the first time I've tried running it on a 2.6 kernel machine.

It's a fresh install from the latest release tarball (5088 I think)

Thanks
-Scott
___
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]