Re: [freenet-dev] simplifying locking - request for review

2003-08-26 Thread Volker Stolz
In local.freenet, you wrote: We're having some issues with locking which are most apparent on nptl-enabled systems. Our usual stance on the subject has been that nptl is screwed; the corporate articles from $un and redhat state that the synchronization mechanism has been reworked to be

[freenet-dev] Major fproxy brokeness

2002-09-10 Thread Volker Stolz
[Forwarded on Ian's request] -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME -- next part -- An embedded message was scrubbed... From: Volker Stolz <v...@foldr.org> Subject: Re: [freenet-dev] Major fproxy brokeness Date: Fri, 6 Sep 2002 20:45:59

Re: [freenet-dev] Major fproxy brokeness

2002-09-10 Thread Volker Stolz
[Forwarded on Ian's request] -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME ---BeginMessage--- On Fri, Sep 06, 2002 at 08:42:54AM -0700, Ian Clarke wrote: On Fri, Sep 06, 2002 at 10:59:55AM +0200, Volker Stolz wrote: In local.freenet, you wrote: Those who try

[freenet-dev] Major fproxy brokeness

2002-09-06 Thread Volker Stolz
In local.freenet, you wrote: > Those who try the current snapshot will now notice that the=20 > gateway.html page is now replaced by an Infolet. Yeah, great, it's broken. Why do you hardcode the node's IP into the page? Now you can't easily use [ssh] port-frowarding to connect to a remote fproxy.

Re: [freenet-dev] Major fproxy brokeness

2002-09-06 Thread Volker Stolz
In local.freenet, you wrote: Those who try the current snapshot will now notice that the=20 gateway.html page is now replaced by an Infolet. Yeah, great, it's broken. Why do you hardcode the node's IP into the page? Now you can't easily use [ssh] port-frowarding to connect to a remote fproxy.

[freenet-devl] Major brokeness on FreeBSD w/ Linux-JDK 1.3.1

2002-02-12 Thread Volker Stolz
ot; Classic VM (build jdk1.2.2-FreeBSD:root:2001/09/07-19:36, green threads, nojit) I can provide a shell account if somebody wants to investigate, otherwise I'll file this under "JVM madness". -- Volker Stolz * vs at foldr.org * PGP + S/MIME __

[freenet-devl] beating NAT

2001-12-20 Thread Volker Stolz
In local.freenet, you wrote: > * the NAT:ed node receives and caches (routing table(?)) other > node addresses. I have written some basic filtering which solves exactly this problem, I just haven't wrapped up all the loose ends. I'll probably do this over christmas. -- Volker Stol

[freenet-devl] Strange behaviour

2001-12-06 Thread Volker Stolz
;know" > that it is on Node A? a) The document is fairly small, the data store huge. b) FProxy on this node retrieves it instantly (before & afterwards the test) I know I really should try to reproduce this with fcpget... -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___

[freenet-devl] Strange behaviour

2001-12-06 Thread Volker Stolz
will retrieve the page, though... -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] Filtering outgoing connections

2001-11-30 Thread Volker Stolz
s running on those ports is going to be > virtually zero so there is just no point in doing it, you might as well > not run a permanent node. It?s going to be at least two next week. And I indeed expect to see an increasing number of nodes doing this. -- Volker Stolz * vs at foldr.org

[freenet-devl] Filtering outgoing connections

2001-11-29 Thread Volker Stolz
In local.freenet, you wrote: > Volker Stolz: >> I need a mechanism to specify rules *which* of the available nodes my >> local Freenet-node should connect (otherwise, this will leave nasty >> entries in the firewall log). > > So you're running a transient node.

[freenet-devl] Filtering outgoing connections

2001-11-29 Thread Volker Stolz
because the sockets are established from localhost. -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] Auto-ip address detection

2001-11-28 Thread Volker Stolz
nfig -a | "$AWK" '/inet .+[[:digit:]]\./ {print substr($2,index($2,":")+1); exit}' then filter out private IPs (does nobody read the bug-reports?). -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] Auto-ip address detection

2001-11-27 Thread Volker Stolz
In local.freenet, you wrote: > On Tue, Nov 27, 2001 at 01:47:01PM +0100, Volker Stolz wrote: >> Which gives me another opportunity to point out the patches to config.sh >> which will make this work on other OSes as well (though of course not >> detecting the correct IP, but

[freenet-devl] Auto-ip address detection

2001-11-27 Thread Volker Stolz
ich gives me another opportunity to point out the patches to config.sh which will make this work on other OSes as well (though of course not detecting the correct IP, but at least an IP at all). -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Dev

[freenet-devl] Auto-ip address detection

2001-11-26 Thread Volker Stolz
o guess whether I want the node to use eth0 or eth1 on my Linux machine? Or 192.168.1.1, 192.168.2.1, 192.168.3.1 or the only correct choice, which is my dynamic IP from yet another interface? -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl ma

[freenet-devl] CFCP

2001-11-22 Thread Volker Stolz
ut either. It increases the amount of time needed for writing an FCP client. I think I had to modify the parser about five times to get it right (luckily my language of choice -- Haskell -- makes this rather easy). -- Volker Stolz * vs at foldr.org * PGP

[freenet-devl] "...was not welcome"

2001-11-15 Thread Volker Stolz
I'm acception connections on a different host using ssh-portforwarding, if this might be a problem. -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] run.sh/config.sh fixes / reprise

2001-11-15 Thread Volker Stolz
I just uploaded the /bin/sh-fixes for the two shell scripts to the SourceForge bugtracker. They now work at least for SunOS, *BSD and Linux and I'm confident that they don't contain any more quirks. Could somebody (misterbad?) please stuff them to where they belong? -- Volker Stolz * vs

[freenet-devl] FCP Spec

2001-11-12 Thread Volker Stolz
necessary to do go on with trial & error to get a working fcp-client. -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] FCP Initialisation

2001-11-10 Thread Volker Stolz
r nice way. -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] Re: /bin/sh for config.sh

2001-11-04 Thread Volker Stolz
[SunOS changes] I only took a half-heartedly attempt at SunOS because the ssh-connection to the faculty really blows any interactive stuff today. I'll start again tomorrow when I'm at the machine. -- Volker Stolz * vs at foldr.org * PGP + S/MIME

[freenet-devl] /bin/sh for config.sh

2001-11-04 Thread Volker Stolz
0 +RAND=`dd if=/dev/urandom count=1 2> /dev/null | cksum | cut -c"1-5"` +DEFLP=`expr \( $RAND % 3 \) + 2000` # We should really check for a port collision, but it is very unlikely -echo -n What port should Freenet listen on [$DEFLP] : +echo What port should Freenet listen on [$DEFLP

[freenet-devl] Fixed bashism in run.sh

2001-11-04 Thread Volker Stolz
"Press to continue: " - read + read -p "Press to continue: " foo # check for java runtime echo -n "checking for java runtime: " HTH, config.sh is next. -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing

[freenet-devl] Fixed bashism in run.sh

2001-11-04 Thread Volker Stolz
to continue: - read + read -p Press return to continue: foo # check for java runtime echo -n checking for java runtime: HTH, config.sh is next. -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME ___ Devl mailing list [EMAIL PROTECTED] http

[freenet-devl] /bin/sh for config.sh

2001-11-04 Thread Volker Stolz
\( $RAND % 3 \) + 2000` # We should really check for a port collision, but it is very unlikely -echo -n What port should Freenet listen on [$DEFLP] : +echo What port should Freenet listen on [$DEFLP] : read lp if test -z $lp; then lp=$DEFLP -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME

[freenet-devl] Node freeze

2001-10-27 Thread Volker Stolz
In local.freenet, you wrote: > On Sat, Oct 27, 2001 at 02:13:20PM +0200, Volker Stolz wrote: >> In local.freenet, you wrote: >> >> It doesn't happen again on neither of the two nodes, although they >> >> clearly should be down by now #-) >> >>

[freenet-devl] Node freeze

2001-10-27 Thread Volker Stolz
rting, it complains about a broken >> datastore :-/ > > You sure you didn't just run out of HD space? On a second thought, might be. Perhaps the logfile ran away. I did check with fcpdiag, though, and got no reply. -- Volker Stolz * vs at foldr.org * PGP + S/MIME

[freenet-devl] 0.4/FreeBSD/JDK1.2.2 breakage

2001-10-27 Thread Volker Stolz
at Freenet.node.store.DFSDataStore.(DFSDataStore.java:98) at Freenet.node.Node.makeNode(Node.java:1024) at Freenet.node.Main.main(Main.java:241) at Freenet.node.Node.main(Node.java:584) -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing

[freenet-devl] Node freeze

2001-10-27 Thread Volker Stolz
149d @ 1004175808151 Oct 27, 2001 11:38:49 AM (Freenet.ConnectionHandler, Thread-9274): 1 messages in sendqueue Oct 27, 2001 11:38:49 AM (Freenet.Co (Notice the last broken line). On restarting, it complains about a broken datastore :-/ -- Volker Stolz * vs at

Re: [freenet-devl] Node freeze

2001-10-27 Thread Volker Stolz
space? On a second thought, might be. Perhaps the logfile ran away. I did check with fcpdiag, though, and got no reply. -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME ___ Devl mailing list [EMAIL PROTECTED] http://lists.freenetproject.org/mailman

Re: [freenet-devl] Node freeze

2001-10-27 Thread Volker Stolz
In local.freenet, you wrote: On Sat, Oct 27, 2001 at 02:13:20PM +0200, Volker Stolz wrote: In local.freenet, you wrote: It doesn't happen again on neither of the two nodes, although they clearly should be down by now #-) Did you maybe fix the reason in the snapshot of the 25th

[freenet-devl] Node freeze

2001-10-26 Thread Volker Stolz
y clearly should be down by now #-) Did you maybe fix the reason in the snapshot of the 25th? -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] Re: [freenet-support] Freesite key format in 0.4

2001-10-26 Thread Volker Stolz
to base 16 (with lower-case letters, a la printf("%x")). Could you put that down in the Wiki, please? -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl

Re: [freenet-devl] Re: [freenet-support] Freesite key format in 0.4

2001-10-26 Thread Volker Stolz
that down in the Wiki, please? -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME ___ Devl mailing list [EMAIL PROTECTED] http://lists.freenetproject.org/mailman/listinfo/devl

Re: [freenet-devl] Node freeze

2001-10-26 Thread Volker Stolz
be down by now #-) Did you maybe fix the reason in the snapshot of the 25th? -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME ___ Devl mailing list [EMAIL PROTECTED] http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] idea: insert freessites as tar.gz split-file

2001-10-25 Thread Volker Stolz
his isn't done with current webservers? And do these reasons still hold for Freenet? (You want to retrieve them monolithically, too, even though you only mention inserting above, right?) -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing

[freenet-devl] Node freeze

2001-10-24 Thread Volker Stolz
on 0x0830b100 Freenet.support.BlockingQueue at 405174E8/405174F0 locknflags 80012500 Monitor inflated infl_mon 0x0841e948 java.net.PlainSocketImpl at 40528BB0/40528BB8 locknflags 000b Flat locked by threadIdent b. Entrycount 1 java.net.PlainSocketImp

Re: [freenet-devl] Node freeze

2001-10-24 Thread Volker Stolz
Freenet.thread.EThread@40694710/40694718 locknflags 80011400 Monitor inflated infl_mon 0x0841e728 -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME ___ Devl mailing list [EMAIL PROTECTED] http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] Node freeze

2001-10-23 Thread Volker Stolz
: thread limit reached These lines repeat every 5 secs or so and the node is effectively dead, after a restart, it takes about 1h to reach this state again... -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl

[freenet-devl] Network code

2001-10-23 Thread Volker Stolz
I thought that javax is vendor-provided?!). -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] Private Addresses

2001-10-23 Thread Volker Stolz
tch which tells your node not to except private IPs. Or better, accept the private IP in an announcement when "it makes sense", i.e. when you're using private IPs as well or the connection was established from the same IP. IMO an internal IP announcement coming from a "real" IP

Re: [freenet-devl] Network code

2001-10-23 Thread Volker Stolz
is vendor-provided?!). -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME ___ Devl mailing list [EMAIL PROTECTED] http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] Node freeze

2001-10-23 Thread Volker Stolz
: thread limit reached These lines repeat every 5 secs or so and the node is effectively dead, after a restart, it takes about 1h to reach this state again... -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME ___ Devl mailing list [EMAIL PROTECTED] http

[freenet-devl] Network code

2001-10-22 Thread Volker Stolz
atch] Which brings me to the last issue: Could someone please give me a hint as to what put into my CLASSSPATH to compile Freenet on Linux or BSD? It's always missing symbols or packages, and IANAJE. -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___

[freenet-devl] Network code

2001-10-22 Thread Volker Stolz
] Which brings me to the last issue: Could someone please give me a hint as to what put into my CLASSSPATH to compile Freenet on Linux or BSD? It's always missing symbols or packages, and IANAJE. -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME

[freenet-devl] Small perl splitfile client

2001-10-20 Thread Volker Stolz
lients/fcpget -h 99' \ perl -n get.pl | sh - To assemble the files: if ( $_ =~ /^SplitFile.Block.(.+)=freenet:(.+)$/ ) { print("cat file.$1 >>movie.avi\n"); } Maybe I'll add a way to retrieve the files in random order tomorrow... --

[freenet-devl] Neststorms / low node throughput.

2001-10-19 Thread Volker Stolz
tances of java, and I couldn't start any more processes in a shell. -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] Small perl splitfile client

2001-10-19 Thread Volker Stolz
get.pl | sh - To assemble the files: if ( $_ =~ /^SplitFile.Block.(.+)=freenet:(.+)$/ ) { print(cat file.$1 movie.avi\n); } Maybe I'll add a way to retrieve the files in random order tomorrow... -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME

[freenet-devl] YOUR NODE CAUSED THE HEISENBUG

2001-10-16 Thread Volker Stolz
heisenbug UniqueID: e5a0983fe5a0983f. killed chain Linux mouton 2.2.19 #1 Thu Apr 12 11:11:23 CEST 2001 i686 unknown java version "1.3.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-2623 (JIT enabled: jitc))

[freenet-devl] YOUR NODE CAUSED THE HEISENBUG

2001-10-16 Thread Volker Stolz
heisenbug UniqueID: e5a0983fe5a0983f. killed chain Linux mouton 2.2.19 #1 Thu Apr 12 11:11:23 CEST 2001 i686 unknown java version 1.3.0 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-2623 (JIT enabled: jitc)) -- Volker Stolz

[freenet-devl] A New Wrinkle

2001-10-15 Thread Volker Stolz
-htl 2 to finally upload it ;) -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl

Re: [freenet-devl] A New Wrinkle

2001-10-15 Thread Volker Stolz
to finally upload it ;) -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME ___ Devl mailing list [EMAIL PROTECTED] http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] A New Wrinkle

2001-10-13 Thread Volker Stolz
3bc6d8b83b Long: c6d8b83bc6d8b83b grep PANIC freenet.log | wc -l 3491 -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl

Re: [freenet-devl] A New Wrinkle

2001-10-13 Thread Volker Stolz
freenet.log | wc -l 3491 -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME ___ Devl mailing list [EMAIL PROTECTED] http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] node errors on every connect

2001-10-12 Thread Volker Stolz
rite0(Native Method) > > Any hints? Is it me, is it all other nodes, is it the NSA? There're lots of this currently in Freenet .4. Don't worry, it just means that the remote end immediately drops the connection after accepting it. -- Volker Stolz * vs at foldr.

Re: [freenet-devl] node errors on every connect

2001-10-12 Thread Volker Stolz
Method) Any hints? Is it me, is it all other nodes, is it the NSA? There're lots of this currently in Freenet .4. Don't worry, it just means that the remote end immediately drops the connection after accepting it. -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME

[freenet-devl] incompatible change recently?

2001-10-06 Thread Volker Stolz
Overflow thread for Freenet.OpenConnectionManager$ConnectionJob at 37c247f8): Authentication I/O failure: Broken pipe too. Some data trickles in, though. -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl at freenetproject.org http://lists.fre

Re: [freenet-devl] incompatible change recently?

2001-10-06 Thread Volker Stolz
for Freenet.OpenConnectionManager$ConnectionJob@37c247f8): Authentication I/O failure: Broken pipe too. Some data trickles in, though. -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME ___ Devl mailing list [EMAIL PROTECTED] http://lists.freenetproject.org/mailman/listinfo

[freenet-devl] Values for seedNodes for own node?

2001-09-21 Thread Volker Stolz
How can I extract the values necessary for a custom seedNodes files for my node? -- Volker Stolz * vs at foldr.org * PGP + S/MIME ___ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl

[freenet-devl] Values for seedNodes for own node?

2001-09-21 Thread Volker Stolz
How can I extract the values necessary for a custom seedNodes files for my node? -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME ___ Devl mailing list [EMAIL PROTECTED] http://lists.freenetproject.org/mailman/listinfo/devl