[freenet-support] Help

2006-12-26 Thread Bouke J. Henstra

> ./run.sh start
> : No such file or directory

try the following:

cd into the freenet directory

chmod +x run.sh
./run.sh start

--

On Tue, 2006-12-26 at 08:14 -0800, oregonrebel at gmail.com wrote:
> I can't install FN on Mac OS X 10.4.9.
> I unzipped the archive into a folder, but when I type "
> ./bin/1run.sh
> ./run.sh start 
> "
> 
> in Terminal, I get this message: 
> 
> -bash: 
> ./bin/1run.sh
> ./run.sh start
> : No such file or directory
> 
> The instructions say "Basically, all you need to do is make a directoy
> for freenet, unpack the tarball into that directory, change the
> permissions so that you can read write and execute as user (non-root)
> in thet directory and run the start script using the following
> commands : "
> ./bin/1run.sh
> ./run.sh start 
> "
> 
> What am I doing wrong? And I'm still unclear about using this-I see a
> list of "tools", do I need something else to use FN? I want to keep
> this as simple as possible. Also, the FAQs do not say how much storage
> space must be dedicated to FN. I assume I can choose an external
> drive?
> 
> ___
> 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




[freenet-support] Freenet wont start (sleepycat: DatabaseException, InconsistentNodeException; NodeInitException)

2006-12-26 Thread qqcv7x...@sneakemail.com
Hi!
My Freenet client ran fine until 3 days ago, but if I now start with "./run.sh 
console" I get the following error:

Running Freenet 0.7...
wrapper | --> Wrapper Started as Console
wrapper | Launching a JVM...
jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org [^]
jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
jvm 1 |
jvm 1 | WARNING - The Wrapper jar file currently in use is version "3.2.3"
jvm 1 | while the version of the Wrapper which launched this JVM is
jvm 1 | "3.2.1".
jvm 1 | The Wrapper may appear to work correctly but some features may
jvm 1 | not function correctly. This configuration has not been tested
jvm 1 | and is not supported.
jvm 1 |
jvm 1 | WARNING - The Wrapper jar file currently in use is version "3.2.3"
jvm 1 | while the version of the native library is "3.2.1".
jvm 1 | The Wrapper may appear to work correctly but some features may
jvm 1 | not function correctly. This configuration has not been tested
jvm 1 | and is not supported.
jvm 1 |
jvm 1 |
jvm 1 | freenet.jar built with freenet-ext.jar Build 009 r11062
jvm 1 | Created log files
jvm 1 | INFO: Native CPUID library 
'freenet/support/CPUInformation/libjcpuid-x86-linux.so' loaded from resource
jvm 1 | INFO: Optimized native BigInteger library 
'net/i2p/util/libjbigi-linux-pentium3.so' loaded from resource
jvm 1 | Initializing Node using freenet Build 0001009 r11515 and freenet-ext 
Build 009 r11062
jvm 1 | FNP port created on 0.0.0.0:44414
jvm 1 | Testnet mode DISABLED. You may have some level of anonymity. :)
jvm 1 | Note that this version of Freenet is still a very early alpha, and may 
well have numerous bugs and design flaws.
jvm 1 | In particular: YOU ARE WIDE OPEN TO YOUR IMMEDIATE DARKNET PEERS! They 
can eavesdrop on your requests with relatively little difficulty at present 
(correlation attacks etc).
jvm 1 | Creating PeerManager
jvm 1 | Read 15 peers from ./peers-44414
jvm 1 | Could not open store: com.sleepycat.je.DatabaseException: (JE 3.1.0) 
last LSN=0xd/0x584225
jvm 1 | com.sleepycat.je.DatabaseException: (JE 3.1.0) last LSN=0xd/0x584225
jvm 1 | at 
com.sleepycat.je.recovery.RecoveryManager.traceAndThrowException(RecoveryManager.java:2260)
jvm 1 | at 
com.sleepycat.je.recovery.RecoveryManager.readINs(RecoveryManager.java:744)
jvm 1 | at 
com.sleepycat.je.recovery.RecoveryManager.buildINs(RecoveryManager.java:596)
jvm 1 | at 
com.sleepycat.je.recovery.RecoveryManager.buildTree(RecoveryManager.java:442)
jvm 1 | at 
com.sleepycat.je.recovery.RecoveryManager.recover(RecoveryManager.java:153)
jvm 1 | at com.sleepycat.je.dbi.EnvironmentImpl.(EnvironmentImpl.java:311)
jvm 1 | at com.sleepycat.je.dbi.DbEnvPool.getEnvironment(DbEnvPool.java:102)
jvm 1 | at com.sleepycat.je.dbi.DbEnvPool.getEnvironment(DbEnvPool.java:54)
jvm 1 | at com.sleepycat.je.Environment.(Environment.java:98)
jvm 1 | at freenet.node.Node.(Node.java:1185)
jvm 1 | at freenet.node.NodeStarter.start(NodeStarter.java:148)
jvm 1 | at 
org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788)
jvm 1 | Caused by: com.sleepycat.je.tree.InconsistentNodeException: (JE 3.1.0) 
Node 1412908 should have been split before calling insertEntry
jvm 1 | at com.sleepycat.je.tree.IN.insertEntry1(IN.java:1556)
jvm 1 | at com.sleepycat.je.tree.IN.insertEntry(IN.java:1477)
jvm 1 | at com.sleepycat.je.tree.BINDelta.reconstituteBIN(BINDelta.java:153)
jvm 1 | at 
com.sleepycat.je.log.entry.BINDeltaLogEntry.getIN(BINDeltaLogEntry.java:38)
jvm 1 | at com.sleepycat.je.log.INFileReader.getIN(INFileReader.java:443)
jvm 1 | at 
com.sleepycat.je.recovery.RecoveryManager.replayOneIN(RecoveryManager.java:836)
jvm 1 | at 
com.sleepycat.je.recovery.RecoveryManager.readINs(RecoveryManager.java:728)
jvm 1 | ... 10 more
jvm 1 | Failed to load node: (JE 3.1.0) last LSN=0xd/0x584225 (3)
jvm 1 | freenet.node.Node$NodeInitException: (JE 3.1.0) last LSN=0xd/0x584225 
(3)
jvm 1 | at freenet.node.Node.(Node.java:1190)
jvm 1 | at freenet.node.NodeStarter.start(NodeStarter.java:148)
jvm 1 | at 
org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788)
wrapper | <-- Wrapper Stopped

please help me soon! I have a 24/7 node and I dont wont to loose my refs so I 
cant contribute anymore :(



[freenet-support] Help

2006-12-26 Thread oregonre...@gmail.com
An HTML attachment was scrubbed...
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20061226/ad43290a/attachment.html>