Re: [freenet-support] Native FEC support

2003-01-31 Thread Tracy R Reed
On Thu, Jan 30, 2003 at 11:54:02AM +0100, Niklas Bergh spake thusly:
 Do you get this immediately when you start up really? It looks like it
 should be the result of a request?

Actually, it is the result of a request. I've got frost running and
uploading constantly so as soon as frost was able to reconnect to freenet
it started uploading stuff to be encoded.

 Is this during startup or when you try to fetch a fec encoded file?

When I try to upload a file to fred for encoding.

-- 
Tracy Reed  http://www.ultraviolet.org



msg02752/pgp0.pgp
Description: PGP signature


Re: [freenet-support] Native FEC support

2003-01-31 Thread Tracy R Reed
On Thu, Jan 30, 2003 at 12:04:38PM -0500, Gianni Johansson spake thusly:
 The Nubile info on Native FEC support is completly obsolete.
 
 Look here instead:
 
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freenet/Contrib/fecimpl/onion/README?rev=HEADcontent-type=text/vnd.viewcvs-markup
 
 The zip file that the readme refers to is in CVS (in the Contrib module, 
 *not* the main freenet module).
 
 You can access it on the web here:
 
 
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freenet/Contrib/fecimpl/onion/alien/fec-1.0.3.zip
 
 (Do a Save link as...  on the (download) link from your browser)

I've got fec-1.0.3.zip and I have unpacked it. I read the first link you
posted but it is far from clear. It says:

Install the correct native libraries and JNI support jars
for your system.

The plugin implementations will automatically use the native
libraries if they are present.

Well, that sounds easy. But install the correct native libraries where?
And which of the many files in that zipfile are the correct native
libraries?

Just for kicks I copied *.jar from /lib into the freenet dir and restarted
fred and still got the Unable to find native library messages. What did
I miss?

-- 
Tracy Reed  http://www.ultraviolet.org



msg02764/pgp0.pgp
Description: PGP signature


RE: [freenet-support] Native FEC support

2003-01-30 Thread Niklas Bergh
But when I start up freenet I get this:

java.io.IOException: Couldn't get FECEncoder: OnionFEC_a_1_2
   at freenet.client.FECTools.getEncoder(FECTools.java:643)
   at freenet.client.FECTools.segmentFile(FECTools.java:166)
   at
freenet.node.states.FCP.NewFECSegmentFile.received(NewFECSegmentFile.ja
va:24)
   at freenet.node.StateChain.received(StateChain.java:161)
   at freenet.node.StateChain.received(StateChain.java:52)
   at
freenet.node.StandardMessageHandler$Ticket.run(StandardMessageHandler.j
ava:212)
   at
freenet.node.StandardMessageHandler$Ticket.received(StandardMessageHand
ler.java:159)
   at
freenet.node.StandardMessageHandler$Ticket.access$0(StandardMessageHand
ler.java)
   at
freenet.node.StandardMessageHandler.handle(StandardMessageHandler.java:
68)
   at freenet.Ticker$Event.run(Ticker.java:214)
   at
freenet.thread.QThreadFactory$QThread.run(QThreadFactory.java:212)

Do you get this immediately when you start up really? It looks like it
should be the result of a request?


Jan 29, 2003 10:55:51 PM (freenet.client.FECFactory, main): Couldn't
load
class: NativeOnionFECEncoder.
Jan 29, 2003 10:55:51 PM (freenet.client.FECFactory, main): Couldn't
load
class: NativeOnionFECDecoder.

Is this during startup or when you try to fetch a fec encoded file?


/N


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



[freenet-support] Native FEC support

2003-01-29 Thread Niklas Bergh
This just appeared in my console:


C:\Program Files\Freenet 0.5java -Xmx200m -jar freenet.jar
Sending redirect: /servlet/SFRequest/__ID_626c9c3e_ID__/status_main

htl: 15
blockHtl   : 15
retries: 4
retryHtlIncrement  : 5
healHtl: 15
healPercentage : 20
threads: 10
doParanoidChecks   : true
forceSave  : true
skipDS : false
useUI  : true
runFilter  : true
filterParanoidStringCheck  : false

Unable to find native library for fec8
Unable to find native library for fec16


Should fred be able to find a native library for fec (and if so where)?
I ran updatesnapshot about 2 hrs ago.

/N


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



Re: [freenet-support] Native FEC support

2003-01-29 Thread Stef
Am 29.01.2003 12:22:05, schrieb Niklas Bergh [EMAIL PROTECTED]:

This just appeared in my console:


C:\Program Files\Freenet 0.5java -Xmx200m -jar freenet.jar
Sending redirect: /servlet/SFRequest/__ID_626c9c3e_ID__/status_main

htl: 15
blockHtl   : 15
retries: 4
retryHtlIncrement  : 5
healHtl: 15
healPercentage : 20
threads: 10
doParanoidChecks   : true
forceSave  : true
skipDS : false
useUI  : true
runFilter  : true
filterParanoidStringCheck  : false

Unable to find native library for fec8
Unable to find native library for fec16


Should fred be able to find a native library for fec (and if so where)?

Fred uses a own library. If you want to use a fast platform specific
native implementation, then you have to use the Onion FEC library:
http://onionnetworks.com/developers/

AFAIK you can find something on the Nubile-freesite, but it's perhaps outdated.
(I never used this native code)

I ran updatesnapshot about 2 hrs ago.

It's not a problem in fred builds, this Unable to find native library for fecX
is a status message; there's nothing wrong.

Greetings,
Stef

/N


___
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