[freenet-support] FUQUID on linux

2005-06-06 Thread Marco A. Calamari

Any postive experience running fuquid on Linux,
 via emulator/virtual machines ?

THX.   Marco

-- 

+--- http://www.winstonsmith.info ---+
| il Progetto Winston Smith: scolleghiamo il Grande Fratello |
| the Winston Smith Project: unplug the Big Brother  |
| Marco A. Calamari [EMAIL PROTECTED] http:// www.marcoc.it |
| DSS/DH:  8F3E 5BAE 906F B416 9242 1C10 8661 24A9 BFCE 822B |
+ PGP RSA: ED84 3839 6C4D 3FFE 389F 209E 3128 5698 --+



signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] FUQUID on linux

2005-06-06 Thread Michael Kuijn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 06 June 2005 14:34, Marco A. Calamari wrote:
 Any postive experience running fuquid on Linux,
  via emulator/virtual machines ?
Yes.

- -- 
Michael A. Kuijn
[EMAIL PROTECTED]
http://michaelk.sdf-eu.org/michaelkuijn_pubkey.asc

()  ascii ribbon campaign - against html mail 
/\- against microsoft attachments

They would have done better with an axe. 
- -- George Westinghouse
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCpGe0K7kTZwqAxhkRAusDAJ9m612he5z2ZDKcpISh0aDXj1zuOwCguJiD
RhG2Mk6+W2rgNV/3PDV2uc4=
=bjt0
-END PGP SIGNATURE-
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Re: error (java?)

2005-06-06 Thread Bob
 [EMAIL PROTECTED] writes:

 
 I tried to install freenet on an old AMD K6 300 Mhz - PC (debian, blackdown
java, both newest versions).
 
 However, I get this error when starting freenet:
 
 Jun 4, 2005 12:46:52 PM (freenet.node.Node, main, ERROR): Encountered an 
 unexpe$
 java.io.IOException: Value too large for defined data type
 at sun.nio.ch.FileChannelImpl.lock0(Native Method)
 at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:803)
 at java.nio.channels.FileChannel.tryLock(FileChannel.java:967)
 at freenet.node.Node.init(Node.java:3591)
 at freenet.node.Main.main(Main.java:476)
 
 What should I do? Is that already a new freenet-version? (downloaded 
 yesterday)

Hmm, probably a Blackdown NIO issue ... Sun's JRE is the recommended one. (I
believe a goal of the 0.7 rewrite is to not depend on Sun's NIO so it can run on
Free JVMs like Kaffe etc.) I use 1.5.02 on Woody, manually installed from the
sun self-extracting binary.

 
 Another question: When I tried freenet on a differnet, faster PC (but also
quite low bandwith) it also hung
 after about 10 hours, with a lot of java- Processes still running, but all as
zombies, so I had to restart
 that PC every time,  because freenet said it is already running when I tried
to restart it. Is that a known problem?

Hmm, well I don't remember getting actual zombie processes but I do have to tune
it on Debian to avoid periodic crashes/hangs. Basically freenet currently needs
a lot of memory (hopefully 0.7 will use less) and demands more as your datastore
gets bigger, java is crap at handling this and just falls over. You know this is
definetely happening if, after killing the mess (make a script or put in in
./start-freenet.sh ... ./stop-freenet.sh  sleep 4  killall -9 java  sleep
3  killall -9 java or whatever) you try to restart the node and it falls over
with some random looking crash whilst initialising.

The solution to this is basically a smaller datastore or giving it more memory;
my freenet-running line in ./start-freenet.sh looks like this :

nice -n 10 -- java -server -XX:+AggressiveHeap -Xmx305m $JAVA_ARGS
freenet.node.Main $@ 

The other possible issue is distro-specific thread library problems (you may
have noticed that start-freenet.sh tries to handle some known problematic cases)
but as I say I don't have problems with Woody so it probably isn't that.

  (on that PC, also new debian, the log was always full of errors, hundreds of
unexpected values and so on, is
 that usual?

Yes :)  Freenet is full of debugging messages that make it very log-spammy on
logLevel=Normal ... you may want to set logLevel=Error, or logFile=NO to just
output to stdout, or set logRotate=true.

 But while it ran, it had always a constant in and out bandwith and transfered
exactly the amount
 of data I allowed, so there wasnt much wrong exept it always hang up after
some hours.)
 
 Thanks

Bob


___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Re: FUQUID on linux

2005-06-06 Thread Bob
Marco A. Calamari [EMAIL PROTECTED] writes:

 
 
 Any postive experience running fuquid on Linux,
  via emulator/virtual machines ?
 
 THX.   Marco
 

Yeah, it works with both 'normal' wine and the winex cvs. There have been
reports of problems with one or two builds in the past, but generally it should
work fine aside from minor GUI inconsistencies. I'm using 1.5 at the moment with
whatever the current Gentoo wine ebuild is.

If you'd prefer a native solution there's also the recently developed and
amusingly named FuQT (it uses the qt libraries :), I don't think it has a
freesite yet and don't have access to my node right now but you should be able
to find it from the unkeyed frost board FuQT. It looks nice but I haven't
actually used it.

Bob


___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Re: FUQUID on linux

2005-06-06 Thread Bob
Matthew Toseland [EMAIL PROTECTED] writes:

 
 It should have a freesite... And maybe a website too...
 

Ooops, actually it's on Sourceforge. I'll update the wiki to say so.
http://sourceforge.net/projects/fuqt

Should still have a freesite though, yeah.

 On Mon, Jun 06, 2005 at 01:45:55PM +, Bob wrote:
  
  If you'd prefer a native solution there's also the recently developed and
  amusingly named FuQT (it uses the qt libraries :), I don't think it has a
  freesite yet and don't have access to my node right now but you should be
  able to find it from the unkeyed frost board FuQT. It looks nice but I 
  haven't actually used it.
  
  

Bob


___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]