[freenet-support] freenet not working.
wanting to install freenet, but i can't seem to.. i can run the initial config script, and that works, but when it runs it produces the following errors. Please note I changed the script to run the command gij instead of java. the error is the same, but when I used the java command it also said it didn't understand the command line options and what ignoring them. I have CentOS 4.1 which is basically redhat enterprise 4 latest, and Sun 1.4.2 is included as a package. [EMAIL PROTECTED] freenet]$ ./start-freenet.sh Detected freenet-ext.jar Detected freenet.jar Sun java detected. Sun Java 1.4.2 detected. Starting Freenet now: Command line: gij -Xmx128m -XX:MaxDirectMemorySize=128m freenet.node.Main Done [EMAIL PROTECTED] freenet]$ os.arch = i686 Loading native... Attempting to load freenet/support/CPUInformation/libjcpuid-x86-linux.so Written to /tmp/jcpuidufujtqlib.tmp: 55692 INFO: Native CPUID library 'freenet/support/CPUInformation/libjcpuid-x86-linux.so' loaded from resource INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-athlon.so' loaded from resource Caught java.lang.Error: Not implemented java.lang.Error: Not implemented at java.nio.channels.FileChannelImpl.tryLock(long, long, boolean) (/usr/lib/libgcj.so.5.0.0) at java.nio.channels.FileChannel.tryLock() (/usr/lib/libgcj.so.5.0.0) at freenet.node.Node.init(freenet.config.Params) (Unknown Source) at freenet.node.Main.main(java.lang.String[]) (Unknown Source) ___ 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: Which Linux for freenet?
Matthew Exon [EMAIL PROTECTED] writes: Bob wrote: I'd recommend looking at Ubuntu (or kUbuntu which uses KDE and is therefore a bit more windows-like), Fedora Core and similar. As far as Java goes, Ubuntu doesn't come with Java out of the box, although there are at least some fairly clear instructions for installing it: Well no, but the last I heard no distros did apart from Sun's Java desktop thing and Novell/Suse's enterprise edition, due to Sun's astonishingly stupid redistribution policies. However recently that *finally* changed (you may redistribute either the JDK or Java 2 Runtime Environment with your software. http://java.sun.com/j2se/1.5.0/runtime.html) so perhaps there are others now. Since it only covers bundling with your apps you still have to manually download it from Sun's official site if you just want to install it on its own or upgrade, proving that Sun's management are still morons. Hmm, technically you could bundle it with a 1kb HelloWorld.jar to get it on distro mirrors, I wonder if anyone has tried this :) It could be genuinely useful too, the package system could run it post-install to verify the install ... https://wiki.ubuntu.com/Java https://wiki.ubuntu.com/AddingRepositoriesHowto Fedora Core doesn't either. It comes with some scary-looking warnings about what can go wrong if you try to install it the wrong way, and terrible instructions: http://fedora.redhat.com/docs/release-notes/fc4/#id2503931 Personally I don't like Red Hat and have never used FC. I mentioned it because it appears to be fairly popular as a normal user distro and from screenshots I've seen of the unified desktop it looks pretty friendly/usable for such people. My primary recommendation would still be Ubuntu/kUbuntu though. 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]
Re: [freenet-support] freenet not working.
Hi! It will not work because it is using gij. Even Kaffe will not run Freenet 0.5 at present. Hopefully Freenet 0.7 will work with GCJ 4.1. But not yet. What exactly does it say if you set it to run the java command? It is quite possible that you are invoking Kaffe or GIJ due to a symlink. On Sat, Aug 27, 2005 at 12:43:42AM +, Dylan wrote: wanting to install freenet, but i can't seem to.. i can run the initial config script, and that works, but when it runs it produces the following errors. Please note I changed the script to run the command gij instead of java. the error is the same, but when I used the java command it also said it didn't understand the command line options and what ignoring them. I have CentOS 4.1 which is basically redhat enterprise 4 latest, and Sun 1.4.2 is included as a package. [EMAIL PROTECTED] freenet]$ ./start-freenet.sh Detected freenet-ext.jar Detected freenet.jar Sun java detected. Sun Java 1.4.2 detected. Starting Freenet now: Command line: gij -Xmx128m -XX:MaxDirectMemorySize=128m freenet.node.Main Done [EMAIL PROTECTED] freenet]$ os.arch = i686 Loading native... Attempting to load freenet/support/CPUInformation/libjcpuid-x86-linux.so Written to /tmp/jcpuidufujtqlib.tmp: 55692 INFO: Native CPUID library 'freenet/support/CPUInformation/libjcpuid-x86-linux.so' loaded from resource INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-athlon.so' loaded from resource Caught java.lang.Error: Not implemented java.lang.Error: Not implemented at java.nio.channels.FileChannelImpl.tryLock(long, long, boolean) (/usr/lib/libgcj.so.5.0.0) at java.nio.channels.FileChannel.tryLock() (/usr/lib/libgcj.so.5.0.0) at freenet.node.Node.init(freenet.config.Params) (Unknown Source) at freenet.node.Main.main(java.lang.String[]) (Unknown Source) ___ 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] -- Matthew J Toseland - [EMAIL PROTECTED] Freenet Project Official Codemonkey - http://freenetproject.org/ ICTHUS - Nothing is impossible. Our Boss says so. signature.asc Description: Digital 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]
Re: [freenet-support] freenet not working.
On 8/26/05, Dylan [EMAIL PROTECTED] wrote: wanting to install freenet, but i can't seem to.. i can run the initial config script, and that works, but when it runs it produces the following errors. Please note I changed the script to run the command gij instead of java. the error is the same, but when I used the java command it also said it didn't understand the command line options and what ignoring them. I have CentOS 4.1 which is basically redhat enterprise 4 latest, and Sun 1.4.2 is included as a package. [EMAIL PROTECTED] freenet]$ ./start-freenet.sh Detected freenet-ext.jar Detected freenet.jar Sun java detected. Sun Java 1.4.2 detected. Starting Freenet now: Command line: gij -Xmx128m -XX:MaxDirectMemorySize=128m freenet.node.Main Done [EMAIL PROTECTED] freenet]$ os.arch = i686 Loading native... Attempting to load freenet/support/CPUInformation/libjcpuid-x86-linux.so Written to /tmp/jcpuidufujtqlib.tmp: 55692 INFO: Native CPUID library 'freenet/support/CPUInformation/libjcpuid-x86-linux.so' loaded from resource INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-athlon.so' loaded from resource Caught java.lang.Error: Not implemented java.lang.Error: Not implemented at java.nio.channels.FileChannelImpl.tryLock(long, long, boolean) (/usr/lib/libgcj.so.5.0.0) at java.nio.channels.FileChannel.tryLock() (/usr/lib/libgcj.so.5.0.0) at freenet.node.Node.init(freenet.config.Params) (Unknown Source) at freenet.node.Main.main(java.lang.String[]) (Unknown Source) The current Freenet uses java.nio methods. GCJ doesn't have a complete implementation of nio. The 0.7 rewrite of Freenet will hopefully avoid using nio thereby allowing people to use GCJ and other free JVMs. For now, I suggest using Sun's jvm for running Freenet. ___ 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] -- I may disagree with what you have to say, but I shall defend, to the death, your right to say it. - Voltaire ___ 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] How to get some Node References?
Hi! Have installed Freenet version 0.5.2.8 yesterday. and i get often some error message: The request couldn't even make it off of your node. Try again, perhaps with the GPL to help your node learn about others. The publicly available seed nodes have been very busy lately. If possible try to get a friend to give you a reference to their node instead. I have reseeded my node already but it doesn't worked. And i don't understand how i should use this GPL to increase the connection quality... And where is the possibility to get some other References to the nodes? Please help :) Thank you, SaphirJD ___ 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] How to get some Node References?
I assume that at least some requests do work? How many open connections are listed under advanced mode -- open connections ? If some requests are working and you have open connections, then just leaving you node running over time (days) will improve your routing ability. On 8/27/05, Spike Spiegel [EMAIL PROTECTED] wrote: Hi! Have installed Freenet version 0.5.2.8 yesterday. and i get often some error message: The request couldn't even make it off of your node. Try again, perhaps with the GPL to help your node learn about others. The publicly available seed nodes have been very busy lately. If possible try to get a friend to give you a reference to their node instead. I have reseeded my node already but it doesn't worked. And i don't understand how i should use this GPL to increase the connection quality... And where is the possibility to get some other References to the nodes? Please help :) Thank you, SaphirJD ___ 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] -- I may disagree with what you have to say, but I shall defend, to the death, your right to say it. - Voltaire ___ 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] How to get some Node References?
I assume that at least some requests do work? How many open connections are listed under advanced mode -- open connections ? If some requests are working and you have open connections, then just leaving you node running over time (days) will improve your routing ability. On 8/27/05, Spike Spiegel [EMAIL PROTECTED] wrote: Hi! Have installed Freenet version 0.5.2.8 yesterday. and i get often some error message: The request couldn't even make it off of your node. Try again, perhaps with the GPL to help your node learn about others. The publicly available seed nodes have been very busy lately. If possible try to get a friend to give you a reference to their node instead. I have reseeded my node already but it doesn't worked. And i don't understand how i should use this GPL to increase the connection quality... And where is the possibility to get some other References to the nodes? Please help :) Thank you, SaphirJD ___ 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] -- I may disagree with what you have to say, but I shall defend, to the death, your right to say it. - Voltaire ___ 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]