<<O>> Difference Topic QuestionsAndAnswers (r1.17 - 02 Apr 2002 - MichaelTerry) |
Changed: | |
< < |
Q: Can I update without stopping my node? -- CarMee - 30 Mar 2002
|
> > |
Q: Can I update without stopping my node? -- CarMee - 30 Mar 2002A: No. You can replace the jar file, but Freenet only loads it upon startup. -- MichaelTerry |
<<O>> Difference Topic QuestionsAndAnswers (r1.16 - 30 Mar 2002 - CarMee) |
Changed: | |
< < | A: If you are on Linux, do freenet(?) --export <filename> (err, what was the correct command to start freenet on Linux again? Please correct this) |
> > | A: If you are on Linux, do start-freenet.sh --export <filename> |
Changed: | |
< < |
Q: |
> > |
Q: Can I update without stopping my node? -- CarMee - 30 Mar 2002 |
<<O>> Difference Topic QuestionsAndAnswers (r1.15 - 21 Feb 2002 - SebastianSpaeth) |
Added: | |
> > |
A2: Try to use both fproxy.bindAddress and fproxy.allowedHosts, does it work then?
Q: How do I export my own reference, how do I get all references saved?A: If you are on Linux, do freenet(?) --export <filename> (err, what was the correct command to start freenet on Linux again? Please correct this) If you are on Windows choose "export" from your system tray menu or start "fserve.exe" with "--export <filename>" You can save all your existing references from the nodesstatus servlet (if you have it enabled) via http://127.0.0.1:8889/nodestatus.html (and press the download button) -- SebastianSpaeth - 21 Feb 2002Q: |
<<O>> Difference Topic QuestionsAndAnswers (r1.14 - 19 Feb 2002 - TWikiGuest) |
Added: | |
> > |
Q: The above answer doesn't work for me.I am using freenet v 0.4. Server is installed on linux box; it works perfectly. Attempting to access it from another system on my network fails. tcpdump -ln port 8888 on the server reveals that requests arrive and no response is sent from the server. My full config file is:ipAddress=<external-ip-on-router> listenPort=12249 seedNodes=seednodes.ref fproxy.bindAddress=* fproxy.class=freenet.client.http.FproxyServlet fproxy.port=8888 fproxy.params.insertHtl=5 fproxy.params.requestHtl=15 fproxy.params.filter=true fproxy.params.passThroughMimeTypes=text/plain,image/jpeg,image/gif,image/png fproxy.params.pollForDroppedConnection=true fproxy.params.splitFileRetryHtlIncrement=5 fproxy.params.splitFileRetries=0 fproxy.params.splitFileThreads=5Please delete all this extraneous information (and for that matter my question). Change the answer for the previous question. |
<<O>> Difference Topic QuestionsAndAnswers (r1.13 - 30 Jan 2002 - MichaelTerry) |
Changed: | |
< < |
-- MichaelTerry? - 22 Jan 2002
I did RTFM, the fact that you are running a node is not declared secret, it is just not specified when you should forward information about what nodes there are.
-- UrbanKoistinen - 18 Jan 2002
A: RTFM ICSI -- ZaB - 18 Jan 2002 |
> > | -- MichaelTerry - 22 Jan 2002 |
<<O>> Difference Topic QuestionsAndAnswers (r1.12 - 28 Jan 2002 - SebastianSpaeth) |
Changed: | |
< < | A: In your freenet.conf/freenet.ini set fproxy.allowedhosts to "all" to allow all connections, or to a comma-delimited list of allowed hosts. |
> > | A: In your freenet.conf or freenet.ini file, add the line: fproxy.bindAddress=* and comment out or remove the, fproxy.allowedHosts=blahblah line if it exists. You can also replace * with a comma-delimited list of allowed hosts. |
<<O>> Difference Topic QuestionsAndAnswers (r1.11 - 28 Jan 2002 - SebastianSpaeth) |
Deleted: | |
< < |
[sample question, copy and paste]
Q: Why doesn't it work?A: You haven't turned your computer on yet. Your computer needs electricity to run. -- DeltaFourOhSeven - 06 Jan 2002Q: Why can't I add myself to the WebNotify list? It says I don't have permission.A: Nevermind, works now. -- FortyTwo - 06 Jan 2002 |
Changed: | |
< < |
Q: Why does start-freenet.sh say "-cp: illegal argument (java help displayed afterwards)"?
-- da1uth - 24 Jan 2002
|
> > |
Q: Why does start-freenet.sh say "-cp: illegal argument" (using jdk1.1)A: Some JREs (especially older ones) don't seem to know the -cp setting, but replacing it with -classpath should make it work anyway. -- EricAnholt - 25 Jan 2002 (edit by SebastianSpaeth)Q: How do I configure FProxy to allow access from computers other than localhost? |
Changed: | |
< < |
A: IIRC, on my jdk1.1 I had to replace -cp with -classpath to get it to work. -- EricAnholt - 25 Jan 2002 -- |
> > | A: In your freenet.conf/freenet.ini set fproxy.allowedhosts to "all" to allow all connections, or to a comma-delimited list of allowed hosts. -- SebastianSpaeth |
<<O>> Difference Topic QuestionsAndAnswers (r1.10 - 25 Jan 2002 - EricAnholt) |
Changed: | |
< < |
A: nobody answered yet :( |
> > |
A: IIRC, on my jdk1.1 I had to replace -cp with -classpath to get it to work. -- EricAnholt - 25 Jan 2002 |
<<O>> Difference Topic QuestionsAndAnswers (r1.9 - 24 Jan 2002 - TWikiGuest) |
Added: | |
> > |
Q: Why does start-freenet.sh say "-cp: illegal argument (java help displayed afterwards)"?
-- da1uth - 24 Jan 2002
A: nobody answered yet :( |
<<O>> Difference Topic QuestionsAndAnswers (r1.8 - 22 Jan 2002 - AfreeX) |
Added: | |
> > |
Q: Why can't my Freenet client detect any nodes?A: Open up the configuration panel and click the box marked "Import Default Node Refs". If none of them work, click the "Import New Node Ref" button and cut-and-paste a node from the FreenetNodes list on this website. -- AfreeX? - 22 Jan 2002 |
<<O>> Difference Topic QuestionsAndAnswers (r1.7 - 22 Jan 2002 - MichaelTerry) |
Added: | |
> > | A: There is neither a convenient method for hiding the fact that a particular IP/port is running a Freenet node nor a reason to do so. This information is given out during normal node operation; there is no breach of sensitive information if the world at large knows who runs Freenet nodes. Freenet's anonymity protects one's actions on Freenet, not whether one participates in Freenet. -- MichaelTerry? - 22 Jan 2002 |
<<O>> Difference Topic QuestionsAndAnswers (r1.6 - 19 Jan 2002 - UrbanKoistinen) |
Added: | |
> > | I did RTFM, the fact that you are running a node is not declared secret, it is just not specified when you should forward information about what nodes there are. |
<<O>> Difference Topic QuestionsAndAnswers (r1.5 - 18 Jan 2002 - ZaB) |
Added: | |
> > |
A: RTFM ICSI -- ZaB - 18 Jan 2002 |
<<O>> Difference Topic QuestionsAndAnswers (r1.4 - 18 Jan 2002 - UrbanKoistinen) |
Added: | |
> > |
Q: Exactly what is supposed to be secret in Freenet? Is the fact that someone is running a node supposed to be hard to detect?-- UrbanKoistinen - 18 Jan 2002 |
<<O>> Difference Topic QuestionsAndAnswers (r1.3 - 10 Jan 2002 - MarcoCalamari) |
<<O>> Difference Topic QuestionsAndAnswers (r1.2 - 06 Jan 2002 - FortyTwo) |
Added: | |
> > |
Q: Why can't I add myself to the WebNotify list? It says I don't have permission.A: Nevermind, works now. -- FortyTwo - 06 Jan 2002 |
<<O>> Difference Topic QuestionsAndAnswers (r1.1 - 06 Jan 2002 - DeltaFourOhSeven) |
Added: | |
> > |
%META:TOPICINFO{author="DeltaFourOhSeven" date="1010342340" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="WebHome"}%
Questions and AnswersIf you have a question, ask it; if you see an unanswered question, answer it. [sample question, copy and paste]Q: Why doesn't it work?A: You haven't turned your computer on yet. Your computer needs electricity to run. -- DeltaFourOhSeven - 06 Jan 2002 |
Topic QuestionsAndAnswers . { View | Diffs | r1.17 | > | r1.16 | > | r1.15 | More } |
Revision r1.1 - 06 Jan 2002 - 18:39 GMT - DeltaFourOhSeven Revision r1.17 - 02 Apr 2002 - 04:15 GMT - MichaelTerry |
This website is distributed under the GNU Documentation License |