Hi, I just tried to install freenet as described on the homepage on my debian sarge system, running 2.6.18-4-amd64. I installed java5 before and then tried the installation - the installer shows up and everything seems to go fine..at the end, the welcome webpage shows up and I try to click on the link on the button, which gives me a 404. ..
When running /usr/local/Freenet/run.sh myself as a user, I get the following errors: -------- Unable to locate any of the following binaries: /usr/local/Freenet/./bin/wrapper-linux-x86-32 /usr/local/Freenet/./bin/wrapper Starting Freenet 0.7... Let's start the node without the wrapper, you'll have to daemonize it yourself. Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. WARNING - The wrapper.native_library system property was not set. Using the default value, 'wrapper'. WARNING - Unable to load the Wrapper's native library because none of the following files: libwrapper-linux-x86-32.so libwrapper.so could be located on the following java.library.path: /usr/lib/jvm/java-1.5.0-sun-1.5.0.10/jre/lib/i386/server /usr/lib/jvm/java-1.5.0-sun-1.5.0.10/jre/lib/i386 /usr/lib/jvm/java-1.5.0-sun-1.5.0.10/jre/../lib/i386 Please see the documentation for the wrapper.java.library.path configuration property. System signals will not be handled correctly. Using default config filename freenet.ini Warning: Cannot write to config file: freenet.ini Error: could not set up logging: Cannot create log directory freenet.config.InvalidConfigValueException: Cannot create log directory at freenet.node.LoggingConfigHandler.preSetLogDir(LoggingConfigHandler.j ava:285) at freenet.node.LoggingConfigHandler.<init>(LoggingConfigHandler.java:10 3) at freenet.node.NodeStarter.start(NodeStarter.java:102) at org.tanukisoftware.wrapper.WrapperManager.startInner(WrapperManager.j ava:2831) at org.tanukisoftware.wrapper.WrapperManager.privilegedStart(WrapperMana ger.java:1815) at org.tanukisoftware.wrapper.WrapperManager.access$2400(WrapperManager. java:103) at org.tanukisoftware.wrapper.WrapperManager$5.run(WrapperManager.java:1 743) at java.security.AccessController.doPrivileged(Native Method) at org.tanukisoftware.wrapper.WrapperManager.start(WrapperManager.java:1 740) at freenet.node.NodeStarter.main(NodeStarter.java:256) -------- Okay - that was all so far - then I tried the same in a chroot on debian etch 32 (the stable system, 32 bit with guaranteed working java etc.)... -> The same error.. Probably anyone of you could help me, otherwise it's a bug? With kind regards, Chris
