Re: [freenet-chat] Re: [freenet-support] Freenet 0.7
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was in China last year. I was able to create a VPN connection in the US with no problem. Most of the web didn't work, even SSL. SSH was completely blocked as well, which is why I was surprised that I could connect via VPN with no problems. This was in Beijing. :brian ++ 31/08/06 15:31 +0100 - Matthew Toseland: >On Thu, Aug 31, 2006 at 06:01:45PM +0400, Roman V. Isaev wrote: >> On 08/31, Matthew Toseland wrote: >> > > > Have you thought about that ignoring reset packets thing that was >> > > > shown to make it possible to bypass The Great Firewall? I mean, I >> > > > don't know too much about it, or if it'd be possible for >> > > > freenetbut it might be worth looking in to. >> > > That would involve platform-specific code, there's no way to do that in >> > > java. >> > It's unnecessary anyway because it only applies to TCP. It does however >> > tell us something very interesting and useful: The firewall is stateless !! >> > They pick up forbidden keywords on a packet and then send a reset >> > packet, they don't even delete later packets on the same connection >> > because *they don't track connections at all* ! >> >> But they will do that, sooner or later. It's just a matter of time. Another >> chunk of money for Cisco I guess... > >The interesting thing is you can connect to IRC and discuss forbidden >keywords... Also that study is curious because I heard they block the >whole page, rather than just interrupt it in the middle... >-- >Matthew J Toseland - [EMAIL PROTECTED] >Freenet Project Official Codemonkey - http://freenetproject.org/ >ICTHUS - Nothing is impossible. Our Boss says so. >___ >Support mailing list >Support@freenetproject.org >http://news.gmane.org/gmane.network.freenet.support >Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support >Or mailto:[EMAIL PROTECTED] - -- - Freedom is slavery. Ignorance is strength. War is peace. -- George Orwell -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.7 (GNU/Linux) iD8DBQFE9yabSMrcfZpjDKERAhAaAKCsTD/S/I1eM/3VEd740nYZPhj6KgCgo/Mo JZ+MtJuu0elkY8pTZLtdMSM= =G9+A -END PGP SIGNATURE- ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:[EMAIL PROTECTED]
[freenet-chat] Re: [freenet-support] Freenet 0.7
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was in China last year. I was able to create a VPN connection in the US with no problem. Most of the web didn't work, even SSL. SSH was completely blocked as well, which is why I was surprised that I could connect via VPN with no problems. This was in Beijing. :brian ++ 31/08/06 15:31 +0100 - Matthew Toseland: >On Thu, Aug 31, 2006 at 06:01:45PM +0400, Roman V. Isaev wrote: >> On 08/31, Matthew Toseland wrote: >> > > > Have you thought about that ignoring reset packets thing that was >> > > > shown to make it possible to bypass The Great Firewall? I mean, I >> > > > don't know too much about it, or if it'd be possible for >> > > > freenetbut it might be worth looking in to. >> > > That would involve platform-specific code, there's no way to do that in >> > > java. >> > It's unnecessary anyway because it only applies to TCP. It does however >> > tell us something very interesting and useful: The firewall is stateless !! >> > They pick up forbidden keywords on a packet and then send a reset >> > packet, they don't even delete later packets on the same connection >> > because *they don't track connections at all* ! >> >> But they will do that, sooner or later. It's just a matter of time. Another >> chunk of money for Cisco I guess... > >The interesting thing is you can connect to IRC and discuss forbidden >keywords... Also that study is curious because I heard they block the >whole page, rather than just interrupt it in the middle... >-- >Matthew J Toseland - toad at amphibian.dyndns.org >Freenet Project Official Codemonkey - http://freenetproject.org/ >ICTHUS - Nothing is impossible. Our Boss says so. >___ >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 - -- - Freedom is slavery. Ignorance is strength. War is peace. -- George Orwell -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.7 (GNU/Linux) iD8DBQFE9yabSMrcfZpjDKERAhAaAKCsTD/S/I1eM/3VEd740nYZPhj6KgCgo/Mo JZ+MtJuu0elkY8pTZLtdMSM= =G9+A -END PGP SIGNATURE-
[freenet-support] bug in r9081 (.7)
I just upgraded and started it again and got the same problem. Did my datastore get corrupted? Here's the output from the latest. Created log files INFO: Native CPUID library 'freenet/support/CPUInformation/libjcpuid-x86-linux.so' loaded from resource INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-athlon.so' loaded from resource FNP port created on 0.0.0.0:31751 Testnet mode DISABLED. You may have some level of anonymity. :) Note that while we no longer have explicit back-doors enabled, this version of Freenet is still a very early alpha, and may well have numerous bugs and design flaws. 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). Creating PeerManager Starting NodePinger Initializing CHK Datastore Opening block db index Migrating block db index Migrating database ./store-31751: Creating unique index on block number Caught: com.sleepycat.je.DatabaseException: (JE 3.0.12) Secondary CHK_accessTime is corrupt: the primary record contains a key that is not present in the secondary com.sleepycat.je.DatabaseException: (JE 3.0.12) Secondary CHK_accessTime is corrupt: the primary record contains a key that is not present in the secondary at com.sleepycat.je.SecondaryDatabase.deleteKey(SecondaryDatabase.java:636) at com.sleepycat.je.SecondaryDatabase.updateSecondary(SecondaryDatabase.java:554) at com.sleepycat.je.SecondaryTrigger.databaseUpdated(SecondaryTrigger.java:43) at com.sleepycat.je.Database.notifyTriggers(Database.java:1193) at com.sleepycat.je.Database.deleteInternal(Database.java:413) at com.sleepycat.je.Database.delete(Database.java:376) at freenet.store.BerkeleyDBFreenetStore.migrate(BerkeleyDBFreenetStore.java:212) at freenet.store.BerkeleyDBFreenetStore.(BerkeleyDBFreenetStore.java:155) at freenet.node.Node.(Node.java:1279) at freenet.node.Node.(Node.java:866) at freenet.node.Node.main(Node.java:824) Could not open datastore: com.sleepycat.je.DatabaseException: (JE 3.0.12) Failed while attempting to commit transaction 1998082. The attempt to abort and clean up also failed. The original exception seen from commit = (JE 3.0.12) Transaction 1998082 has been closed. The exception from the cleanup = (JE 3.0.12) Transaction 1998082 has been closed. Failed to load node: Could not open datastore: com.sleepycat.je.DatabaseException: (JE 3.0.12) Failed while attempting to commit transaction 1998082. The attempt to abort and clean up also failed. The original exception seen from commit = (JE 3.0.12) Transaction 1998082 has been closed. The exception from the cleanup = (JE 3.0.12) Transaction 1998082 has been closed. (3) freenet.node.Node$NodeInitException: Could not open datastore: com.sleepycat.je.DatabaseException: (JE 3.0.12) Failed while attempting to commit transaction 1998082. The attempt to abort and clean up also failed. The original exception seen from commit = (JE 3.0.12) Transaction 1998082 has been closed. The exception from the cleanup = (JE 3.0.12) Transaction 1998082 has been closed. (3) at freenet.node.Node.(Node.java:1300) at freenet.node.Node.(Node.java:866) at freenet.node.Node.main(Node.java:824) ++ 10/06/06 18:39 +0100 - Matthew Toseland: >Upgrade to the latest build. Does this still happen? > -- Freedom is slavery. Ignorance is strength. War is peace. -- George Orwell
Re: [freenet-support] bug in r9081 (.7)
I just upgraded and started it again and got the same problem. Did my datastore get corrupted? Here's the output from the latest. Created log files INFO: Native CPUID library 'freenet/support/CPUInformation/libjcpuid-x86-linux.so' loaded from resource INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-athlon.so' loaded from resource FNP port created on 0.0.0.0:31751 Testnet mode DISABLED. You may have some level of anonymity. :) Note that while we no longer have explicit back-doors enabled, this version of Freenet is still a very early alpha, and may well have numerous bugs and design flaws. 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). Creating PeerManager Starting NodePinger Initializing CHK Datastore Opening block db index Migrating block db index Migrating database ./store-31751: Creating unique index on block number Caught: com.sleepycat.je.DatabaseException: (JE 3.0.12) Secondary CHK_accessTime is corrupt: the primary record contains a key that is not present in the secondary com.sleepycat.je.DatabaseException: (JE 3.0.12) Secondary CHK_accessTime is corrupt: the primary record contains a key that is not present in the secondary at com.sleepycat.je.SecondaryDatabase.deleteKey(SecondaryDatabase.java:636) at com.sleepycat.je.SecondaryDatabase.updateSecondary(SecondaryDatabase.java:554) at com.sleepycat.je.SecondaryTrigger.databaseUpdated(SecondaryTrigger.java:43) at com.sleepycat.je.Database.notifyTriggers(Database.java:1193) at com.sleepycat.je.Database.deleteInternal(Database.java:413) at com.sleepycat.je.Database.delete(Database.java:376) at freenet.store.BerkeleyDBFreenetStore.migrate(BerkeleyDBFreenetStore.java:212) at freenet.store.BerkeleyDBFreenetStore.(BerkeleyDBFreenetStore.java:155) at freenet.node.Node.(Node.java:1279) at freenet.node.Node.(Node.java:866) at freenet.node.Node.main(Node.java:824) Could not open datastore: com.sleepycat.je.DatabaseException: (JE 3.0.12) Failed while attempting to commit transaction 1998082. The attempt to abort and clean up also failed. The original exception seen from commit = (JE 3.0.12) Transaction 1998082 has been closed. The exception from the cleanup = (JE 3.0.12) Transaction 1998082 has been closed. Failed to load node: Could not open datastore: com.sleepycat.je.DatabaseException: (JE 3.0.12) Failed while attempting to commit transaction 1998082. The attempt to abort and clean up also failed. The original exception seen from commit = (JE 3.0.12) Transaction 1998082 has been closed. The exception from the cleanup = (JE 3.0.12) Transaction 1998082 has been closed. (3) freenet.node.Node$NodeInitException: Could not open datastore: com.sleepycat.je.DatabaseException: (JE 3.0.12) Failed while attempting to commit transaction 1998082. The attempt to abort and clean up also failed. The original exception seen from commit = (JE 3.0.12) Transaction 1998082 has been closed. The exception from the cleanup = (JE 3.0.12) Transaction 1998082 has been closed. (3) at freenet.node.Node.(Node.java:1300) at freenet.node.Node.(Node.java:866) at freenet.node.Node.main(Node.java:824) ++ 10/06/06 18:39 +0100 - Matthew Toseland: >Upgrade to the latest build. Does this still happen? > -- Freedom is slavery. Ignorance is strength. War is peace. -- George Orwell ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:[EMAIL PROTECTED]
[freenet-support] Linux Freenet 0.7 and X?
I have used Freenet successfully since 0.5's release on my non-X linux machine. I tried to install the new 0.7 alpha on the machine, but it won't install because I don't have X. I only access this machine via SSH (it's headless), so installing X would be a lot of work for nothing. Is X required to run Freenet now? Or is it only the installer that requires X? Is there a non-X version of the installer (ncurses maybe?)? If it's important, here's what java -version says: java version "1.5.0_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08) Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode, sharing) Thanks. -- Freedom is slavery. Ignorance is strength. War is peace. -- George Orwell
[freenet-support] Linux Freenet 0.7 and X?
I have used Freenet successfully since 0.5's release on my non-X linux machine. I tried to install the new 0.7 alpha on the machine, but it won't install because I don't have X. I only access this machine via SSH (it's headless), so installing X would be a lot of work for nothing. Is X required to run Freenet now? Or is it only the installer that requires X? Is there a non-X version of the installer (ncurses maybe?)? If it's important, here's what java -version says: java version "1.5.0_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08) Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode, sharing) Thanks. -- Freedom is slavery. Ignorance is strength. War is peace. -- George Orwell ___ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:[EMAIL PROTECTED]
[freenet-support] Always keep old freenet builds
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hopefully with the problems that people had with 544, they shouldn't have any problem with the new 547 problems. Just rollback the build to the last known good build, 546 and you'll be good to go. Now, if one didn't learn from the 544 problems and didn't backup their old version before upgrading, there's not much that can be done... :GeckoX - -- - Freedom is slavery. Ignorance is strength. War is peace. -- George Orwell -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+MpMeSMrcfZpjDKERAqzfAKCBoZ2d+2sGmgJJkEVkDRAKSWW4ugCfd4Y2 NvAuDo7GmFIZsUyAP9z6E7o= =2eaj -END PGP SIGNATURE- ___ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
[freenet-support] HTML splitfiles not supported? Why?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I just got this error today with build 546. Error sending data to browser: java.lang.RuntimeException: HTML SplitFiles are not supported. Sorry. Is there a particular reason why HTML Splitfiles aren't supported? The key for the 860KB HTML file I was trying to download is: SSK@~tof3Yh258dhoAvC5h3oDvRZUIcPAgM/fascism//The Mass Psychology of Fascism - Wilhelm Reich.html Is there any plans to change this in the future? I think splitfiles should be able to have any format inside them. :GeckoX - -- - Freedom is slavery. Ignorance is strength. War is peace. -- George Orwell -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+Ls4FSMrcfZpjDKERAoIRAJ95z7PqVAgNpf06e74oFv/s+9E5QwCfVUjg OXjps9MAUuQWjA/5RV/ZlxM= =sSFg -END PGP SIGNATURE- ___ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
[freenet-support] problem with FEC downloads
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I seem to be having a problem with downloading large FEC files from freenet 539 using mozilla 1.1. What's happening is that Mozilla opens the little download window and the download occurs in the browser window normally. The problem is that for some strange reason Mozilla thinks the download is complete after 15 minutes (plus or minus 1-2 seconds). This could easily be a bug in Mozilla, but what I can't figure out is how to get the little box back up after FEC has downloaded and decoded the file. Should there be a link or button that will re-initiate that part if it broke while FEC was doing its thing? BTW, what do the forceSave and skipDS checkboxes do? I looked on the freenet website but couldn't find any documentation for that. Thanks. :GeckoX - -- - Freedom is slavery. Ignorance is strength. War is peace. -- George Orwell -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+CNnMSMrcfZpjDKERAi5tAJ96xXjXKQ3NESIITwDiYdf88KOaDwCgknvk ERwx8AFjuTmBDsd7KsmDV4s= =Nqox -END PGP SIGNATURE- ___ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
[freenet-support] 539 not starting... Corrupt datastore?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After trying various things to get 539, 537, or any version of fred working, I renamed my datastore directory, to reset it. That worked. The problem is that I have a 20GB datastore that was corrupted, I think. Since this is the native filesystem (not the monolithic file), shouldn't it automatically fix itself, rather than crash? I originally had the storeSize=20G and when it was at about 19.5G filled, I changed storeSize=30G. Could that have done it? It ran after that, but I'm wondering if after it went over the original 20G size, it got confused. It doesn't make sense (to me) for it to do that, but I'm trying to figure out how to salvage my old datastore. I'd rather not toss 20G worth of freenet data and start over. Or do I need to just start a new store from scratch? This first happened when I upgraded to 539 from 537, if that means anything (I don't know that there is a correlation or not). :GeckoX -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE9/p/ySMrcfZpjDKERArjSAJ4uUYmY3eaCFy0bzLk69VzfDh856ACgihyY h+X3SmFtOdWt0Pxt9CA8zZo= =r7Mk -END PGP SIGNATURE- ___ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
[freenet-support] 539 and 537 *really* don't start anymore (even after dumping the routing tables)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I changed some settings in my conf file: was: inputBandwidthLimit=100 outputBandwidthLimit=15000 maximumThreads=180 now is: inputBandwidthLimit=10 outputBandwidthLimit=1 maximumThreads=150 Then I stopped fred with the stop script provided. Then I restarted fred also with the script provided. Then I get the same errors as before: Dec 16, 2002 8:17:23 AM (freenet.support.io.Bandwidth, main): new Bandwidth(100,0,RECEIVED) Dec 16, 2002 8:17:23 AM (freenet.support.io.Bandwidth, main): new Bandwidth(15000,0,SENT) Dec 16, 2002 8:17:24 AM (freenet.node.Main, main): loading node keys: node_28380 Dec 16, 2002 8:17:24 AM (freenet.node.Main, main): Read node file Dec 16, 2002 8:17:25 AM (freenet.node.Main, main): starting filesystem Dec 16, 2002 8:18:45 AM (freenet.node.Main, main): loading data store Dec 16, 2002 8:18:45 AM (freenet.node.Main, main): loading routing table In my TTY session, I get this error at the moment of death: Exception in thread "main" java.lang.OutOfMemoryError This is true for both 539 and 537. Funny thing is 537 has run for weeks just fine and now won't start. I did delete the lsnodes* and rtnodes* and rtprops* files, like I did earlier today to get my node running, but now that doesn't help. Same error. Got any ideas anyone? :GeckoX - -- - Freedom is slavery. Ignorance is strength. War is peace. -- George Orwell -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE9/jNeSMrcfZpjDKERAmSlAJ0ZgXHKKmo/c9wBow1NXNXAUtNeiwCghJb4 amVnwBHvEgyqdP06gXdc4bI= =c2K/ -END PGP SIGNATURE- ___ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
Re: [freenet-support] 539 won't start and now 537 won't restart either :(
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks. That seemed to do it. I deleted the rtnodes* and rtprops* files but I didn't delete the lsnodes* files. When I deleted the lsnodes* files and restarted, that seemed to fix it. Unfortunately, I now have to start all over with the routing tables, which I imagine will hurt the performance of my node until they are adequately rebuilt. Thanks. :GeckoX ++ 16/12/02 15:15 - - Dave Hooper: >Someone else posted a similar (identical?) problem. I'd hazard a guess >that your routing table is somehow corrupt. Obviously this shouldn't >happen and by way of course Freenet should be able to identify this rather >than just die. Have you tried stopping the node, making a backup of your >routing table files, deleting them, and restarting the node? > - -- - Freedom is slavery. Ignorance is strength. War is peace. -- George Orwell -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE9/fnFSMrcfZpjDKERAggrAJ9PL3mhVWzIg9pvaVgwM+YjXzOM4QCeOcyA YQpY/KTsF8TtAJ+C+Av4cdY= =aMLv -END PGP SIGNATURE- ___ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
[freenet-support] 539 won't start and now 537 won't restart either :(
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I just downloaded and installed build 539 and it won't start. Here's what the log looks like when it dies: Dec 16, 2002 8:17:23 AM (freenet.support.io.Bandwidth, main): new Bandwidth(100,0,RECEIVED) Dec 16, 2002 8:17:23 AM (freenet.support.io.Bandwidth, main): new Bandwidth(15000,0,SENT) Dec 16, 2002 8:17:24 AM (freenet.node.Main, main): loading node keys: node_28380 Dec 16, 2002 8:17:24 AM (freenet.node.Main, main): Read node file Dec 16, 2002 8:17:25 AM (freenet.node.Main, main): starting filesystem Dec 16, 2002 8:18:45 AM (freenet.node.Main, main): loading data store Dec 16, 2002 8:18:45 AM (freenet.node.Main, main): loading routing table In my TTY session, I get this error at the moment of death: Exception in thread "main" java.lang.OutOfMemoryError I downgraded back to 537, but it now doesn't work either. Same problem. I haven't had any such trouble before (and I setup my permanent node back in 525). I used upgrade.sh to do the upgrade, if that makes any difference. Anyone got any ideas? I have a permanent node with a 30GB datastore... :GeckoX - -- - Freedom is slavery. Ignorance is strength. War is peace. -- George Orwell -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE9/epDSMrcfZpjDKERAkVNAKC1/egEXygQ1iPMOgrttubOLy1FfQCgptae 6AFCj4CLPga0Nc1CTqNKHtY= =8Bri -END PGP SIGNATURE- ___ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
Re: [freenet-support] Getting rid of the last central point of failure
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Since freenet is open source, I would imagine that there are people who independently verify the validity of all builds by looking at the source and the diffs. I think that this is probably the only way to guarantee the validity of a build, and even with that it might not be 100%. I think that gpg signing the builds would give us probably 90% confidence that the builds are good. The other 10% would be from these people looking at the source and reporting (like to slashdot) if there is a compromised build (where they see what appears to be malignant code and nobody "official" can sufficiently justify its presence). This is what most other security-related projects do (e.x. gpg, iip, etc.) AFAIK. :GeckoX -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE92P3wSMrcfZpjDKERAoR6AKCS+3XmmzbDjFttVPWE0ltoB17wYQCgkBW+ 5wMLp5FaaS+ocakzOO6aD9A= =RufJ -END PGP SIGNATURE- ___ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
Re: [freenet-support] Specifying Browser For Freenet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I find that double-clicking on the Mozilla icon works pretty well. Otherwise, I don't know of anything. You can only have one default browser. :GeckoX ++ 05/11/02 14:38 -0700 - [EMAIL PROTECTED]: >I would like to specify Mozilla, Phoenix or KMeleon (the latter two are >Mozilla bases) as the browser for Freenet in Windows. Is there a setting >or configuration line to specify this option. I would rather not change my >default browser from Internet Explorer due to other software requiring >Microsoft's browser. > >Thank you, >Bud > >___ >support mailing list >[EMAIL PROTECTED] >http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9yD58SMrcfZpjDKERAk0GAJ90fxD0n+7mBx/mXDQEB7tjuvJt6wCgio+K bcbMPviiyn01kDHO0i+rWjY= =8Ger -END PGP SIGNATURE- ___ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
Re: [freenet-support] freenet can't find java
Make sure that your j2re directory is in your $PATH. That's what fixed that problem for me. :GeckoX ++ 02/11/02 22:40 +0100 - Kitesmurf: >I just got freenet, but whenever I try to run start-freenet.sh I get an >error telling me that the command "java" was not found. J2re 1.4.1 is >installed though. Any advice please? ___ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
[freenet-support] bug? Can't set storeSize in human-readable format
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I tried setting my storeSize in 0.5.0.3 to 2G and fred wouldn't start. Here's what I tried to do in freenet.conf: storeSize=2G Here's the log: Oct 31, 2002 7:10:43 AM (freenet.support.io.Bandwidth, main): new Bandwidth(10,0,BOTH) Oct 31, 2002 7:10:43 AM (freenet.node.Main, main): Unexpected Exception: java.lang.ClassCastException java.lang.ClassCastException at freenet.config.Params.getLong(Params.java:258) at freenet.node.Node.init(Node.java:922) at freenet.node.Main.main(Main.java:222) When I reset freenet.conf to this: storeSize=268435456 Fred started just fine and dandy. Apparently Fred doesn't understand gigabytes yet? Thanks. :GeckoX -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9wS0PSMrcfZpjDKERAjvmAJwJNLT2ho+YL9fL9ku7xDwosjekzQCeO4Tg 4yGoQl+x+BnjZVBxxs2ZZyE= =6LAf -END PGP SIGNATURE- ___ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
Re: [freenet-support] Suddenly getting Route Not Found with 527
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks. That fixed it. I guess I'm too quick to upgrade. :) :GeckoX ++ 30/10/02 14:54 + - Matthew Toseland: >Do you get them instantly? You may have downloaded 0.5.0.2 at the wrong >time - an early build had a bug that killed routing. Just update again. -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9wBNdSMrcfZpjDKERAg+SAJ9HroSM2S2vg4+Mufl3/eW8XFrMMACdH7YE qKw/8D2Mc0SEH0qMEZVzztE= =a8vm -END PGP SIGNATURE- ___ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
[freenet-support] Suddenly getting Route Not Found with 527
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am a new user of freenet and setup a persistent node yesterday with 525. After getting it to work, it worked nicely (as nicely as it has for anyone, I guess). I saw 526 and upgraded to that and it worked nicely as well. Then, I upgraded to 527 and it worked nicely. For a while. And then it didn't. I stopped the node to update my freenet.conf to add my windoze workstation to the mainport.allowedHosts and when I restarted it, I consistently get RNF anytime I try to leave the node. I can get the web interface, but nothing else. Here's my freenet.log: Oct 29, 2002 10:16:04 PM (freenet.support.io.Bandwidth, main): new Bandwidth(10,0,BOTH) Oct 29, 2002 10:16:05 PM (freenet.node.Main, main): loading node keys: node_28380 Oct 29, 2002 10:16:06 PM (freenet.node.Main, main): starting filesystem Oct 29, 2002 10:16:12 PM (freenet.node.Main, main): loading data store Oct 29, 2002 10:16:12 PM (freenet.node.Main, main): loading routing table Oct 29, 2002 10:16:21 PM (freenet.node.Main, main): loading temp bucket factory Oct 29, 2002 10:16:21 PM (freenet.node.Main, main): loaded temp bucket factory Oct 29, 2002 10:16:29 PM (freenet.node.Main, main): read seed nodes Oct 29, 2002 10:16:29 PM (freenet.node.Main, main): Initial refs count: 391 Oct 29, 2002 10:16:31 PM (freenet.node.Main, main): seeded routing table Oct 29, 2002 10:16:32 PM (freenet.node.Main, main): saved routing table Oct 29, 2002 10:16:32 PM (freenet.node.Main, main): starting node Oct 29, 2002 10:16:33 PM (freenet.node.Main, main): loading service: mainport Oct 29, 2002 10:16:35 PM (freenet.node.Node, main): Starting ticker.. Oct 29, 2002 10:16:35 PM (freenet.node.Node, main): Starting interfaces.. - --- Here's my freenet.conf: ipAddress=*external Internet IP address* listenPort=28380 seedNodes=seednodes.ref transient=false mainport.port= mainport.bindAddress=* mainport.allowedHosts=127.0.0.1,*and a few other machines' IP addresses* mainport.params.servlet.1.params.tempDir=/usr/local/freenet/tmp/ maxHopsToLive=500 logInboundContacts=true logOutboundContacts=true logInboundRequests=true logOutboundRequests=true logInboundInsertRequestDist=true logSuccessfulInsertRequestDist=true - --- I *am* getting incoming connections according to the "Open Connections" screen in the web interface. Got any ideas? I can't think of anything I would have broken... I even updated the start-freenet.sh and stop-freenet.sh scripts (though I did the original upgrade with update.sh). Help? Thanks much. :GeckoX -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9v1+nSMrcfZpjDKERAgTkAKCfg3B5/11Lx+PcPFXIvM+KbDxUQgCbBNlw tAux8/VzvA666jvn0KYO2wc= =0zav -END PGP SIGNATURE- ___ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
Re: [freenet-support] Cross site scripting ...
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just updated to 527 and this is still vulnerable. Here's the HTML output I get for going to the URL below: Couldn't retrieve document.write('test1<H1>test2</H1>'); Unexpected key Key: document.write('test1<H1>test2</H1>'); doesn't look like a freenet key. Freenet keys begin with KSK@, SSK@, CHK@ or SVK@. The most common reason for this message is that you are trying to use the Freenet Gateway key form as a search form. Please visit one of the bookmark links on the gatewayand follow links to other freesites from there. If you really want to try and retrieve this key, you can Retrieve anyway, or return to gateway page :geckox ++ 29/10/02 22:13 + - Matthew Toseland: >On Tue, Oct 29, 2002 at 08:06:18PM -, Dave Hooper wrote: >> > the following executes custom html. >> > >> > http://127.0.0.1:/%3Cscript%3Edocument.write('test');%3C/script%3E >> >> True - for example : >> http://127.0.0.1:/%3Cscript%3Edocument.write('test1%3cH1%3etest2%3c/H1%3 >> e');%3C/script%3E >> The code that displays the "Unexpected key" page should really HTMLise the >> string in case it contains < > " ' © etc symbols, otherwise such symbols >> will make their way directly into the HTML of the page! >Please try this in 527/0.5.0.2 (or current devel CVS) - it should be fixed in >both branches now. > >-- >Matthew Toseland >[EMAIL PROTECTED] >[EMAIL PROTECTED] >Freenet/Coldstore open source hacker. >Employed full time by Freenet Project Inc. from 11/9/02 to 11/11/02. >http://freenetproject.org/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9vwsCSMrcfZpjDKERAnaTAJ9uxPfD8+J5pMwtBn1ykRZP87LiWgCgvsa0 0QfDy9Ejli64FQtC7e+nMxU= =Ls9z -END PGP SIGNATURE- ___ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support