[freenet-support] search for a freenet site

2004-01-13 Thread interp
How do i search a freenet site?
is there any other place than from the bookmark 
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support


[freenet-support] Stable build 5058

2004-01-13 Thread Toad
Freenet stable build 5058 is now available. The snapshots have been
updated. Get it via the update.sh script on Linux, BSD, or OS/X, or use
the freenet-webinstall.exe utility to update on Windows, or get the jar
from http://freenetproject.org/snapshots/freenet-latest.jar . All stable
branch users should upgrade.

The main changes in this build are two fairly major routing changes:
We no longer use contact probability. We use exponential/linear backoff
as we have on NGR instead. This should improve performance
significantly.

Apologies for the recent flood of stable builds, it should settle down a
bit now. The two branches run different routing algos and there was a
bunch of work to be done on the stable routing algorithm...

Anyway please upgrade and try it, at your earliest convenience. It
should be a major change for the better; it's less tested than a stable
build should be but the backoff code is almost identical to the code on
NGR so likely to work fine.
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support

[freenet-support] Stable build 5057

2004-01-13 Thread Toad
Freenet stable build 5057 is now available. The snapshots have been
updated. Get it via the update.sh script on Linux, BSD, or OS/X, or use
the freenet-webinstall.exe utility to update on Windows, or get the jar
from http://freenetproject.org/snapshots/freenet-latest.jar . All stable
branch users should upgrade.

The main change in this build is that it now tries harder for local
requests; this should reduce the number of Route Not Found's. This
functionality was previously coded but accidentally disabled apparently.
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support

Re: [freenet-support] java.lang.NoClassDefFoundError: freenet/support/StripedBucketArray

2004-01-13 Thread Toad
On Tue, Jan 13, 2004 at 11:10:03PM +0100, Nomen Nescio wrote:
> Running build 5055 on Linux 2.6.1 with Blackdown-1.4.2-rc1 and Y threads.
> Just completed a Fuqid download but FEC decoding failed with this trace:

Fixed in 5056.
> 
> 13.01.2004 22:10:44 (freenet.node.Node, YThread-75, ERROR): Error while receiving 
> message freenet.Message: 4e3801: FECDecodeSegment @21947b2c254ddb1 in state New FEC 
> Decode Segment @ 21947b2c254ddb1: java.lang.NoClassDefFoundError: 
> freenet/support/StripedBucketArray
> java.lang.NoClassDefFoundError: freenet/support/StripedBucketArray
>   at OnionFECDecoder.decode(OnionFECDecoder.java:116)
>   at freenet.client.FECTools.decodeSegment(FECTools.java:437)
>   at 
> freenet.node.states.FCP.NewFECDecodeSegment.received(NewFECDecodeSegment.java:98)
>   at freenet.node.StateChain.received(StateChain.java:183)
>   at freenet.node.StateChain.received(StateChain.java:67)
>   at 
> freenet.node.StandardMessageHandler$Ticket.run(StandardMessageHandler.java:235)
>   at 
> freenet.node.StandardMessageHandler$Ticket.received(StandardMessageHandler.java:173)
>   at 
> freenet.node.StandardMessageHandler$Ticket.access$100(StandardMessageHandler.java:125)
>   at freenet.node.StandardMessageHandler.handle(StandardMessageHandler.java:73)
>   at freenet.Ticker$Event.run(Ticker.java:393)
>   at freenet.thread.YThreadFactory$YThread.run(YThreadFactory.java:247)
> ___
> Support mailing list
> [EMAIL PROTECTED]
> http://news.gmane.org/gmane.network.freenet.support

-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support

[freenet-support] java.lang.NoClassDefFoundError: freenet/support/StripedBucketArray

2004-01-13 Thread Nomen Nescio
Running build 5055 on Linux 2.6.1 with Blackdown-1.4.2-rc1 and Y threads.
Just completed a Fuqid download but FEC decoding failed with this trace:

13.01.2004 22:10:44 (freenet.node.Node, YThread-75, ERROR): Error while receiving 
message freenet.Message: 4e3801: FECDecodeSegment @21947b2c254ddb1 in state New FEC 
Decode Segment @ 21947b2c254ddb1: java.lang.NoClassDefFoundError: 
freenet/support/StripedBucketArray
java.lang.NoClassDefFoundError: freenet/support/StripedBucketArray
at OnionFECDecoder.decode(OnionFECDecoder.java:116)
at freenet.client.FECTools.decodeSegment(FECTools.java:437)
at 
freenet.node.states.FCP.NewFECDecodeSegment.received(NewFECDecodeSegment.java:98)
at freenet.node.StateChain.received(StateChain.java:183)
at freenet.node.StateChain.received(StateChain.java:67)
at 
freenet.node.StandardMessageHandler$Ticket.run(StandardMessageHandler.java:235)
at 
freenet.node.StandardMessageHandler$Ticket.received(StandardMessageHandler.java:173)
at 
freenet.node.StandardMessageHandler$Ticket.access$100(StandardMessageHandler.java:125)
at freenet.node.StandardMessageHandler.handle(StandardMessageHandler.java:73)
at freenet.Ticker$Event.run(Ticker.java:393)
at freenet.thread.YThreadFactory$YThread.run(YThreadFactory.java:247)
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support


[freenet-support] [freenet-dev] Stable build 5056

2004-01-13 Thread Toad
Freenet stable build 5055 is now available. The snapshots have been
updated. Get it via the update.sh script on Linux, BSD, or OS/X, or use
the freenet-webinstall.exe utility to update on Windows, or get the jar
from http://freenetproject.org/snapshots/freenet-latest.jar . All stable
branch users should upgrade. If you haven't upgraded since befor 5053,
you will need to reseed, because this is a multiplexing-stable build.

The main change in this build is the reinstatement of a file required
for splitfile downloads to work. Apparently it isn't directly used by
our code but is required for the third-party onion FEC decoder to work.
The file is freenet/support/StripedBucketArray.java . It was
accidentally removed. In practice this should mean splitfile downloads
work again.
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support

Re: [freenet-support] Stable Build 5054: Multiplexing merged!

2004-01-13 Thread Toad
On Tue, Jan 13, 2004 at 04:48:07PM -, Kevin Bennett wrote:
> Yippee!  I've been using this for a only a couple of hours and the
> improvement is *very* noticeable :-)  More freesites load, faster and at
> lower htl's than they have done for many months.

Probably just because the network is small. Wait a week and we'll get a
better idea of performance. Wait a month and we'll get a realistic idea
of performance, maybe.
> 
> Nice job devs!

Thanks.
> 
> Kevin.
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support

Re: [freenet-support] Stable Build 5054: Multiplexing merged!

2004-01-13 Thread Toad
On Tue, Jan 13, 2004 at 11:30:07AM +0100, Troed S?ngberg wrote:
> On Tue, 13 Jan 2004 06:00:16 +, Toad <[EMAIL PROTECTED]> wrote:
> 
> >The main change in this build is that multiplexing has been merged after
> >weeks of development and testing. The network has been reset, so you
> >will need to reseed from
> >http://freenetproject.org/snapshots/seednodes.ref (save that over your
> >existing seednodes.ref and restart the node). There are likely to be
> 
> Does this mean that the stable and unstable networks have merged?

Nope. Unstable remains separate.
> 
> The first thing I got after upgrading and reseeding was the active links  
> for Cofe and DFI - and neither were in stable as far as I know.
> 
> regards,
> Troed
> 
> -- 
> http://troed.se - controversial views or common sense?
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support

[freenet-support] Stable build 5055

2004-01-13 Thread Toad
Freenet stable build 5055 is now available. The snapshots have been
updated. Get it via the update.sh script on Linux, BSD, or OS/X, or use
the freenet-webinstall.exe utility to update on Windows, or get the jar
from http://freenetproject.org/snapshots/freenet-latest.jar . All stable
branch users should upgrade. If you haven't upgraded since befor 5053,
you will need to reseed, because this is a multiplexing-stable build.

The main change in this build is a number of simplifications and bug
fixes to the classic routing algorithm and related infrastructure.
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support

RE: [freenet-support] Stable Build 5054: Multiplexing merged!

2004-01-13 Thread Kevin Bennett
Yippee!  I've been using this for a only a couple of hours and the
improvement is *very* noticeable :-)  More freesites load, faster and at
lower htl's than they have done for many months.

Nice job devs!

Kevin.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Toad
Sent: 13 January 2004 06:00
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [freenet-support] Stable Build 5054: Multiplexing merged!


Stable build 5054 is now available.

{snip}


___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support


Re: [freenet-support] Stable Build 5054: Multiplexing merged!

2004-01-13 Thread Troed SĂ„ngberg
On Tue, 13 Jan 2004 06:00:16 +, Toad <[EMAIL PROTECTED]> wrote:

The main change in this build is that multiplexing has been merged after
weeks of development and testing. The network has been reset, so you
will need to reseed from
http://freenetproject.org/snapshots/seednodes.ref (save that over your
existing seednodes.ref and restart the node). There are likely to be
Does this mean that the stable and unstable networks have merged?

The first thing I got after upgrading and reseeding was the active links  
for Cofe and DFI - and neither were in stable as far as I know.

regards,
Troed
--
http://troed.se - controversial views or common sense?
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support