[freenet-support] Freenet not working w/ openSuSE 10.0 on a 64 bit system.

2006-05-16 Thread Matthew Toseland
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: 



[freenet-support] Freenet not working w/ openSuSE 10.0 on a 64 bit system.

2006-05-16 Thread Blue Raven
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: 



Re: [freenet-support] Freenet not working w/ openSuSE 10.0 on a 64 bit system.

2006-05-16 Thread Matthew Toseland
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@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]

[freenet-support] Freenet not working w/ openSuSE 10.0 on a 64 bit system.

2006-05-16 Thread Blue Raven
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.(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.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]