Re: [freenet-support] Nothing but DNFs

2002-11-01 Thread Vitenka - Zen
No reply at htl 15.
Trying htl 40  Not found.

But no one can see me either.

Is it posisble that the network has just gotten so 
big (and full of holes) that an insert of 5 and a 
request of 40 simply don't reach far enough across 
the network?

There's definately a lack of flow - most of my 
requests are timing out with '25 hosts queried - 19 
didn't connect, 6 cleanly failed'

But people seem to be using my node, and I can get 
a number of freesites.

Still getting awful performance especially if I 
fire up frost.

I also have a complaint to whoever said that 100 
idling threads is harmless.
Not on windows it isn't, certainly not in java on 
windows.  Threads are rpocesses and have horrible 
overhead.


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



[freenet-support] houston, we have a showstopper.

2002-11-01 Thread Waylon Robertson
i have windows freenet, latest webinstalled. unfortunately.. it seems not to have 
given me the default unknown settings or something. even my log file isnt working. 
help.



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



Re: [freenet-support] Nothing but DNFs

2002-11-01 Thread Dave Hooper
 I also have a complaint to whoever said that 100
 idling threads is harmless.
 Not on windows it isn't, certainly not in java on
 windows.  Threads are rpocesses and have horrible
 overhead.

Threads are not processes ... they're threads.  If you look in Windows Task
Manager, for example, and click on the processes tab, you don't see 100+
freenet process.  You do see one javaw.exe process and, if you do View /
Select Columns... and tick Thread count, you'll see it has an ugly
buttload of threads.

Unfortunately, as far as I'm aware, all the cool thread / fiber / io
completion management available in win32 isn't accessible from Java (unless
someone can point me to documentary evidence to the contrary that states
clearly the particular (portable) Java code needed to set up a Win32
IOCompletionPort)

Threads on Java on Windows have horrible overhead but, as I see it, that's
the JVM's fault, and not really a fault of Java itself, and certainly not a
fault of the freenet project.  But I agree that it does suck.

A native Win32 application can happily spawn 100+ threads and not get
bogged down in its own underwear.  But for I/O management, having millions
of most-likely-idle threads is NOT the way to go (certainly on Win32
anyway, because there's far better ways to do things).

d



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



Re: [freenet-support] idea for wininstaller

2002-11-01 Thread Greg Wooledge
Zlatin Balevsky ([EMAIL PROTECTED]) wrote:

 since Fred still takes up to 20 or 30 seconds to load on slower machine, 

You have some really WEIRD notions of what constitutes a slower
machine.  If your node only takes 20 seconds to start up, you've
got a pretty fast machine, or a very small data store.

 but the tray utility appears almost instantly, it would be neat not to 
 display the red rabbit while the node is loading but the red rabbit with 
 the grean arrow on it.  
 
 Also a text tip freenet is loading, please wait... would prevent 
 ultra-newbies to immediately try and click on it.

These are good suggestions.  But the problem is that the freenet.log
never actually says WHEN the node is ready.  It says Starting
interfaces but even then the interfaces aren't actually startED.
They're just startING.  The node would have to say All interfaces
are now started.  Node is ready. or something similar in order for
this to be really useful.  And I'm not even sure that's possible
(you'd have to ask someone who speaks Java).

In my experience, I'll often get connection refused on port 
for several seconds after Starting interfaces appears in the log.
It can be very frustrating.

-- 
Greg Wooledge  |   Truth belongs to everybody.
[EMAIL PROTECTED]  |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |



msg01881/pgp0.pgp
Description: PGP signature


[freenet-support] shrinking list of node refs

2002-11-01 Thread Greg Wooledge
When I checked my node reference status screen this morning (on the
Linux/SunJava node), I saw that my list of refs was down to:

Number of node references: 15
Contacted node references: 13
Backed off node references: 1
Total Trials: 10128
Total Successes: 3882

It was in the upper 30s last night when the node had been running
for only a couple hours.

My OpenBSD/Kaffe node has a much healthier list:

Number of node references: 49
Contacted node references: 46
Backed off node references: 7
Total Trials: 14291
Total Successes: 6423

And it's been running for the same length of time, give or take a few
minutes.  (In fact, that list is SO healthy that I think I'm going to
save it!)

It seems to me that there is some sort of random factor here -- a node
that has a bit of bad luck reaching its peers will go into a downward
spiral in which it can't reach other nodes, so it deletes references
to them, so it has fewer references from which to choose, so it can't
reach other nodes,   But a node that has a bit better luck in
reaching its brethren will prosper.  I've observed this before during
the 0.4 days.

Of course this isn't a rigorous scientific experiment.  These two
nodes are *not* configured identically (and shouldn't be, because
they're running on very different hardware -- the clock speed alone
is more than three times as high on the OpenBSD box).  And I haven't
attempted to repeat this experiment.

They're both running the same build, though - CVS branch rel-0-5-1
built last night (2002-10-31) at 18:26 US/Eastern.

-- 
Greg Wooledge  |   Truth belongs to everybody.
[EMAIL PROTECTED]  |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |



msg01882/pgp0.pgp
Description: PGP signature


Re: [freenet-support] No graphics in web gateway

2002-11-01 Thread Victor Denisov
 There seems to be a problem with the graphics in the web gateway. They
don't
 download in any page!

I have the same problem. Do you use localized Windows version? What exactly?
What browser? I use Windows 2000 Russian, I've tried both English and
International Java JRE with no success. I guess this has something to do
with these strange Europeans using their strange character set (ISO-8859-1)
on their workstations ;-)... Please set your log level to Debug and try
accessing the gateway again, then send your logfile (ZIP compressed!) to the
list. One can't have too many logfiles, I think :-))).

One thing I was thinking about is if the recompiling of the source on my
machine (with all local settings) would help. I'll have to try it during the
weekend.

Regards,
Victor Denisov.


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



Re: [freenet-support] windows 0.5.0.4 monolithic installer updated

2002-11-01 Thread GrimHunter
Am 01.11.2002 04:17:56 schrieb Mathew Ryden [EMAIL PROTECTED]:

I've uploaded the monolithic installer incase anyone actually uses that
horrific thing (actually, an amazingly large amount of the freenet installs
have been the monolithic installer)

I've tried to install one (running a small second node ;-)) but freenet doesn't want 
to.
It says :

Nov 1, 2002 12:42:46 PM (freenet.node.Main, main): Monolithic datastore no longer 
supported. Converting to native. You had better ...blabla
Nov 1, 2002 12:42:53 PM (freenet.node.Main, main): Unexpected Exception: 
java.io.IOException
java.io.IOException: couldn't create native directory
at freenet.fs.dir.NativeFSDirectory.init(NativeFSDirectory.java:383)
at freenet.node.Main.main(Main.java:446)
I set:
# The type of store we have (this text will get clearer soon).
storeType=monolithic

pity




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



[freenet-support] 529 seems to be a step backwards

2002-11-01 Thread Vitenka - Zen
Still running on windows 98, latest jre, attempting to run a permanent node.

One the one paw, I seem to have much better connectivity - many more pages are being 
found.  But I 
think that's mainly due to being (sorta) online for longer now and having 700meg of 
cached datastore.

On the other - HOW can I have *three* connections listening on the same port?  That's 
not even supposed 
to be possible.  We're leaking dead connections - and I suspect that once I leak 
enough I'll be totally 
unable to connect to the net until I reboot.

I'm using the same config files as my pervious version (didn't install new config 
files and then try to 
alter them) - this is because:

NODECONFIG caused an invalid page fault in
module KERNEL32.DLL at 0177:bff9b720.
Registers:
EAX= CS=0177 EIP=bff9b720 EFLGS=00010246
EBX= SS=017f ESP=0064e5f4 EBP=0064e614
ECX= DS=017f ESI=0064f650 FS=f05f
EDX=4d04 ES=017f EDI=0001 GS=
Bytes at CS:EIP:
89 11 89 41 04 8b c7 5f 5e 5b 8b e5 5d c2 10 00 
Stack dump:
0040bc88 0040bd68  0200 9a08 fff6 8000  0064f664 
0040119c  
0064f650 0064f648  0040bc88 0040bd68 



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



[freenet-support] How big is freenet, right now, you think?

2002-11-01 Thread Vitenka - Zen
I mean, how many nodes?  Because I see a big problem.

If I upload a file with an HTL of 5 (10 being the 'max sensible' the client 
recommends)

And you download with an HTL of 15

Then if there are at least 16 sites it becomes posisble for you to fail to 
find my insert - and once there are 50 node it becomes likely.

If peoples routing tables are full, and there are a few thousand nodes... how 
will new content ever be found?  The existing stuff is ok, because it's 
already mirrored.

Do you have to rely upon having five or six logically distant people 
requesting your file and going away unsatisfied each day so that everyone else 
can see it?  Or have I misunderstood the white paper?

{Which has far too few 'node can do this for added privacy' with very little 
expansion on what the impacts of your average node not doing it means}


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



Re: [freenet-support] Lots of java errors in logfile

2002-11-01 Thread Vitenka - Zen
529 build now:
Guess what, the errors have come back! :)

Any advice at all would be great - 

Should I change jre?  I found some advice on setting my max sockets up for 
frost, let's see if that helps.

From the growth of my datastore, it looks like other people are finding me, 
slowly.

Environment:
JVM Name Java HotSpot(TM) Client VM
JVM Version 1.4.1_01-b01 Operating System
Windows 98 OS Version 4.10 
Total size of the data store 2 GB
Free space in the data store 1,371,712 KB
Used space in the data store 725,440 KB

Logfile:

tipleHttpServletContainer, QThread-92): I/O error in servlet
Nov 1, 2002 3:41:58 PM 
(freenet.interfaces.servlet.MultipleHttpServletContainer, QThread-18): I/O 
error in servlet
Nov 1, 2002 3:43:40 PM 
(freenet.interfaces.servlet.MultipleHttpServletContainer, QThread-104): I/O 
error in servlet
Nov 1, 2002 3:44:42 PM 
(freenet.interfaces.servlet.MultipleHttpServletContainer, QThread-71): I/O 
error in servlet
Nov 1, 2002 3:44:42 PM 
(freenet.interfaces.servlet.MultipleHttpServletContainer, QThread-22): I/O 
error in servlet
Nov 1, 2002 3:45:42 PM 
(freenet.interfaces.servlet.MultipleHttpServletContainer, QThread-110): I/O 
error in servlet
Nov 1, 2002 3:46:12 PM 
(freenet.interfaces.servlet.MultipleHttpServletContainer, QThread-101): I/O 
error in servlet
Nov 1, 2002 3:46:42 PM 
(freenet.interfaces.servlet.MultipleHttpServletContainer, QThread-122): I/O 
error in servlet
Nov 1, 2002 3:46:51 PM 
(freenet.interfaces.servlet.MultipleHttpServletContainer, QThread-60): I/O 
error in servlet
Nov 1, 2002 3:53:20 PM 
(freenet.interfaces.servlet.MultipleHttpServletContainer, QThread-136): I/O 
error in servlet
Nov 1, 2002 3:57:17 PM 
(freenet.interfaces.servlet.MultipleHttpServletContainer, QThread-169): I/O 
error in servlet
Nov 1, 2002 3:59:01 PM 
(freenet.interfaces.servlet.MultipleHttpServletContainer, QThread-173): I/O 
error in servlet
Nov 1, 2002 4:02:19 PM (freenet.client.http.FproxyServlet, QThread-185): 
Error sending data to browser: java.net.SocketException: Connection reset by 
peer: socket write error
Nov 1, 2002 4:02:19 PM 
(freenet.interfaces.servlet.MultipleHttpServletContainer, QThread-185): I/O 
error in servlet
Nov 1, 2002 4:07:20 PM (freenet.client.http.FproxyServlet, QThread-169): 
Error sending data to browser: java.net.SocketException: Connection reset by 
peer: socket write error
Nov 1, 2002 4:07:20 PM 
(freenet.interfaces.servlet.MultipleHttpServletContainer, QThread-169): I/O 
error in servlet
Nov 1, 2002 4:18:56 PM 
(freenet.interfaces.servlet.MultipleHttpServletContainer, QThread-269): I/O 
error in servlet


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



[freenet-support] just curious

2002-11-01 Thread Shawn Yarbrough
Is there a good description somewhere about what these numbers mean?  I've
read most of the freenet website (for years, in fact) but I don't remember
seeing anything about this stuff.

This is my 1333 mhz 768 MB Athlon box on 10BaseT internet.  (below)

I'm especially curious about the localRequestsPerHour which I initially
took to mean how many requests *I* was making from my node, but there's no
way I'm making anywhere near that many requests.

--Shawn Yarbrough



   Uptime
15 hours 54 minutes

   Load
 * Current routingTime: 1ms.
 * Active pooled jobs: 99 (82.5%)
 * Available threads: 49
 * Current estimated load: 82.5%.

   At date: Fri Nov 01 10:39:49 CST 2002
   Number of open connections: 48

 * entries: 100
 * globalRequestsPerHour: 4474.6667
 * localRequestsPerHour: 16047.071409467771

   Number of node references: 50
   Contacted node references: 49
   Backed off node references: 12
   Total Trials: 134888
   Total Successes: 99742

Information about Fred's environment.

   Available processors 1

   Maximum memory the JVM will allocate 128 MB
   Memory currently allocated by the JVM 33,176 KB
   Unused allocated memory 8,479,488 Bytes
   Memory in use 25,493,664 Bytes

   JVM Vendor Sun Microsystems Inc.
   JVM Name Java HotSpot(TM) Server VM
   JVM Version 1.4.0_02-b02

   Operating System Linux
   OS Version 2.2.20***

   Total size of the data store 20 GB
   Free space in the data store 18,260,564 KB
   Used space in the data store 2,710,956 KB

   Total pooled threads 148
   Available pooled threads 35
   Pooled threads in use 113


Oct 31, 2002 6:45:06 PM (freenet.support.io.Bandwidth, main): new
Bandwidth(1048576,0,RECEIVED)
Oct 31, 2002 6:45:06 PM (freenet.support.io.Bandwidth, main): new
Bandwidth(1048576,0,SENT)
Oct 31, 2002 6:45:07 PM (freenet.node.Main, main): loading node keys:
node_
Oct 31, 2002 6:45:07 PM (freenet.node.Main, main): starting filesystem
Oct 31, 2002 6:45:12 PM (freenet.node.Main, main): loading data store
Oct 31, 2002 6:45:12 PM (freenet.node.Main, main): loading routing table
Oct 31, 2002 6:45:18 PM (freenet.node.Main, main): loading temp bucket
factory
Oct 31, 2002 6:45:18 PM (freenet.node.Main, main): loaded temp bucket
factory
Oct 31, 2002 6:45:24 PM (freenet.node.Main, main): read seed nodes
Oct 31, 2002 6:45:24 PM (freenet.node.Main, main): Initial refs count: 1908
Oct 31, 2002 6:45:25 PM (freenet.node.Main, main): seeded routing table
Oct 31, 2002 6:45:25 PM (freenet.node.Main, main): saved routing table
Oct 31, 2002 6:45:25 PM (freenet.node.Main, main): starting node
Oct 31, 2002 6:45:25 PM (freenet.node.Main, main): loading service: mainport
Oct 31, 2002 6:45:26 PM (freenet.node.Main, main): loading service:
distribution
Oct 31, 2002 6:45:26 PM (freenet.node.Node, main): Starting ticker..
Oct 31, 2002 6:45:26 PM (freenet.node.Node, main): Starting interfaces..


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



[freenet-support] 0.504 Error on Kaffe, a backtrace

2002-11-01 Thread Rob
This is what I get about 20sec after starting up:

Nov 1, 2002 8:33:44 AM (freenet.node.Main, main): WORKAROUND: Ignoring
obsolete fproxy.* lines in freenet.conf/ini. You can remove them.
Nov 1, 2002 8:33:44 AM (freenet.node.Main, main): WORKAROUND: Ignoring
obsolete nodestatus.* lines in freenet.conf/ini. You can remove them.
Nov 1, 2002 8:33:44 AM (freenet.support.io.Bandwidth, main): new
Bandwidth(10,0,BOTH)
Nov 1, 2002 8:33:44 AM (freenet.node.Main, main): loading node keys:
node_2000
Nov 1, 2002 8:33:45 AM (freenet.node.Main, main): starting filesystem
Nov 1, 2002 8:33:47 AM (freenet.node.Main, main): loading data store
Nov 1, 2002 8:33:47 AM (freenet.node.Main, main): loading routing table
Nov 1, 2002 8:33:54 AM (freenet.node.Main, main): loading temp bucket
factory
Nov 1, 2002 8:33:54 AM (freenet.node.Main, main): loaded temp bucket
factory
Nov 1, 2002 8:33:56 AM (freenet.node.Main, main): read seed nodes
Nov 1, 2002 8:33:56 AM (freenet.node.Main, main): Initial refs count:
985
Nov 1, 2002 8:33:56 AM (freenet.node.Main, main): seeded routing table
Nov 1, 2002 8:33:57 AM (freenet.node.Main, main): Unexpected Exception:
java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException
at java.lang.Long.toString(Long.java:98)
at java.math.BigInteger.toString(BigInteger.java:2545)
at freenet.DSAIdentity.getFieldSet(DSAIdentity.java:122)
at freenet.node.NodeReference.getFieldSet(NodeReference.java:490)
at freenet.node.NodeReference.getFieldSet(NodeReference.java:470)
at
freenet.node.rt.DataObjectRoutingMemory.writeTo(DataObjectRoutingMemory.java:112)
at
freenet.support.SimpleDataObjectStore$DOWrapper.writeTo(SimpleDataObjectStore.java:271)
at
freenet.support.SimpleDataObjectStore$DOWrapper.access$0(SimpleDataObjectStore.java:240)
at
freenet.support.SimpleDataObjectStore.flush(SimpleDataObjectStore.java:130)
at
freenet.node.rt.DataObjectRoutingStore.checkpoint(DataObjectRoutingStore.java:49)
at freenet.node.Main.main(Main.java:838)
-- 
-
The Numeric Python EM Project

www.pythonemproject.com

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



[freenet-support] Re: 0.504 Error on Kaffe, a backtrace/ sorry this was Sun-jdk1.3.1

2002-11-01 Thread Rob
Sorry, this was on FreeBSD using Sun linux jdk1.3.1.  Rob.

Rob wrote:
 
 This is what I get about 20sec after starting up:
 
 Nov 1, 2002 8:33:44 AM (freenet.node.Main, main): WORKAROUND: Ignoring
 obsolete fproxy.* lines in freenet.conf/ini. You can remove them.
 Nov 1, 2002 8:33:44 AM (freenet.node.Main, main): WORKAROUND: Ignoring
 obsolete nodestatus.* lines in freenet.conf/ini. You can remove them.
 Nov 1, 2002 8:33:44 AM (freenet.support.io.Bandwidth, main): new
 Bandwidth(10,0,BOTH)
 Nov 1, 2002 8:33:44 AM (freenet.node.Main, main): loading node keys:
 node_2000
 Nov 1, 2002 8:33:45 AM (freenet.node.Main, main): starting filesystem
 Nov 1, 2002 8:33:47 AM (freenet.node.Main, main): loading data store
 Nov 1, 2002 8:33:47 AM (freenet.node.Main, main): loading routing table
 Nov 1, 2002 8:33:54 AM (freenet.node.Main, main): loading temp bucket
 factory
 Nov 1, 2002 8:33:54 AM (freenet.node.Main, main): loaded temp bucket
 factory
 Nov 1, 2002 8:33:56 AM (freenet.node.Main, main): read seed nodes
 Nov 1, 2002 8:33:56 AM (freenet.node.Main, main): Initial refs count:
 985
 Nov 1, 2002 8:33:56 AM (freenet.node.Main, main): seeded routing table
 Nov 1, 2002 8:33:57 AM (freenet.node.Main, main): Unexpected Exception:
 java.lang.ArrayIndexOutOfBoundsException
 java.lang.ArrayIndexOutOfBoundsException
 at java.lang.Long.toString(Long.java:98)
 at java.math.BigInteger.toString(BigInteger.java:2545)
 at freenet.DSAIdentity.getFieldSet(DSAIdentity.java:122)
 at freenet.node.NodeReference.getFieldSet(NodeReference.java:490)
 at freenet.node.NodeReference.getFieldSet(NodeReference.java:470)
 at
 freenet.node.rt.DataObjectRoutingMemory.writeTo(DataObjectRoutingMemory.java:112)
 at
 
freenet.support.SimpleDataObjectStore$DOWrapper.writeTo(SimpleDataObjectStore.java:271)
 at
 
freenet.support.SimpleDataObjectStore$DOWrapper.access$0(SimpleDataObjectStore.java:240)
 at
 freenet.support.SimpleDataObjectStore.flush(SimpleDataObjectStore.java:130)
 at
 freenet.node.rt.DataObjectRoutingStore.checkpoint(DataObjectRoutingStore.java:49)
 at freenet.node.Main.main(Main.java:838)
 --
 -
 The Numeric Python EM Project
 
 www.pythonemproject.com

-- 
-
The Numeric Python EM Project

www.pythonemproject.com

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



[freenet-support] Mac OS

2002-11-01 Thread John Stewart
Freenetproject
I need an older version of the freenet software, one that will
run in Mac OS 8.6. Where can I go to download the older versions
of freenet?

Thanks

John



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



Re: [freenet-support] houston, we have a showstopper.

2002-11-01 Thread Mathew Ryden
- Original Message -
From: Waylon Robertson [EMAIL PROTECTED]


 i have windows freenet, latest webinstalled. unfortunately.. it seems not
to have given me the default unknown settings or something. even my log
file isnt working. help.

Hmm. Please email your freenet.ini and install.log to [EMAIL PROTECTED]

-Mathew


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



[freenet-support] FCPTools Compile confusion

2002-11-01 Thread Larry Kirkpatrick [cwp]
Putting this together in OS X.2.  I know this is not FCP Support, but 
perhaps a listender can help.  here's the problem I get at the end.

/bin/sh ../mkinstalldirs /usr/local/include
mkdir /usr/local/include
mkdir: /usr/local/include: Permission denied
make[2]: *** [install-includeHEADERS] Error 1
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1

LK


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


Re: [freenet-support] windows 0.5.0.4 monolithic installer updated

2002-11-01 Thread Greg Wooledge
GrimHunter ([EMAIL PROTECTED]) wrote:
 Am 01.11.2002 04:17:56 schrieb Mathew Ryden [EMAIL PROTECTED]:
 I've uploaded the monolithic installer incase anyone actually uses that
 horrific thing (actually, an amazingly large amount of the freenet installs
 have been the monolithic installer)
 
 I've tried to install one (running a small second node ;-)) but freenet doesn't want 
to.
 It says :
 
 Nov 1, 2002 12:42:46 PM (freenet.node.Main, main): Monolithic datastore no longer 
supported. Converting to native. You had better ...blabla

You're confusing the monolithic datastore with the monolithic Windows
installer.  The monolithic Windows installer has freenet.jar inside it,
as opposed to the Windows web-installer which downloads freenet.jar from
freenetproject.org at installation time.

-- 
Greg Wooledge  |   Truth belongs to everybody.
[EMAIL PROTECTED]  |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |



msg01897/pgp0.pgp
Description: PGP signature


[freenet-support] Basic help to generate SSK

2002-11-01 Thread Larry Kirkpatrick [cwp]
I just need to figure out again how to generate an SSK.  I've been in 
off and on since .3, mostly off.  Am running 525 and seems to be 
working well.  Nubile has been helpful, but still missing the most 
basic kind of instructions on some things.  At least I haven;t found 
them in documentation or authoring docs.  All this has to take place 
through OS X.2.
LK


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


Re: [freenet-support] 0.504 Error on Kaffe, a backtrace

2002-11-01 Thread Greg Wooledge
Dave Hooper ([EMAIL PROTECTED]) wrote:

 Try a different version of Kaffe (anyone know the minimum recommended
 working version of Kaffe for freenet?).

1.0.7.

-- 
Greg Wooledge  |   Truth belongs to everybody.
[EMAIL PROTECTED]  |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |



msg01899/pgp0.pgp
Description: PGP signature


Re: [freenet-support] just curious

2002-11-01 Thread Greg Wooledge
Shawn Yarbrough ([EMAIL PROTECTED]) wrote:

 I'm especially curious about the localRequestsPerHour which I initially
 took to mean how many requests *I* was making from my node, but there's no
 way I'm making anywhere near that many requests.

No, it's the number of requests your node is processing per hour.
Local means you, global means the average for the whole network
as far as you've been able to see so far.

  * entries: 100
  * globalRequestsPerHour: 4474.6667
  * localRequestsPerHour: 16047.071409467771

This means that, out of the 100 nodes you know about, you're processing
something like 4x the average number of requests.  You're a hero. :)

-- 
Greg Wooledge  |   Truth belongs to everybody.
[EMAIL PROTECTED]  |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |



msg01900/pgp0.pgp
Description: PGP signature


Re: [freenet-support] Mac OS

2002-11-01 Thread Greg Wooledge
John Stewart ([EMAIL PROTECTED]) wrote:

 I need an older version of the freenet software, one that will
 run in Mac OS 8.6. Where can I go to download the older versions
 of freenet?

The Freenet software is written in Java.  It consists entirely of
two files: freenet.jar and freenet-ext.jar.  Anything else is just
a frill.

All you need is a Java virtual machine that works on your OS and is
compatible with Sun Java version 1.2 (or, actually, 1.1 with a few
1.2 features added).

Then just download the two .jar files, and a seednodes.ref file
(preferably from a friend, but from freenetproject.org if you have
to); set your CLASSPATH; run java freenet.node.Main --config to
create the config file; and run java freenet.node.Main to start
the node.

If you can't get a command line, then ask a Macintosh guru how to
do the MacOS 8 equivalent of the above instructions. :-(

(Oh, P.S.: freenet.jar is called freenet-latest.jar on the snapshots
page for some reason I can't guess.  It needs to be renamed after
downloading, or your CLASSPATH needs to be adjusted to match.)

-- 
Greg Wooledge  |   Truth belongs to everybody.
[EMAIL PROTECTED]  |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |



msg01901/pgp0.pgp
Description: PGP signature


Re: [freenet-support] FCPTools Compile confusion

2002-11-01 Thread Larry Kirkpatrick [cwp]
No, I have root but haven't had to drop into it to do anything.  I just 
did the regular install back with 525.  Really, I just need to figure 
out how to create a SSK so I can inject my freesite under it.
LK

On Friday, November 1, 2002, at 04:22  PM, Thomas Amm wrote:

Am Sam, 2002-11-02 um 00.50 schrieb Larry Kirkpatrick[cwp]:

Putting this together in OS X.2.  I know this is not FCP Support, but
perhaps a listender can help.  here's the problem I get at the end.

/bin/sh ../mkinstalldirs /usr/local/include
mkdir /usr/local/include
mkdir: /usr/local/include: Permission denied
make[2]: *** [install-includeHEADERS] Error 1
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1


are you trying to install as non-root user?
Freenet nodes should never be *run* with root permissions,
but you'll need to install them as root.



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



Re: [freenet-support] FCPTools Compile confusion

2002-11-01 Thread Chris Dennis
On Sat, 2002-11-02 at 00:41, Larry Kirkpatrick[cwp] wrote:
 No, I have root but haven't had to drop into it to do anything.  I just 
 did the regular install back with 525.  Really, I just need to figure 
 out how to create a SSK so I can inject my freesite under it.
 LK

If you've got FCPTools running, use

fcpputsite -g

to generate a public/private SSK key pair, and then use

fcpputsite site dir pubkey prikey

to insert the site.

Other FCP tools have similar ways to do it (including the FCP client
built into Fred itself).

cheers

Chris



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



Re: [freenet-support] FCPTools Compile confusion

2002-11-01 Thread Aaron Kurtz
On Fri, 2002-11-01 at 17:24, Greg Wooledge wrote:
 Larry Kirkpatrick [ cwp ] ([EMAIL PROTECTED]) wrote:
 
  No, I have root but haven't had to drop into it to do anything.
 
 Guess what? :)
 
  /bin/sh ../mkinstalldirs /usr/local/include
  mkdir /usr/local/include
  mkdir: /usr/local/include: Permission denied
 
 ./configure
 make
 su
 make install
 exit
 fcpputsite --help
 
 -- 
 Greg Wooledge  |   Truth belongs to everybody.
 [EMAIL PROTECTED]  |- The Red Hot Chili Peppers
 http://wooledge.org/~greg/ |

This email came with a bad signature, as did one other recent email. All
of the rest of yours have checked out okay. My mailer, yours, or both?
--
Aaron Kurtz - GnuPG Key ID ED588CF2
Beware: infectious memes detected.
Cover eyes and ears for safety.



signature.asc
Description: This is a digitally signed message part


[freenet-support] 24/7 node

2002-11-01 Thread Silver Tear
I'd like to start a 24/7 node, however everytime I set my node up as a 24/7
node it starts to refuse all connections to the web interface.
windows 2000, sun's JVM, freenet 0.5
freenet.ini is as follows:

[Freenet node]
storeSize=351272960
transient=true
listenPort=65297
ipAddress=my dyndns addy
tempDir=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\freenet\
warnPerm=true
doAnnounce=yes
seedFile=seednodes.ref
clientPort=8481
bandwidthLimit=10
outputBandwidthLimit=0
inputBandwidthLimit=0
fcpHosts=127.0.0.1,localhost,192.168.1.4,192.168.1.3,65.35.65.123
initialRequestHTL=15
adminPeer=null
maxHopsToLive=25
maximumThreads=120
maxNodeConnections=60
announcementAttempts=10
announcementDelay=180
announcementDelayBase=2
announcementPeers=15
authTimeout=3
checkPointInterval=1200
connectionTimeout=60
hopTimeDeviation=7000
hopTimeExpected=4000
initialRequests=10
messageStoreSize=1000
blockSize=4096
maximumPadding=65536
routeConnectTimeout=1
rtMaxNodes=50
rtMaxRefs=50
storeType=freenet
storeCipherName=Twofish
storeCipherWidth=128
logFile=freenet.log
logLevel=Normal
logFormat=d (c, t): m
diagnosticsPath=stats
doDiagnostics=yes
logInboundContacts=false
logOutboundContacts=false
logInboundRequests=false
logOutboundRequests=false
services=mainport
mainport.class=freenet.interfaces.servlet.MultipleHttpServletContainer
mainport.port=
mainport.params.servlet.1.params.insertHtl=15
mainport.params.servlet.1.params.requestHtl=15
mainport.params.servlet.1.params.filter=true
mainport.params.servlet.1.params.passThroughMimeTypes=text/plain,image/jpeg,
image/gif,image/png
mainport.params.servlet.1.params.pollForDroppedConnection=true
mainport.params.servlet.1.params.splitFileRetryHtlIncrement=20
mainport.params.servlet.1.params.splitFileRetries=1
mainport.params.servlet.1.params.splitFileThreads=10
mainport.params.servlet.1.params.showNewBuildWarning=true
mainport.params.servlet.2.params.class=freenet.node.http.NodeInfoServlet
mainport.params.servlet.2.params.port=8890
failureTableSize=1000
failureTableTime=180
mainport.params.servlet.2.params.class=freenet.node.http.NodeInfoServlet
mainport.params.servlet.2.params.port=8890
storeBlockSize=4096
averageBandwidthLimit=0
averageInputBandwidthLimit=0
averageOutputBandwidthLimit=0
maxConnectionsPerMinute=60
maxConnectionsMinute=6
maxRequestsPerInterval=300
maxRequestsInterval=6
maxRoutingSteps=40
announcementPollInterval=90
announcementThreads=3
doLoadBalance=true
localIsOK=false
distribution.class=freenet.node.http.DistributionServlet
distribution.port=8891
distribution.params.unpacked=.
distribution.allowedHosts=*
distribution.winInstallerFilename=freenet-webinstall.exe
doRequestTriageByDelay=true
overloadLow=0.85
overloadHigh=0.9
requestDelayCutoff=1000
successfulDelayCutoff=3000
logOutputBytes=false
watchme=false
logInboundInsertRequestDist=false
watchmeRetries=3
logSuccessfulInsertRequestDist=false
FECInstanceCacheSize=1
FEC.Encoders.0.class=OnionFECEncoder
FEC.Decoders.0.class=OnionFECDecoder
publicNode=false
localAnnounceTargets=null

-
Crontab -L
20 16 * * * /bin/echo Happy Time!
/\/\/\/\/\/\/\/\/\/\/\/\/\/\
http://bigcats.care2.com/  |  Puella demonstro pectus -OVID
---


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