[freenet-support] Monolitic datastore wiped

2002-10-08 Thread Marco A. Calamari


Upgrading bespin.homelinux.net:443  from 511 to 512
 wiped the old datastore.

Not in the sense of monolitic - native
 (I modify freenet.conf to avoid it)
 but monolitic full - monolitic empty.

Maybe this is the reason because Freenet is
 so empty today ?

If all datastore going from monolitic - native
 are wiped *plus* all datastore of nodes going
 from 511 - 512, most of freenet contents will be
 history in a couple of days.

Am I right ?

JM2C.   Marco


-- 
* Marco A. Calamari  [EMAIL PROTECTED] *
 
il  Progetto Freenet - segui il coniglio bianco
the Freenet  Project - follow the  white rabbit


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



[freenet-support] More bugathon stuff reg FreeBSD on build 513

2002-10-08 Thread Rob

I spent quite a bit of time on this, mainly downloading all the java
stuff.  On my FreeBSD -stable box, the following JVM's produce immediate
core dumps on execution of start-freenet.sh.

Linux-Sun-JDK1.3.1
Linux-Sun-JDK1.4.1
FreeBSD Native JDK1.3.1

I also seem to remember one of these JVM's making it all the way to the
Freenet gateway, then core dumping after clicking on the the Freenet
Engine.

Kaffe is as close as I am getting to a working Freenet on FreeBSD.  I
still haven't  brought up a freesite, gpl.txt, or any content with it.

I'll keep playing with it.  Freenet works fine on my Gentoo Linux
partition, so I won't suffer totally from Freenet withdrawal.

Rob.



-- 
-
The Numeric Python EM Project

www.pythonemproject.com


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



Re: [freenet-support] More bugathon stuff reg FreeBSD on build 513

2002-10-08 Thread Greg Wooledge

Rob ([EMAIL PROTECTED]) wrote:

 Kaffe is as close as I am getting to a working Freenet on FreeBSD.  I
 still haven't  brought up a freesite, gpl.txt, or any content with it.

I may have mentioned this to you before, but anyway

I'm running Freenet on OpenBSD 3.1 i386 using a very slightly
modified Kaffe 1.0.7.  (The modification was to remove an assertion
that was causing Kaffe to crash a few months ago.)  It's working
fairly well for me; certainly much better than the Sun Linux 1.3.x
JVM ever did in emulation mode.

I'd recommend using the native data store, not the monolithic, because
the Data Store Bug just *LOOOVES* those Kaffe/BSD data stores and eats
them up very quickly.

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



msg01286/pgp0.pgp
Description: PGP signature


Re: [freenet-support] Bugathon, got Freenet working on FreeBSD, but Frost is no-go

2002-10-08 Thread the bishop

On Wednesday 09 October 2002 05:11, Rob wrote:
 I downloaded the latest Kaffe, and it is working with the latest Freenet
 snapshot.  However, Frost is a different story.  Has Frost ever worked
 with Kaffe?  Thanks,  Rob.

No. Frost and FMB use the swing widget set which is (so far) only available 
in sun's jvm's. Kaffe supports AWT (Athena Widgets) so far.

mfg The Bishop

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



Re: [freenet-support] Bugathon item- FreeBSD, Kaffe

2002-10-08 Thread the bishop

 ...
 +  JAVA_ARGS=-mx $((256*1024*1024))

 That $(()) thing is not standard /bin/sh syntax.  You need to use this
 for full vanilla Bourne shell compatibility:

   JAVA_ARGS=-mx `expr 256 \* 1024 \* 1024`

ok, thanks for the hint, i hope the rest is in order (especial the 
seednodes.ref thing).

mfg The Bishop

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