In case I don't get around to digging this up, an error was
reported on support last week which looks like a bug in the
cookie parser. It shouldn't throw an exception no matter what
garbage is in the cookie file.
-- Ed Huff
Nov 9, 2003 12:00:03 PM (freenet.thread.QThreadFactory$QThread,
QThread-
On Sat, 11/15/03 at 18:36:40 -0500, Edward J. Huff wrote:
> On redhat 9 I put fs.file-max = 65536 in /etc/syscntrl.conf...
>
> I found users still have ulimit -u showing max files 1024, and that
> they can't increase it.
>
> After googling a bit, I discovered two approaches (I fixed both)
>
> 1)
I don't think that 4096 could be valid as with days of uptime
Sun-1.4.2.02 never crosses it. In another later experiment, the IBM JDK
died in a different way with NPTL which did not involve very many file
descriptors (1080), but did involve handling 16-18 queries per hour
after about 8 hours of up
On Fri, 2003-11-14 at 12:32, Brandon Low wrote:
> And then it died overnight... gawdamnit... and that is with my max
> open files set to 4096, bloody thing leaks socket handles.
My earlier reply to a later message which didn't quote the above
assumed you still had max open files 1024. What is ma
On Fri, 2003-11-14 at 16:46, Richard A. Hecker wrote:
> > From: Brandon Low <[EMAIL PROTECTED]>
> ..
> I saw the same thing yesterday on my 5032 node using Sun 1.4.2
>
> >
> > Caught a java.io.IOException: Too many open files, LSL.processConnections failing
> > java.io.IOException: Too many o
Freenet stable build 5036 is now available. If you are running the
stable branch (i.e. unless you know what you are doing), please upgrade.
You can use the update.sh script on *nix, or the freenet-webinstall.exe
on Windows, to upgrade. Or you can fetch the jar from
http://freenetproject.org/snapsho
Update of /cvsroot/freenet/freenet/src/freenet/node
In directory sc8-pr-cvs1:/tmp/cvs-serv18071/src/freenet/node
Modified Files:
Tag: stable
Node.java
Log Message:
5036: Reenable bandwidth based QR. Hopefully exponential backoff can handle it.
Index: Node.java
=
Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv18071/src/freenet
Modified Files:
Tag: stable
Version.java
Log Message:
5036: Reenable bandwidth based QR. Hopefully exponential backoff can handle it.
Index: Version.java
=
Update of /cvsroot/freenet/freenet/src/freenet/node
In directory sc8-pr-cvs1:/tmp/cvs-serv17481/src/freenet/node
Modified Files:
Node.java
Log Message:
6338:
Maybe exponential backoff is sufficient even if we reject queries based on bandwidth.
It's really infeasible to prevent nodes from
Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv17481/src/freenet
Modified Files:
Version.java
Log Message:
6338:
Maybe exponential backoff is sufficient even if we reject queries based on bandwidth.
It's really infeasible to prevent nodes from doing
On November 15, 2003 01:34 pm, Martin Stone Davis wrote:
> Toad wrote:
> > Freenet unstable 6336 is in CVS and in the snapshots.
> > Major changes:
> > * Don't use the {p,t}SearchFailed running averages in estimating. They
> > don't work (maybe they could though), and exponential backoff provides
Update of /cvsroot/freenet/freenet/src/freenet/node/states/data
In directory sc8-pr-cvs1:/tmp/cvs-serv10793/src/freenet/node/states/data
Modified Files:
ReceiveData.java
Log Message:
Logging
Index: ReceiveData.java
===
RCS f
Update of /cvsroot/freenet/freenet/src/freenet/node/rt
In directory sc8-pr-cvs1:/tmp/cvs-serv8874/src/freenet/node/rt
Modified Files:
Tag: stable
StandardNodeEstimator.java
Log Message:
5035: 5034 accidentally disabled transfer failed accounting in the NGRouting
estimators. Reenabl
Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv8874/src/freenet
Modified Files:
Tag: stable
Version.java
Log Message:
5035: 5034 accidentally disabled transfer failed accounting in the NGRouting
estimators. Reenable it.
Index: Version.java
===
Update of /cvsroot/freenet/freenet/src/freenet/node/states/request
In directory sc8-pr-cvs1:/tmp/cvs-serv7522/src/freenet/node/states/request
Modified Files:
ReceivingInsert.java ReceivingReply.java SendingReply.java
InsertPending.java TransferReply.java TransferInsert.java
Log M
Update of /cvsroot/freenet/freenet/src/freenet/node/ds
In directory sc8-pr-cvs1:/tmp/cvs-serv7522/src/freenet/node/ds
Modified Files:
FSDataStoreElement.java
Log Message:
6337:
New diagnostics sendConnDiedInTransfer, recvConnDiedInTransfer.
Fairly major logging changes.
Index: FSDataStor
Update of /cvsroot/freenet/freenet/src/freenet/node/states/data
In directory sc8-pr-cvs1:/tmp/cvs-serv7522/src/freenet/node/states/data
Modified Files:
ReceiveData.java
Log Message:
6337:
New diagnostics sendConnDiedInTransfer, recvConnDiedInTransfer.
Fairly major logging changes.
Index:
Update of /cvsroot/freenet/freenet/src/freenet/support
In directory sc8-pr-cvs1:/tmp/cvs-serv7522/src/freenet/support
Modified Files:
FileLoggerHook.java
Log Message:
6337:
New diagnostics sendConnDiedInTransfer, recvConnDiedInTransfer.
Fairly major logging changes.
Index: FileLoggerHook
Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv7522/src/freenet
Modified Files:
OpenConnectionManager.java Version.java Ticker.java
Log Message:
6337:
New diagnostics sendConnDiedInTransfer, recvConnDiedInTransfer.
Fairly major logging changes.
Index
Update of /cvsroot/freenet/freenet/src/freenet/node
In directory sc8-pr-cvs1:/tmp/cvs-serv7522/src/freenet/node
Modified Files:
Main.java ConnectionOpener.java
Log Message:
6337:
New diagnostics sendConnDiedInTransfer, recvConnDiedInTransfer.
Fairly major logging changes.
Index: Main.jav
Update of /cvsroot/freenet/freenet/src/freenet/client
In directory sc8-pr-cvs1:/tmp/cvs-serv7522/src/freenet/client
Modified Files:
InternalClient.java
Log Message:
6337:
New diagnostics sendConnDiedInTransfer, recvConnDiedInTransfer.
Fairly major logging changes.
Index: InternalClient.j
Update of /cvsroot/freenet/freenet/src/freenet/node/rt
In directory sc8-pr-cvs1:/tmp/cvs-serv7522/src/freenet/node/rt
Modified Files:
NGRoutingTable.java StandardNodeEstimator.java
Log Message:
6337:
New diagnostics sendConnDiedInTransfer, recvConnDiedInTransfer.
Fairly major logging chan
Assuming a magically secure and anonymous communication system, how would
you build a scalable content distrubution network? (or is it y'all's
[2nd pl poss] opinion that the anonymity attributes are inseperable from
freenet's scalability attributes?)
I'm not /just/ asking this for the... obvious
>
>>This idea may be rather unpopular, but too bad... :))
>>
>>
>>Rateless codes are like FEC except that they support infinite number of
>>checkblocks, and the file becomes a stream. Simple implementation is
>>just to wrap the checkblocks from fec in a repeating sequence and insert
>>
Toad wrote:
Freenet stable build 5034 is now available.
Now that we have exponential backoff [again] on QRs, this means that
future RNFs could be an indicator of node overuse. We may want to
change the RNF message to indicate that one explaination for RNFs is
that their node is trying to handle
Toad wrote:
On Sat, Nov 15, 2003 at 10:34:04AM -0800, Martin Stone Davis wrote:
Toad wrote:
Freenet unstable 6336 is in CVS and in the snapshots.
Major changes:
* Don't use the {p,t}SearchFailed running averages in estimating. They
don't work (maybe they could though), and exponential backoff pr
Freenet stable build 5034 is now available. If you are running the
stable branch (i.e. unless you know what you are doing), please upgrade.
You can use the update.sh script on *nix, or the freenet-webinstall.exe
on Windows, to upgrade. Or you can fetch the jar from
http://freenetproject.org/snapsho
Update of /cvsroot/freenet/freenet/src/freenet/node/states/request
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/node/states/request
Modified Files:
Tag: stable
ReceivingReply.java Pending.java AwaitingStoreData.java
AwaitingInsert.java RequestState.java DataPendin
Update of /cvsroot/freenet/freenet/src/freenet/node
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/node
Modified Files:
Tag: stable
FailureTable.java Main.java Node.java
Added Files:
Tag: stable
NodeRef.java
Log Message:
5034:
Include initial estimators in se
Update of /cvsroot/freenet/freenet/src/freenet/support
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/support
Modified Files:
Tag: stable
FileLoggerHook.java FakeRandomAccessFilePool.java
Log Message:
5034:
Include initial estimators in seednodes and StoreData (reset at eve
Update of /cvsroot/freenet/freenet/src/freenet/node/states/data
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/node/states/data
Modified Files:
Tag: stable
DataState.java SendData.java ReceiveData.java
Log Message:
5034:
Include initial estimators in seednodes and StoreData
Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet
Modified Files:
Tag: stable
Version.java MessageHandler.java Key.java Core.java
OpenConnectionManager.java ConnectionHandler.java
Log Message:
5034:
Include initial estima
Update of /cvsroot/freenet/freenet/src/freenet/client/http/filter
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/client/http/filter
Modified Files:
Tag: stable
SaferFilter.java
Log Message:
5034:
Include initial estimators in seednodes and StoreData (reset at every hop if w
Update of /cvsroot/freenet/freenet/src/freenet/node/states/FCP
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/node/states/FCP
Modified Files:
Tag: stable
ClientPutToken.java ClientGetToken.java
Log Message:
5034:
Include initial estimators in seednodes and StoreData (reset
Update of /cvsroot/freenet/freenet/src/freenet/crypt
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/crypt
Modified Files:
Tag: stable
DiffieHellman.java
Log Message:
5034:
Include initial estimators in seednodes and StoreData (reset at every hop if we have
an estimator, an
Update of /cvsroot/freenet/freenet/src/freenet/node/states/FNP
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/node/states/FNP
Modified Files:
Tag: stable
FNPFeedbackToken.java NewRequest.java
Log Message:
5034:
Include initial estimators in seednodes and StoreData (reset at
Update of /cvsroot/freenet/freenet/src/freenet/support/graph
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/support/graph
Modified Files:
Tag: stable
Bitmap.java
Log Message:
5034:
Include initial estimators in seednodes and StoreData (reset at every hop if we have
an esti
Update of /cvsroot/freenet/freenet/src/freenet/node/states/announcement
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/node/states/announcement
Modified Files:
Tag: stable
CompletePending.java AnnouncementState.java LastNode.java
Log Message:
5034:
Include initial estimator
Update of /cvsroot/freenet/freenet/src/freenet/client
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/client
Modified Files:
Tag: stable
InternalClient.java ClientCore.java
Log Message:
5034:
Include initial estimators in seednodes and StoreData (reset at every hop if we hav
Update of /cvsroot/freenet/freenet/src/freenet/thread
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/thread
Modified Files:
Tag: stable
FastThreadFactory.java QThreadFactory.java
Log Message:
5034:
Include initial estimators in seednodes and StoreData (reset at every hop if
Update of /cvsroot/freenet/freenet/src/freenet/node/states/announcing
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/node/states/announcing
Modified Files:
Tag: stable
Announcing.java AnnouncementRequestToken.java
SendAnnouncement.java
Log Message:
5034:
Include in
Update of /cvsroot/freenet/freenet/src/freenet/message
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/message
Modified Files:
Tag: stable
StoreData.java
Log Message:
5034:
Include initial estimators in seednodes and StoreData (reset at every hop if we have
an estimator, an
Update of /cvsroot/freenet/freenet/src/freenet/node/ds
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/node/ds
Modified Files:
Tag: stable
FSDataStoreElement.java
Log Message:
5034:
Include initial estimators in seednodes and StoreData (reset at every hop if we have
an esti
Update of /cvsroot/freenet/freenet/src/freenet/client/http
In directory sc8-pr-cvs1:/tmp/cvs-serv17474/src/freenet/client/http
Modified Files:
Tag: stable
NodeStatusServlet.java FproxyServlet.java
Log Message:
5034:
Include initial estimators in seednodes and StoreData (reset at eve
On Sat, Nov 15, 2003 at 10:34:04AM -0800, Martin Stone Davis wrote:
> Toad wrote:
> >Freenet unstable 6336 is in CVS and in the snapshots.
> >Major changes:
> >* Don't use the {p,t}SearchFailed running averages in estimating. They
> > don't work (maybe they could though), and exponential backoff p
On Sat, Nov 15, 2003 at 09:52:33AM -0500, Zlatin Balevsky wrote:
> This idea may be rather unpopular, but too bad... :))
>
>
> Rateless codes are like FEC except that they support infinite number of
> checkblocks, and the file becomes a stream. Simple implementation is
> just to wrap t
Toad wrote:
Freenet unstable 6336 is in CVS and in the snapshots.
Major changes:
* Don't use the {p,t}SearchFailed running averages in estimating. They
don't work (maybe they could though), and exponential backoff provides
an effective mechanism.
If I read StandardNodeEstimator.longEstimate() c
I tried changing my estimate removing SearchFailed and saw a lot more RNFs.
Toad
>They don't work (maybe they could though)
What's wrong with them? I know tSearchFailed averages the results from
several errors but what could you do with them identified individually.
>and exponential back off pro
This idea may be rather unpopular, but too bad... :))
Rateless codes are like FEC except that they support infinite number of
checkblocks, and the file becomes a stream. Simple implementation is
just to wrap the checkblocks from fec in a repeating sequence and insert
them in a channel
you sent this message two times to the devl ml and no one to the
support one.
bye
Aureliano Rama
Corso di Laurea in Informatica, Pisa
> Freenet stable build 5033 is now available. Upgrade from the snapshots:
> http://freenetproject.org/snapshots/freenet-latest.jar , or use
> update.sh or freenet-
50 matches
Mail list logo