I'm running the console-only version of freenet on ubuntu breezy. According to the website and the readme, freenet should run configuration setup when first started. Instead, i get this:
" Detected freenet-ext.jar Detected freenet.jar It appears that this is your first time running Freenet. You should read the README file as it contains important instructions and advice. First we must generate a freenet.conf file. I will now run Freenet in configure mode, and it will ask you a number of questions. If you don't understand the question, hitting enter without typing anything will go with the default which is likely to be the right thing. Freenet Configuration Running in simple mode. Some preferences will be skipped. You can choose the default preferences by just hitting <ENTER> Setting: listenPort The port to listen for incoming FNP (Freenet Node Protocol) connections on. os.arch = i386 Loading native... Attempting to load freenet/support/CPUInformation/libjcpuid-x86-linux.so Written to /tmp/jcpuid43697lib.tmp: 55692 INFO: Native CPUID library 'freenet/support/CPUInformation/libjcpuid- x86-linux.so' loaded from resource INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi- linux-pentium3.so' loaded from resource " preconfig.sh runs, and the listen port and seednode are set in the freenet.conf, but nothing else configures. running "java freenet.node.Main --config" produces this: Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/Main running "java -cp freenet.jar:freenet-ext.jar freenet.node.Main --config" produces this: " Freenet Configuration Running in simple mode. Some preferences will be skipped. You can choose the default preferences by just hitting <ENTER> Setting: listenPort The port to listen for incoming FNP (Freenet Node Protocol) connections on. os.arch = i386 Loading native... Attempting to load freenet/support/CPUInformation/libjcpuid-x86-linux.so Written to /tmp/jcpuid46376lib.tmp: 55692 INFO: Native CPUID library 'freenet/support/CPUInformation/libjcpuid- x86-linux.so' loaded from resource INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi- linux-pentium3.so' loaded from resource " This happens for both the stable and unstable versions. Any suggestions? Joe Terranova -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://emu.freenetproject.org/pipermail/support/attachments/20060404/9ed37166/attachment.html>