[freenet-support] Freenet not working w/ openSuSE 10.0 on a 64 bit system.
You're sure it doesn't work? You can't get http://127.0.0.1:/ in a browser? Can you send me your freenet.conf? On Tue, May 16, 2006 at 11:35:15AM -0500, Blue Raven wrote: > I downloaded and untarred the tarball for freenet. When I try to run it I > get the following: > > Detected freenet-ext.jar > Detected freenet.jar > Sun java detected. > Sun Java 1.4.2 detected. > Starting Freenet now: Command line: java -Xmx128m > -XX:MaxDirectMemorySize=128m freenet.node.Main > Done > os.arch = amd64 > ERROR: The resource net/i2p/util/libjbigi-linux-none.so was not a valid > library for this platform > java.lang.UnsatisfiedLinkError: /tmp/jbigi32654lib.tmp: > /tmp/jbigi32654lib.tmp: cannot open shared object file: No such file or > directory >at java.lang.ClassLoader$NativeLibrary.load(Native Method) >at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) >at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647) >at java.lang.Runtime.load0(Runtime.java:769) >at java.lang.System.load(System.java:967) >at net.i2p.util.NativeBigInteger.loadFromResource( > NativeBigInteger.java:497) >at net.i2p.util.NativeBigInteger.loadNative(NativeBigInteger.java > :413) >at net.i2p.util.NativeBigInteger.(NativeBigInteger.java:120) >at freenet.crypt.Util.(Util.java:89) >at freenet.crypt.Yarrow.generator_init(Yarrow.java:241) >at freenet.crypt.Yarrow.(Yarrow.java:83) >at freenet.crypt.Yarrow.(Yarrow.java:69) >at freenet.crypt.ThrottledAsyncEntropyYarrow.( > ThrottledAsyncEntropyYarrow.java:32) >at freenet.Core.getRandSource(Core.java:754) >at freenet.node.Node.init(Node.java:3454) >at freenet.node.Main.main(Main.java:476) > INFO: Native BigInteger library jbigi not loaded - using pure java > > When it gets to this point it just hangs. The only thing I could find about > it in the archives is here: > > http://archives.freenetproject.org/pipermail/support/2006-January/000481.html > > I read the original message and the response. The response says that it > should still work despite the error message. I have confirmed that it does > not. I was wondering if there has been any sort of update on this issue. > You should know that I am running on almost the exact same setup as the > original poster. Any information would be helpful. > ___ > Support mailing list > Support at freenetproject.org > http://news.gmane.org/gmane.network.freenet.support > Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support > Or mailto:support-request at freenetproject.org?subject=unsubscribe -- Matthew J Toseland - toad at amphibian.dyndns.org Freenet Project Official Codemonkey - http://freenetproject.org/ ICTHUS - Nothing is impossible. Our Boss says so. -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/support/attachments/20060516/29f52e3e/attachment.pgp>
[freenet-support] Key retrieval/data not found messages
On Mon, May 15, 2006 at 02:06:52PM -0700, george koslowski wrote: > > > > Well I wasn't feeling adventurous so that means I hadn't downloaded 0.7 > Alpha!:-) > Seriously, the version should be 0.5. > > Number of Open Connections=4(1 Inbound, 3 Outbound, Limit 200 ). That is too low to expect it to work very well. > > Unfortunately, my connection doesn't allow me leaving it open for 48 > hours..But I've started running the node about 3 weeks ago. Unless by running > you mean actually trying to visit freesites, something which I don't > naturally do all the time. If you are on a dial-up, you have very little chance of getting it to work well. Has it been up more or less continually for that time, or have you run it 3 times for a total of 3 hours uptime, or something in between the two? -- Matthew J Toseland - toad at amphibian.dyndns.org Freenet Project Official Codemonkey - http://freenetproject.org/ ICTHUS - Nothing is impossible. Our Boss says so. -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/support/attachments/20060516/914fb51b/attachment.pgp>
[freenet-support] Freenet not working w/ openSuSE 10.0 on a 64 bit system.
I downloaded and untarred the tarball for freenet. When I try to run it I get the following: Detected freenet-ext.jar Detected freenet.jar Sun java detected. Sun Java 1.4.2 detected. Starting Freenet now: Command line: java -Xmx128m -XX:MaxDirectMemorySize=128m freenet.node.Main Done os.arch = amd64 ERROR: The resource net/i2p/util/libjbigi-linux-none.so was not a valid library for this platform java.lang.UnsatisfiedLinkError: /tmp/jbigi32654lib.tmp: /tmp/jbigi32654lib.tmp: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647) at java.lang.Runtime.load0(Runtime.java:769) at java.lang.System.load(System.java:967) at net.i2p.util.NativeBigInteger.loadFromResource( NativeBigInteger.java:497) at net.i2p.util.NativeBigInteger.loadNative(NativeBigInteger.java :413) at net.i2p.util.NativeBigInteger.(NativeBigInteger.java:120) at freenet.crypt.Util.(Util.java:89) at freenet.crypt.Yarrow.generator_init(Yarrow.java:241) at freenet.crypt.Yarrow.(Yarrow.java:83) at freenet.crypt.Yarrow.(Yarrow.java:69) at freenet.crypt.ThrottledAsyncEntropyYarrow.( ThrottledAsyncEntropyYarrow.java:32) at freenet.Core.getRandSource(Core.java:754) at freenet.node.Node.init(Node.java:3454) at freenet.node.Main.main(Main.java:476) INFO: Native BigInteger library jbigi not loaded - using pure java When it gets to this point it just hangs. The only thing I could find about it in the archives is here: http://archives.freenetproject.org/pipermail/support/2006-January/000481.html I read the original message and the response. The response says that it should still work despite the error message. I have confirmed that it does not. I was wondering if there has been any sort of update on this issue. You should know that I am running on almost the exact same setup as the original poster. Any information would be helpful. -- next part -- An HTML attachment was scrubbed... URL: <https://emu.freenetproject.org/pipermail/support/attachments/20060516/7b50eb92/attachment.html>
Re: [freenet-support] Key retrieval/data not found messages
On Mon, May 15, 2006 at 02:06:52PM -0700, george koslowski wrote: Well I wasn't feeling adventurous so that means I hadn't downloaded 0.7 Alpha!:-) Seriously, the version should be 0.5. Number of Open Connections=4(1 Inbound, 3 Outbound, Limit 200 ). That is too low to expect it to work very well. Unfortunately, my connection doesn't allow me leaving it open for 48 hours..But I've started running the node about 3 weeks ago. Unless by running you mean actually trying to visit freesites, something which I don't naturally do all the time. If you are on a dial-up, you have very little chance of getting it to work well. Has it been up more or less continually for that time, or have you run it 3 times for a total of 3 hours uptime, or something in between the two? -- 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://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:[EMAIL PROTECTED]
[freenet-support] Freenet not working w/ openSuSE 10.0 on a 64 bit system.
I downloaded and untarred the tarball for freenet. When I try to run it I get the following:Detected freenet-ext.jarDetected freenet.jarSun java detected.Sun Java 1.4.2 detected.Starting Freenet now: Command line: java -Xmx128m -XX:MaxDirectMemorySize=128m freenet.node.MainDoneos.arch = amd64ERROR: The resource net/i2p/util/libjbigi-linux-none.so was not a valid library for this platformjava.lang.UnsatisfiedLinkError: /tmp/jbigi32654lib.tmp: /tmp/jbigi32654lib.tmp: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647) at java.lang.Runtime.load0(Runtime.java:769) at java.lang.System.load(System.java:967) at net.i2p.util.NativeBigInteger.loadFromResource(NativeBigInteger.java:497) at net.i2p.util.NativeBigInteger.loadNative (NativeBigInteger.java:413) at net.i2p.util.NativeBigInteger.clinit(NativeBigInteger.java:120) at freenet.crypt.Util.clinit(Util.java:89) at freenet.crypt.Yarrow.generator_init (Yarrow.java:241) at freenet.crypt.Yarrow.init(Yarrow.java:83) at freenet.crypt.Yarrow.init(Yarrow.java:69) at freenet.crypt.ThrottledAsyncEntropyYarrow.init(ThrottledAsyncEntropyYarrow.java :32) at freenet.Core.getRandSource(Core.java:754) at freenet.node.Node.init(Node.java:3454) at freenet.node.Main.main(Main.java:476)INFO: Native BigInteger library jbigi not loaded - using pure java When it gets to this point it just hangs. The only thing I could find about it in the archives is here: http://archives.freenetproject.org/pipermail/support/2006-January/000481.htmlI read the original message and the response. The response says that it should still work despite the error message. I have confirmed that it does not. I was wondering if there has been any sort of update on this issue. You should know that I am running on almost the exact same setup as the original poster. Any information would be helpful. ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:[EMAIL PROTECTED]
Re: [freenet-support] Freenet not working w/ openSuSE 10.0 on a 64 bit system.
You're sure it doesn't work? You can't get http://127.0.0.1:/ in a browser? Can you send me your freenet.conf? On Tue, May 16, 2006 at 11:35:15AM -0500, Blue Raven wrote: I downloaded and untarred the tarball for freenet. When I try to run it I get the following: Detected freenet-ext.jar Detected freenet.jar Sun java detected. Sun Java 1.4.2 detected. Starting Freenet now: Command line: java -Xmx128m -XX:MaxDirectMemorySize=128m freenet.node.Main Done os.arch = amd64 ERROR: The resource net/i2p/util/libjbigi-linux-none.so was not a valid library for this platform java.lang.UnsatisfiedLinkError: /tmp/jbigi32654lib.tmp: /tmp/jbigi32654lib.tmp: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647) at java.lang.Runtime.load0(Runtime.java:769) at java.lang.System.load(System.java:967) at net.i2p.util.NativeBigInteger.loadFromResource( NativeBigInteger.java:497) at net.i2p.util.NativeBigInteger.loadNative(NativeBigInteger.java :413) at net.i2p.util.NativeBigInteger.clinit(NativeBigInteger.java:120) at freenet.crypt.Util.clinit(Util.java:89) at freenet.crypt.Yarrow.generator_init(Yarrow.java:241) at freenet.crypt.Yarrow.init(Yarrow.java:83) at freenet.crypt.Yarrow.init(Yarrow.java:69) at freenet.crypt.ThrottledAsyncEntropyYarrow.init( ThrottledAsyncEntropyYarrow.java:32) at freenet.Core.getRandSource(Core.java:754) at freenet.node.Node.init(Node.java:3454) at freenet.node.Main.main(Main.java:476) INFO: Native BigInteger library jbigi not loaded - using pure java When it gets to this point it just hangs. The only thing I could find about it in the archives is here: http://archives.freenetproject.org/pipermail/support/2006-January/000481.html I read the original message and the response. The response says that it should still work despite the error message. I have confirmed that it does not. I was wondering if there has been any sort of update on this issue. You should know that I am running on almost the exact same setup as the original poster. Any information would be helpful. ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.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://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:[EMAIL PROTECTED]