Hi All,

I'm trying freenet for the first time.  It's running on 2.6.8-gentoo-r10 (with 
nptl -- which, from the readme I gather is some concern).

On startup I get the following:

Detected freenet-ext.jar
Detected freenet.jar
Sun java detected.
1.4.1
Sun java 1.4.1 detected, do not need to specify direct memory limit. OK.
Starting Freenet now: Command line: java -Xmx128m freenet.node.Main
Done
INFO: Native CPUID library 
'freenet/support/CPUInformation/libjcpuid-x86-linux.so' loaded from resource
INFO: Optimized native BigInteger library 
'net/i2p/util/libjbigi-linux-athlon.so' loaded from resource

I have set $LD_ASSUME_KERNEL=2.4.1 as per the README.  However I still 
continuously get the following error (specifically if two connections are 
made simulatneously to the freenet server -- for instance, a page with two 
images on it) :

Apr 2, 2005 9:42:36 AM (freenet.support.io.NIOInputStream, YThread-37, 
NORMAL): waited more than 120000ms in NIOIS.read() tcp/connection: 
xxxxxxx,[EMAIL PROTECTED]:[EMAIL PROTECTED] 
closing
java.lang.Exception: debug
        at freenet.support.io.NIOInputStream.read(NIOInputStream.java:319)
        at java.io.FilterInputStream.read(FilterInputStream.java:66)
        at freenet.session.FnpLink.negotiateOutbound(FnpLink.java:637)
        at freenet.session.FnpLink.solicit(FnpLink.java:202)
        at 
freenet.session.FnpLinkManager.createOutgoing(FnpLinkManager.java:111)
        at freenet.ConnectionJob.run(ConnectionJob.java:378)
        at freenet.ConnectionJob.createConnection(ConnectionJob.java:78)
        at freenet.node.ConnectionOpener.checkpoint(ConnectionOpener.java:95)
        at 
freenet.node.states.maintenance.Checkpoint.checkpoint(Checkpoint.java:54)
        at 
freenet.node.states.maintenance.Checkpoint.received(Checkpoint.java:47)
        at freenet.node.StateChain.received(StateChain.java:177)
        at freenet.node.StateChain.received(StateChain.java:61)
        at 
freenet.node.StateChainManagingMessageHandler$ChainContainer.run(StateChainManagingMessageHandler.java:335)
        at 
freenet.node.StateChainManagingMessageHandler$ChainContainer.received(StateChainManagingMessageHandler.java:288)
        at 
freenet.node.StateChainManagingMessageHandler$ChainContainer.access$100
(StateChainManagingMessageHandler.java:207)
        at 
freenet.node.StateChainManagingMessageHandler.handle(StateChainManagingMessageHandler.java:99)
        at freenet.Ticker$Event.run(Ticker.java:325)
        at freenet.thread.YThreadFactory$YThread.run(YThreadFactory.java:285)

At the moment, freenet is pretty unusable...it works for a couple of minutes, 
then everything gets the above error.

Any ideas.

Cheers
Adam
_______________________________________________
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]

Reply via email to