Dashkal <[EMAIL PROTECTED]> writes:

> 
> For some reason, when running freenet for the first time, it reguses to 
> accept keyboard input.
> 
> I am running gentoo 2006.0 (updated)
> Sun JDK 1.5.0_06
> freenet-latest as of Sun, April 9th, 2006
> 
> The only strange thing in my setup is sun java is in /opt/jdk1.5.0_06
> however, JAVA_HOME and PATH both point there (I tried JDK_HOME as well 
> to no effect)

Huh, that's weird.

What does "java -version" at a console output? My guess would be that you need
to use Gentoo's java-config tool (http://www.gentoo.org/doc/en/java.xml) to
select this as the user and/or system VM.

> Is there any way to get it to spit out a default configuration file that 
> I can just edit by hand?  It seems to run alright in the background, 
> just appears to have troubles with System.in

Hmm, maybe. A default install on windows makes a freenet.ini something like the
below.
(No this isn't a running node, I was just testing the installer.)
Make sure you change ipAddressOverride / node.name / tempDir / listenPort and
only leave node.testnet.enabled=true if you don't mind Toad et al being able to
inspect your node (i.e. no anonymity) for debugging purposes.

node.ipAddressOverride=me.dyndns.org
node.outputBandwidthLimit=15K
node.swapRequestSendInterval=2000
node.tempDir=./temp-32788
node.storeSize=1G
node.storeDir=.
node.listenPort=10000
node.name=MyFirstFreenetNode
node.nodeDir=.
node.downloadsDir=downloads
node.testnet.enabled=true
node.testnet.port=33788
fcp.enabled=true
fcp.port=9481
logger.maxCachedLines=100k
logger.enabled=false
logger.dirname=logs
logger.maxCachedBytes=10M
logger.priority=MINOR
logger.maxZippedLogsSize=1G
logger.interval=5MINUTE
fproxy.enabled=true
fproxy.port=8888
snmp.enabled=true
End

Bob


_______________________________________________
Support mailing list
[email protected]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Reply via email to