Quoting rensinghoff <[EMAIL PROTECTED]>: > Hi ! I am new to this freenet stuff, so i apologize in advance for > stupid questions.
That's funny, stating your right to ask basic questions, and then apologizing for it. > "Could not bind to listening port(s) - maybe another node is running? Did you try the other suggestion about killing other possible nodes before starting? How did it work? In detail: As root, give 'ps aux'. In the output you may find a listing for the Freenet process. If you do, note what the process is called. In my case I have: /opt/blackdown-jdk-1.4.1/bin/java -server -Xmx256M freenet.node.Main -p /etc/freenet.conf So, for me, I'd say 'killall java' on the command line, because "java" is what the process is called. The -server and freenet.node part and so on is just stuff being passed to the "java" process. Recheck 'ps aux', see if it worked. If not, you might have gotten the wrong name. Try something else. You may have already known all this. Either way, did it work? What's the current state of your problems? -todd _______________________________________________ Support mailing list [EMAIL PROTECTED] http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:[EMAIL PROTECTED]
