Heres the output I get when I try to insert the Packages list:
+ java Freenet.client.InsertClient -serverAddress
127.0.0.1:47737 -autoRedirect yes
KSK@/debian/dists/stable/main/binary-i386/Packages Packages
Freenet Core running on 1063 (build 161)
entering syncronized space
2948756
State "PREPARED" reached.
A message was sent to tcp/127.0.0.1:47737.
State "REQUESTING" reached.
A message was received from tcp/127.0.0.1:47737.
State "TRANSFERING" reached.
A message was sent to tcp/127.0.0.1:47737.
Transfer of 2948756 bytes started.
java.io.IOException: Bad file descriptor
at java.net.SocketOutputStream.write(SocketOutputStream.java:83)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java)
at Freenet.crypt.CipherOutputStream.flush(CipherOutputStream.java:42)
at Freenet.Conduit.run(Conduit.java:148)
A Internal message was received from null.
A fatal exception occured while processing: Exception: java.io.IOException:
Bad file descriptor thrown during write of Conduit feed
State "FAILED" reached.
Encountered the following exceptions while trying to Insert:
Exception: java.io.IOException: Bad file descriptor thrown during write of
Conduit feed
at Freenet.Conduit.run(Conduit.java:126)
Transfer ended with 131569 bytes read.
I have succsessfuly inserted the file via FProxy on a Windows box, but all
requests for it fail on the Debian box I'm using for testing Apt-get over
Freenet. Here is the output of a request:
+ java Freenet.client.RequestClient -serverAddress
127.0.0.1:47737 -autoRedirect yes
KSK@/debian/dists/stable/main/binary-i386/Packages Packages-try
Freenet Core running on 1072 (build 161)
State "PREPARED" reached.
State "REQUESTING" reached.
A message was sent to tcp/127.0.0.1:47737.
A message was received from tcp/127.0.0.1:47737.
State "TRANSFERING" reached.
Transfer of 98 bytes started.
80 bytes read.
Transfer of one segment to a temporary file completed.
Transfer of one segment to a temporary file completed.
Transfer to temporary files completed.
A message was received from tcp/127.0.0.1:47737.
State "DONE" reached.
Redirect to:
freenet:CHK@Zn0qZ0bskQqc4JDWFoFAuCeOaeEPAwE,BI4igiMST1W6yU7DIq616A
State "PREPARED" reached.
State "REQUESTING" reached.
A message was sent to tcp/127.0.0.1:47737.
A message was received from tcp/127.0.0.1:47737.
State "FAILED" reached.
Request failed gracefully.
Metadata:
Redirect
End
freenet:CHK@Zn0qZ0bskQqc4JDWFoFAuCeOaeEPAwE,BI4igiMST1W6yU7DIq616A
The request was unsuccessful. Src:tcp/127.0.0.1:47737 htl:1 depth:9
id:7970eb9fac5194d4 type:Freenet.message.TimedOut was received
So it was redirected to a CHK, but apparently timed out before it found the
CHK localy
And a log output for the insert (I've scan through this and replaced any IPs
not on 127.0.0.1 with "blah"):
26-Dec-00 10:39:48
AM:Freenet.presentation.FNPRawMessage:134943149:Debug:Reading message
26-Dec-00 10:39:48 AM:Freenet.ConnectionHandler:134944729:Debug:Rawmessage:
InsertReply
{Source=tcp/207.31.108.40:19114,KeepAlive=true,DataLength=0,{Depth=6,HopsToL
ive=2,UniqueID=73b4639bf5559136,}}
26-Dec-00 10:39:48
AM:Freenet.ConnectionHandler:134944729:Minor:73b4639bf5559136 - InsertReply
<- tcp/blah:19114
26-Dec-00 10:39:48 AM:Freenet.ConnectionHandler:134944729:Debug:Message:
Src:null htl:2 depth:6 id:73b4639bf5559136 type:Freenet.message.InsertReply
26-Dec-00 10:39:48 AM:Freenet.ConnectionHandler:134944729:Debug:Got on
tcp/blah:1065 from tcp/blah:19114
26-Dec-00 10:39:48 AM:Freenet.transport.tcpConnection:134942352:Debug:not
throttling local connection
26-Dec-00 10:39:48 AM:Freenet.node.Node:134931343:Debug:Connection between:
tcp/127.0.0.1:47737 and tcp/127.0.0.1:1063
26-Dec-00 10:39:48 AM:Freenet.ConnectionHandler:134942152:Debug:New
connectionhandler with tcp/127.0.0.1:1063
26-Dec-00 10:39:48
AM:Freenet.ConnectionHandler:134942152:Debug:Authenticating
tcp/127.0.0.1:1063
26-Dec-00 10:39:48
AM:Freenet.ConnectionHandler:134942152:Debug:tcp/127.0.0.1:1063
authenticated
26-Dec-00 10:39:48 AM:Freenet.ConnectionHandler:134942152:Debug:Sending a
message
26-Dec-00 10:39:48
AM:Freenet.ConnectionHandler:134942152:Minor:4df0ccb7c964a8c9 -
HandshakeRequest -> tcp/127.0.0.1:1063
26-Dec-00 10:39:48 AM:Freenet.ConnectionHandler:134942152:Debug:Message
sent.
26-Dec-00 10:39:48
AM:Freenet.presentation.FNPRawMessage:134944737:Debug:Reading message
26-Dec-00 10:39:48 AM:Freenet.ConnectionHandler:134942152:Debug:Rawmessage:
HandshakeReply
{Source=tcp/127.0.0.1:1063,KeepAlive=true,DataLength=0,{Depth=1,HopsToLive=1
,Version=1.299,Build=161,UniqueID=4df0ccb7c964a8c9,}}
26-Dec-00 10:39:48
AM:Freenet.ConnectionHandler:134942152:Minor:4df0ccb7c964a8c9 -
HandshakeReply <- tcp/127.0.0.1:1063
26-Dec-00 10:39:48 AM:Freenet.ConnectionHandler:134942152:Debug:Message:
Src:null htl:1 depth:1 id:4df0ccb7c964a8c9
type:Freenet.message.HandshakeReply
26-Dec-00 10:39:48 AM:Freenet.ConnectionHandler:134942152:Debug:Got on
tcp/127.0.0.1:1066 from tcp/127.0.0.1:1063
26-Dec-00 10:39:48 AM:Freenet.message.HandshakeReply:134943830:Debug:Setting
handshake from tcp/127.0.0.1:1063
26-Dec-00 10:39:48 AM:Freenet.StandardHandshakeHandler:134926465:Debug:Done
waiting for handshake, returning true
26-Dec-00 10:39:48 AM:Freenet.ConnectionHandler:134942152:Debug:Sending a
message
26-Dec-00 10:39:48
AM:Freenet.ConnectionHandler:134942152:Minor:73b4639bf5559136 -
InsertReply -> tcp/127.0.0.1:1063
26-Dec-00 10:39:48 AM:Freenet.ConnectionHandler:134942152:Debug:Message
sent.
26-Dec-00 10:39:48 AM:Freenet.ConnectionHandler:134944729:Debug:Finished
with message
26-Dec-00 10:39:49 AM:Freenet.ConnectionHandler:134942152:Debug:Finished
with message
26-Dec-00 10:39:49
AM:Freenet.presentation.FNPRawMessage:134942438:Debug:Reading message
26-Dec-00 10:39:49 AM:Freenet.ConnectionHandler:134942152:Debug:Rawmessage:
DataInsert
{Source=tcp/127.0.0.1:1063,KeepAlive=true,DataLength=2948756,{Depth=0,HopsTo
Live=a,UniqueID=73b4639bf5559136,Storable.Metadata-length=0,Storable.PartSiz
e=59fc,Storable.Symmetric-cipher=Twofish,}}
26-Dec-00 10:39:49
AM:Freenet.ConnectionHandler:134942152:Minor:73b4639bf5559136 - DataInsert
<- tcp/127.0.0.1:1063
26-Dec-00 10:39:49 AM:Freenet.ConnectionHandler:134942152:Debug:Message:
Src:null htl:10 depth:0 id:73b4639bf5559136 type:Freenet.message.DataInsert
26-Dec-00 10:39:49 AM:Freenet.ConnectionHandler:134942152:Debug:Got on
tcp/127.0.0.1:1066 from tcp/127.0.0.1:1063
26-Dec-00 10:39:49 AM:Freenet.node.FileData:134941697:Debug:Created new file
.freenet/47737/t8513024
26-Dec-00 10:39:49 AM:Freenet.Conduit:134941102:Debug:0- Conduit starting,
reading 2948756 bytes.
26-Dec-00 10:39:49 AM:Freenet.node.FileData:134941697:Debug:Returning new
stream from data, length: 0x2cfe94 partLength: 0x59fc
26-Dec-00 10:39:49 AM:Freenet.ConnectionHandler:134944729:Debug:Sending a
message
26-Dec-00 10:39:49
AM:Freenet.ConnectionHandler:134944729:Minor:73b4639bf5559136 -
DataInsert -> tcp/blah:19114
26-Dec-00 10:39:49 AM:Freenet.ConnectionHandler:134944729:Debug:Message
sent.
26-Dec-00 10:39:49 AM:Freenet.Conduit:134940375:Debug:0- Conduit starting,
reading 2948756 bytes.
26-Dec-00 10:39:49
AM:Freenet.presentation.FNPRawMessage:134942560:Debug:Reading message
26-Dec-00 10:39:49 AM:Freenet.ConnectionHandler:134944729:Debug:Finished
with connection - closing
26-Dec-00 10:39:51 AM:Freenet.Conduit:134940375:Minor:0- Exception:
java.io.IOException: Bad file descriptor thrown during write of Conduit feed
26-Dec-00 10:39:51 AM:Freenet.Conduit:134941102:Minor:0- Exception:
Freenet.support.io.DataNotValidIOException: Data not valid, code 105 thrown
during read of Conduit feed
26-Dec-00 10:39:51
AM:Freenet.message.DataSend$ReceivedData:134941101:Debug:Data signaled as
receive done
26-Dec-00 10:39:51
AM:Freenet.message.DataSend$ReceivedData:134941101:Debug:Got DNV(105)
26-Dec-00 10:39:51 AM:Freenet.ConnectionHandler:134942152:Debug:I am awake!
26-Dec-00 10:39:51 AM:Freenet.ConnectionHandler:134942152:Debug:Finished
with message
26-Dec-00 10:39:51
AM:Freenet.presentation.FNPRawMessage:134944194:Debug:Reading message
26-Dec-00 10:39:51 AM:Freenet.ConnectionHandler:134942152:Debug:Finished
with connection - closing
26-Dec-00 10:39:51 AM:Freenet.Conduit:134941102:Debug:0- Conduit finished
moved 69110 bytes.
26-Dec-00 10:39:51
AM:Freenet.message.DataInsert$InsertSendDone:134940798:Debug:Send signaled
ended.
26-Dec-00 10:39:51
AM:Freenet.message.DataInsert$InsertSendDone:134940798:Debug:Exception
occured during send!
26-Dec-00 10:39:51
AM:Freenet.message.DataInsert$InsertSendDone:134940798:Minor:Ouput error
sending trailing field
26-Dec-00 10:39:51
AM:Freenet.message.DataInsert$InsertSendDone:134940798:Debug:Returning
26-Dec-00 10:39:51 AM:Freenet.Conduit:134940375:Debug:0- Conduit finished
moved 62457 bytes.
------------
A bad random number generator: 1, 1, 1, 1, 1, 4.33e+67, 1, 1, 1...
_______________________________________________
Freenet-support mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/freenet-support