From toad at amphibian.dyndns.org Sat Mar 1 15:27:53 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Sat, 1 Mar 2008 15:27:53 +0000 Subject: [freenet-support] Freenet 0.7 build 1119 Message-ID: <200803011527.58010.toad@amphibian.dyndns.org> Freenet 0.7 build 1119 is available and will be mandatory on Monday. Please upgrade. The last few builds were seriously broken in various ways. Sorry for the recent mess... :| Some bug fixes, and some minor features, exposed (or sometimes caused) larger bugs, and I didn't properly test everything before releasing it. Please upgrade, and report any remaining bugs to the bugtracker or elsewhere. Thank you for testing Freenet. :) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080301/1c6a7ec7/attachment.pgp From alejandro at mosteo.com Sun Mar 2 19:04:41 2008 From: alejandro at mosteo.com (Jano) Date: Sun, 02 Mar 2008 20:04:41 +0100 Subject: [freenet-support] Unbundling Frost References: <200802291143.10299.toad@amphibian.dyndns.org> Message-ID: Matthew Toseland wrote: > Ian has stated that Frost is a separate project, and we should not wait > for a usable FMS. (Background: Frost has been severely DoS'ed recently due > to being based on KSK queues, and FMS is the answer). Right now we are not > actually being DoS'ed, but yesterday we were; the spammer occasionally > takes a day off, but IMHO he's likely to stop spamming now until shortly > before we ship 0.7.0, and then make Frost unusable again. > > 1) We could just not ship Frost, in order to meet Ian's totally arbitrary > deadline (not that totally arbitrary deadlines aren't of some value!). I'm for deadlines, even if arbitrary. Otherwise things tend to get unnecessarily delayed. > However IMHO we will have *dramatically* less user retention if we don't > have a usable chat client - at least on the order of 50%. This is because > Freenet is a community, and no community can function without chat. Totally agree here. Announcing 0.7 without some kind of chat will be a big wasted opportunity. There's an extra reason that makes chat important for freenet: since there's no searching (I don't consider spidering the entire freenet a good-enough substitute), users need to ask for things they're looking for, or to publicize their insertions. > 2) Or we could ship Frost even though we know it will probably be DoS'ed > again, and may be being actively DoS'ed at the point that we ship it. In > which case IMHO we should advise users about this fact in our announcement > for 0.7.0. Maybe some good publicity will come from it - it could hardly > be any worse than us shipping an application which is utterly useless, and > each user having to figure that out themselves! Telling users will put > them off ... but not telling users will also put them off. Shipping a fundamentally broken system that is actively being attacked is (at least to me) very bad publicity, and freenet has already too much of it. > 3) Or we could make a working chat system of some kind a release blocker, > and act accordingly: review third party code and help in porting FMS to > java if that is necessary. At the moment FMS is written in C (and > therefore not bundle-able), and uses a combination of HTTP and NNTP > interfaces (and therefore is not user friendly). IMHO the critical path > would be to translate it to java, implement it as a plugin, implement a > separate plugin with a web interface based on that of Worst, bundle those, > and let the Frost devs port Frost to use the plugin. Some of this has > already been started, but I haven't seen much progress recently on the FMS > board (which oddly is the only board never to have been DoS'ed). I'm for making the chat system a release blocker. If you can't anonymously chat about freenet with freenet, it's like a compiler that cannot compile itself. It doesn't help at all in selling it. Furthermore, people with previous exposure to freenet coming back will miss the feature, and how does this reflect on the project? From vinyl1 at earthlink.net Mon Mar 3 00:24:02 2008 From: vinyl1 at earthlink.net (vinyl1) Date: Sun, 2 Mar 2008 19:24:02 -0500 (GMT-05:00) Subject: [freenet-support] Can't bind fproxy to LAN IP Message-ID: <29717792.1204503842563.JavaMail.root@elwamui-lapwing.atl.sa.earthlink.net> I am trying to set up my node so a client on a separate machine on my LAN can browse Freenet through FProxy. I was able to do this with FCP by changing the 'IP address to bind to' from: 127.0.0.1,0:0:0:0:0:0:0:1 to 192.168.1.103,127.0.0.1,0:0:0:0:0:0:0:1 However, when I make the same change to FProxy, I get an error message: "Your configuration changes were applied with the following exceptions: bindTo Could not change FProxy bind address: Protocol family not supported." But when I enter 'netstat -an' in a command window, I see: TCP 127.0.0.1:8888 0.0.0.0:0 LISTENING TCP 127.0.0.1:8888 0.0.0.0:0 LISTENING TCP 127.0.0.1:8888 127.0.0.1:3158 ESTABLISHED TCP 127.0.0.1:8888 127.0.0.1:3159 ESTABLISHED TCP 192.168.1.103:8888 0.0.0.0:0 LISTENING However, I cannot in fact connect to FProxy either through the 127.0.0.1 loopback or the 192.168.1.103 LAN address. They seem to make a connection, but the node no longer returns data to the browser: TCP 192.168.1.103:8888 0.0.0.0:0 LISTENING TCP 192.168.1.103:8888 192.168.1.103:3160 ESTABLISHED Since I have lost my interface, I have no choice but to restart Freenet by rebooting. When I do that, everything returns to the way it was. Is this a bug or a user error? -vinyl1 From toad at amphibian.dyndns.org Mon Mar 3 23:18:41 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Mon, 3 Mar 2008 23:18:41 +0000 Subject: [freenet-support] Can't bind fproxy to LAN IP In-Reply-To: <29717792.1204503842563.JavaMail.root@elwamui-lapwing.atl.sa.earthlink.net> References: <29717792.1204503842563.JavaMail.root@elwamui-lapwing.atl.sa.earthlink.net> Message-ID: <200803032318.46987.toad@amphibian.dyndns.org> Try removing the IPv6 bit at the end. On Monday 03 March 2008 00:24, vinyl1 wrote: > I am trying to set up my node so a client on a separate machine on my LAN can browse Freenet through FProxy. > > I was able to do this with FCP by changing the 'IP address to bind to' from: > > 127.0.0.1,0:0:0:0:0:0:0:1 > > to > > 192.168.1.103,127.0.0.1,0:0:0:0:0:0:0:1 > > However, when I make the same change to FProxy, I get an error message: "Your configuration changes were applied with the following exceptions: bindTo Could not change FProxy bind address: Protocol family not supported." > > But when I enter 'netstat -an' in a command window, I see: > > TCP 127.0.0.1:8888 0.0.0.0:0 LISTENING > TCP 127.0.0.1:8888 0.0.0.0:0 LISTENING > TCP 127.0.0.1:8888 127.0.0.1:3158 ESTABLISHED > TCP 127.0.0.1:8888 127.0.0.1:3159 ESTABLISHED > > TCP 192.168.1.103:8888 0.0.0.0:0 LISTENING > > However, I cannot in fact connect to FProxy either through the 127.0.0.1 loopback or the 192.168.1.103 LAN address. They seem to make a connection, but the node no longer returns data to the browser: > > TCP 192.168.1.103:8888 0.0.0.0:0 LISTENING > TCP 192.168.1.103:8888 192.168.1.103:3160 ESTABLISHED > > Since I have lost my interface, I have no choice but to restart Freenet by rebooting. When I do that, everything returns to the way it was. > > Is this a bug or a user error? > > -vinyl1 > > > > > > > _______________________________________________ > 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 > > -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080303/b8325c78/attachment.pgp From francois.lemieux at umontreal.ca Sat Mar 1 17:45:08 2008 From: francois.lemieux at umontreal.ca (=?ISO-8859-1?Q?Fran=E7ois_Lemieux?=) Date: Sat, 01 Mar 2008 12:45:08 -0500 Subject: [freenet-support] =?iso-8859-1?q?Probl=E8me_d=27installation_de_F?= =?iso-8859-1?q?reenet_0=2C7_sur_MacOS_X_Leopard?= Message-ID: <75E0E1E1-C46C-4195-B330-107D0DD9F47C@umontreal.ca> Bonjour, Je viens de faire l'installation de Freenet, et maintenant, il m'est impossible d'ex?cuter la configuration. Voici le message que je re?ois: "Installation de Freenet 0.7 R?ussie !" "Maintenant, configurez votre noeud et connectez-le au r?seau. La prochaine ?tape est d'utiliser l'Assistant premiers pas. " Safari se lance avec l'URL suivant: (et, il en est de m?me avec FireFox) "http://127.0.0.1:8888/wizard/" "Safari ne parvient pas se connecter au serveur. Safari ne parvient pas ? ouvrir la page ?http://127.0.0.1:8888/ wizard/? car la connexion au serveur ?127.0.0.1? a ?chou?." Je vois 3 causes possibles: 1- Le site 127.0.0.1:8888/wizard/ est surcharg?, ... ce qui m'?tonnerais beaucoup, car de nombreuses tentatives ont ?chou?es. 2- La connexion au r?seau est non fonctionnelle. ... Or, FireFox et Safari naviguent tr?s bien en ce moment. 3- L'ordinateur est prot?g? par un pare-feu ou un proxy. ... Or, je n'ai pas de proxy, mais j'ai un pare-feu avec Airport Extreme. S'agirait-il du port 8888 qui est mal g?r?? Si oui, comment le configurer de fa?on s?curitaire? Merci pour votre magnifique contribution. Fran?ois Lemieux -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20080301/e296d4a1/attachment.htm From toad at amphibian.dyndns.org Mon Mar 10 14:40:27 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Mon, 10 Mar 2008 14:40:27 +0000 Subject: [freenet-support] Freenet 0.7 build 1122 Message-ID: <200803101440.27991.toad@amphibian.dyndns.org> Freenet 0.7 build 1122 is now available, and will be mandatory on Wednesday. Please upgrade. This build includes many improvements/bugfixes, including: - Fix a bug that was causing a large number of BlockTransmitter's to get stuck when a connection was lost. - Reduce the max HTL to 10, after 10 random hops at HTL 10. We shouldn't need to change this again for a while; the HTL tweaks were necessary to improve security. - Don't run a large number of splitfile starts in parallel on startup. This should improve the performance of the node on startup, and reduce disk thrashing, at the cost of resuming requests taking a bit longer. - Add the Freenet Activelink Index to the default bookmarks. - More detailed and more accurate output bandwidth usage statistics, so you can see what all your bandwidth is being used for. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080310/54fc5043/attachment.pgp From joelcsalomon at gmail.com Wed Mar 12 21:54:52 2008 From: joelcsalomon at gmail.com (Joel C. Salomon) Date: Wed, 12 Mar 2008 17:54:52 -0400 Subject: [freenet-support] Freenet under Ubuntu Message-ID: <7871fcf50803121454q56535f3dk2de22dfc0b78ceb7@mail.gmail.com> Has anyone else had problems installing freenet on an Ubuntu Linux system? --Joel From toad at amphibian.dyndns.org Thu Mar 13 18:58:17 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Thu, 13 Mar 2008 18:58:17 +0000 Subject: [freenet-support] Freenet 0.7 build 1123 Message-ID: <200803131858.23611.toad@amphibian.dyndns.org> Freenet 0.7 build 1123 is now available. Please upgrade (hopefully your node will do this for you). Major changes: - Fix a bunch of problems with the link level / connection setup code, found in simulations. - Tune the database parameters to try to avoid long stalling waiting for background maintenance. Also some small attempts to improve performance while restarting requests after startup. - Allow hasAnActivelink in add-a-bookmark links through the HTML filter. - Calculate the total non-request overhead and use it for more accurately estimating how many requests we can accept. - Various bugfixes. - New freenet-ext.jar (edition 20), including a thread library for linux/ppc. Some minor changes to the website and thingamablog. Thanks to all who contributed to this build: dieppe nextgens toad ratchet robert -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080313/6595a800/attachment.pgp From bbackde at googlemail.com Thu Mar 13 20:01:49 2008 From: bbackde at googlemail.com (bbackde at googlemail.com) Date: Thu, 13 Mar 2008 21:01:49 +0100 Subject: [freenet-support] Directory '.onionnetworks' created on another drive Message-ID: Since I moved my node to another box (no new install), the node always creates a directory '.onionnetworks' right in the root directory of my C drive (windows). The node itself is located on another drive, inside a subdirectory. This did not happen on my old computer. What do I have to adjust to let the node create this directory in the node directory? -- __________________________________________________ GnuPG key: (0x48DBFA8A) Keyserver: pgpkeys.pca.dfn.de Fingerprint: 477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A __________________________________________________ From toad at amphibian.dyndns.org Thu Mar 13 22:38:34 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Thu, 13 Mar 2008 22:38:34 +0000 Subject: [freenet-support] Directory '.onionnetworks' created on another drive In-Reply-To: References: Message-ID: <200803132238.34195.toad@amphibian.dyndns.org> On Thursday 13 March 2008 20:01, bbackde at googlemail.com wrote: > Since I moved my node to another box (no new install), the node always > creates a directory '.onionnetworks' right in the root directory of my > C drive (windows). > The node itself is located on another drive, inside a subdirectory. > This did not happen on my old computer. > > What do I have to adjust to let the node create this directory in the > node directory? https://bugs.freenetproject.org/view.php?id=1092 https://bugs.freenetproject.org/view.php?id=892 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080313/c11910d9/attachment.pgp From adam at chasen.name Fri Mar 14 03:53:40 2008 From: adam at chasen.name (Adam Chasen) Date: Fri, 14 Mar 2008 09:23:40 +0530 Subject: [freenet-support] 2x memory use on 64-bit system Message-ID: I have the exact same hardware environment and similar Linux OS, one 64bit, the other 32bit. Is it to be expected for freenet to use ~ double the ram in the 64bit environment? Thanks, Adam From bbackde at googlemail.com Fri Mar 14 07:02:12 2008 From: bbackde at googlemail.com (bbackde at googlemail.com) Date: Fri, 14 Mar 2008 08:02:12 +0100 Subject: [freenet-support] Directory '.onionnetworks' created on another drive In-Reply-To: <200803132238.34195.toad@amphibian.dyndns.org> References: <200803132238.34195.toad@amphibian.dyndns.org> Message-ID: Interesting, but I still wonder why this directory was not there on my old computer! But I think you also don't know... On Thu, Mar 13, 2008 at 11:38 PM, Matthew Toseland wrote: > On Thursday 13 March 2008 20:01, bbackde at googlemail.com wrote: > > Since I moved my node to another box (no new install), the node always > > creates a directory '.onionnetworks' right in the root directory of my > > C drive (windows). > > The node itself is located on another drive, inside a subdirectory. > > This did not happen on my old computer. > > > > What do I have to adjust to let the node create this directory in the > > node directory? > > https://bugs.freenetproject.org/view.php?id=1092 > https://bugs.freenetproject.org/view.php?id=892 > > _______________________________________________ > 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 > -- __________________________________________________ GnuPG key: (0x48DBFA8A) Keyserver: pgpkeys.pca.dfn.de Fingerprint: 477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A __________________________________________________ From toad at amphibian.dyndns.org Fri Mar 14 14:41:48 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Fri, 14 Mar 2008 14:41:48 +0000 Subject: [freenet-support] 2x memory use on 64-bit system In-Reply-To: References: Message-ID: <200803141441.48987.toad@amphibian.dyndns.org> On Friday 14 March 2008 03:53, Adam Chasen wrote: > I have the exact same hardware environment and similar Linux OS, one > 64bit, the other 32bit. > Is it to be expected for freenet to use ~ double the ram in the 64bit > environment? Well it uses a lot of pointers, so I would expect some increase in memory usage. But Freenet's memory usage is limited by the settings in wrapper.conf (have a look)... > > Thanks, > Adam -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080314/9f525544/attachment.pgp From comradesniper at gmail.com Sun Mar 16 17:32:51 2008 From: comradesniper at gmail.com (Joseph of Internet) Date: Sun, 16 Mar 2008 17:32:51 +0000 Subject: [freenet-support] Process Execution Failed, error installing Message-ID: <102986110803161032h582ca39k2feb799d9f72cccf@mail.gmail.com> Hey, I'm trying to install Freenet on Ubuntu 7.10 with Java 1.6. I am getting the error "Process Execution Failed - continue anyway?" in a popup in the Processing stage of the install. The status text box displays ".: 4: _install_toSource.sh: not found". It will do this for each item it tries to process. I can click next after all the errors, but then Freenet refuses to start. I can find nothing on the internet relating to this problem, I was thinking of filing a bug report. Any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20080316/e6fb5600/attachment.htm From giesbert at exactt.de Mon Mar 17 14:39:45 2008 From: giesbert at exactt.de (Max Giesbert) Date: Mon, 17 Mar 2008 15:39:45 +0100 Subject: [freenet-support] Freenet under Ubuntu Message-ID: <47DE82B1.7010202@exactt.de> I just gave the installation a try but get the following errors in wrapper.log: STATUS | wrapper | 2008/03/17 14:49:55 | --> Wrapper Started as Daemon STATUS | wrapper | 2008/03/17 14:49:55 | Launching a JVM... ERROR | wrapper | 2008/03/17 14:49:55 | Unable to start JVM: No such file or directory (2) ERROR | wrapper | 2008/03/17 14:49:56 | Unable to start a JVM STATUS | wrapper | 2008/03/17 14:49:56 | <-- Wrapper Stopped STATUS | wrapper | 2008/03/17 15:02:31 | --> Wrapper Started as Daemon STATUS | wrapper | 2008/03/17 15:02:31 | Launching a JVM... ERROR | wrapper | 2008/03/17 15:02:32 | JVM exited while loading the application. INFO | jvm 1 | 2008/03/17 15:02:32 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter STATUS | wrapper | 2008/03/17 15:02:36 | Reloading Wrapper configuration... STATUS | wrapper | 2008/03/17 15:02:36 | Launching a JVM... INFO | jvm 2 | 2008/03/17 15:02:36 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter ERROR | wrapper | 2008/03/17 15:02:36 | JVM exited while loading the application. STATUS | wrapper | 2008/03/17 15:02:40 | Reloading Wrapper configuration... STATUS | wrapper | 2008/03/17 15:02:40 | Launching a JVM... INFO | jvm 3 | 2008/03/17 15:02:40 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter ERROR | wrapper | 2008/03/17 15:02:40 | JVM exited while loading the application. STATUS | wrapper | 2008/03/17 15:02:44 | Reloading Wrapper configuration... STATUS | wrapper | 2008/03/17 15:02:44 | Launching a JVM... INFO | jvm 4 | 2008/03/17 15:02:45 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter ERROR | wrapper | 2008/03/17 15:02:45 | JVM exited while loading the application. STATUS | wrapper | 2008/03/17 15:02:49 | Reloading Wrapper configuration... STATUS | wrapper | 2008/03/17 15:02:49 | Launching a JVM... INFO | jvm 5 | 2008/03/17 15:02:49 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter ERROR | wrapper | 2008/03/17 15:02:49 | JVM exited while loading the application. FATAL | wrapper | 2008/03/17 15:02:49 | There were 5 failed launches in a row, each lasting less than 300 seconds. Giving up. FATAL | wrapper | 2008/03/17 15:02:49 | There may be a configuration problem: please check the logs. STATUS | wrapper | 2008/03/17 15:02:49 | <-- Wrapper Stopped STATUS | wrapper | 2008/03/17 15:21:59 | --> Wrapper Started as Daemon STATUS | wrapper | 2008/03/17 15:21:59 | Launching a JVM... ERROR | wrapper | 2008/03/17 15:21:59 | JVM exited while loading the application. INFO | jvm 1 | 2008/03/17 15:21:59 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter STATUS | wrapper | 2008/03/17 15:22:04 | Reloading Wrapper configuration... STATUS | wrapper | 2008/03/17 15:22:04 | Launching a JVM... INFO | jvm 2 | 2008/03/17 15:22:04 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter ERROR | wrapper | 2008/03/17 15:22:04 | JVM exited while loading the application. STATUS | wrapper | 2008/03/17 15:22:08 | Reloading Wrapper configuration... STATUS | wrapper | 2008/03/17 15:22:08 | Launching a JVM... INFO | jvm 3 | 2008/03/17 15:22:08 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter ERROR | wrapper | 2008/03/17 15:22:08 | JVM exited while loading the application. STATUS | wrapper | 2008/03/17 15:22:12 | Reloading Wrapper configuration... STATUS | wrapper | 2008/03/17 15:22:12 | Launching a JVM... INFO | jvm 4 | 2008/03/17 15:22:12 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter ERROR | wrapper | 2008/03/17 15:22:12 | JVM exited while loading the application. STATUS | wrapper | 2008/03/17 15:22:17 | Reloading Wrapper configuration... STATUS | wrapper | 2008/03/17 15:22:17 | Launching a JVM... INFO | jvm 5 | 2008/03/17 15:22:17 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter ERROR | wrapper | 2008/03/17 15:22:17 | JVM exited while loading the application. FATAL | wrapper | 2008/03/17 15:22:17 | There were 5 failed launches in a row, each lasting less than 300 seconds. Giving up. FATAL | wrapper | 2008/03/17 15:22:17 | There may be a configuration problem: please check the logs. STATUS | wrapper | 2008/03/17 15:22:17 | <-- Wrapper Stopped STATUS | wrapper | 2008/03/17 15:23:57 | --> Wrapper Started as Daemon STATUS | wrapper | 2008/03/17 15:23:57 | Launching a JVM... ERROR | wrapper | 2008/03/17 15:23:58 | JVM exited while loading the application. INFO | jvm 1 | 2008/03/17 15:23:58 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter STATUS | wrapper | 2008/03/17 15:24:02 | Reloading Wrapper configuration... STATUS | wrapper | 2008/03/17 15:24:02 | Launching a JVM... ERROR | wrapper | 2008/03/17 15:24:02 | JVM exited while loading the application. INFO | jvm 2 | 2008/03/17 15:24:02 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter STATUS | wrapper | 2008/03/17 15:24:06 | Reloading Wrapper configuration... STATUS | wrapper | 2008/03/17 15:24:06 | Launching a JVM... INFO | jvm 3 | 2008/03/17 15:24:06 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter ERROR | wrapper | 2008/03/17 15:24:06 | JVM exited while loading the application. First I followed: wget http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz cat freenet07.tar.gz | gzip -d | tar xv cd freenet ./run.sh start Java version is: :~/freenet$ java -version java version "1.5.0_13" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05) Java HotSpot(TM) Client VM (build 1.5.0_13-b05, mixed mode, sharing) Ubuntu version is 7.10 server with latest updates installed. Thx for any help Max From toad at amphibian.dyndns.org Mon Mar 17 16:41:48 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Mon, 17 Mar 2008 16:41:48 +0000 Subject: [freenet-support] Process Execution Failed, error installing In-Reply-To: <102986110803161032h582ca39k2feb799d9f72cccf@mail.gmail.com> References: <102986110803161032h582ca39k2feb799d9f72cccf@mail.gmail.com> Message-ID: <200803171641.54386.toad@amphibian.dyndns.org> On Sunday 16 March 2008 17:32, Joseph of Internet wrote: > Hey, I'm trying to install Freenet on Ubuntu 7.10 with Java 1.6. > > I am getting the error "Process Execution Failed - continue anyway?" in a > popup in the Processing stage of the install. > > The status text box displays ".: 4: _install_toSource.sh: not found". It > will do this for each item it tries to process. I can click next after all > the errors, but then Freenet refuses to start. I can find nothing on the > internet relating to this problem, I was thinking of filing a bug report. > Any ideas? There may have been a temporary breakage in the installer over the weekend. Please could you try reinstalling? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080317/c792bdd0/attachment.pgp From freenet-support at david.sowder.com Mon Mar 17 19:23:33 2008 From: freenet-support at david.sowder.com (David Sowder) Date: Mon, 17 Mar 2008 14:23:33 -0500 Subject: [freenet-support] Freenet under Ubuntu In-Reply-To: <47DE82B1.7010202@exactt.de> References: <47DE82B1.7010202@exactt.de> Message-ID: <47DEC535.8030007@david.sowder.com> It looks like your freenet.jar is either missing or corrupt. Perhaps running ./update.sh will fix that up for you. Max Giesbert wrote: > I just gave the installation a try but get the following errors in > wrapper.log: > > STATUS | wrapper | 2008/03/17 14:49:55 | --> Wrapper Started as Daemon > STATUS | wrapper | 2008/03/17 14:49:55 | Launching a JVM... > ERROR | wrapper | 2008/03/17 14:49:55 | Unable to start JVM: No such > file or directory (2) > ERROR | wrapper | 2008/03/17 14:49:56 | Unable to start a JVM > STATUS | wrapper | 2008/03/17 14:49:56 | <-- Wrapper Stopped > STATUS | wrapper | 2008/03/17 15:02:31 | --> Wrapper Started as Daemon > STATUS | wrapper | 2008/03/17 15:02:31 | Launching a JVM... > ERROR | wrapper | 2008/03/17 15:02:32 | JVM exited while loading the > application. > INFO | jvm 1 | 2008/03/17 15:02:32 | Exception in thread "main" > java.lang.NoClassDefFoundError: freenet/node/NodeStarter > STATUS | wrapper | 2008/03/17 15:02:36 | Reloading Wrapper configuration... > STATUS | wrapper | 2008/03/17 15:02:36 | Launching a JVM... > INFO | jvm 2 | 2008/03/17 15:02:36 | Exception in thread "main" > java.lang.NoClassDefFoundError: freenet/node/NodeStarter > ERROR | wrapper | 2008/03/17 15:02:36 | JVM exited while loading the > application. > STATUS | wrapper | 2008/03/17 15:02:40 | Reloading Wrapper configuration... > STATUS | wrapper | 2008/03/17 15:02:40 | Launching a JVM... > INFO | jvm 3 | 2008/03/17 15:02:40 | Exception in thread "main" > java.lang.NoClassDefFoundError: freenet/node/NodeStarter > ERROR | wrapper | 2008/03/17 15:02:40 | JVM exited while loading the > application. > STATUS | wrapper | 2008/03/17 15:02:44 | Reloading Wrapper configuration... > STATUS | wrapper | 2008/03/17 15:02:44 | Launching a JVM... > INFO | jvm 4 | 2008/03/17 15:02:45 | Exception in thread "main" > java.lang.NoClassDefFoundError: freenet/node/NodeStarter > ERROR | wrapper | 2008/03/17 15:02:45 | JVM exited while loading the > application. > STATUS | wrapper | 2008/03/17 15:02:49 | Reloading Wrapper configuration... > STATUS | wrapper | 2008/03/17 15:02:49 | Launching a JVM... > INFO | jvm 5 | 2008/03/17 15:02:49 | Exception in thread "main" > java.lang.NoClassDefFoundError: freenet/node/NodeStarter > ERROR | wrapper | 2008/03/17 15:02:49 | JVM exited while loading the > application. > FATAL | wrapper | 2008/03/17 15:02:49 | There were 5 failed launches > in a row, each lasting less than 300 seconds. Giving up. > FATAL | wrapper | 2008/03/17 15:02:49 | There may be a configuration > problem: please check the logs. > STATUS | wrapper | 2008/03/17 15:02:49 | <-- Wrapper Stopped > STATUS | wrapper | 2008/03/17 15:21:59 | --> Wrapper Started as Daemon > STATUS | wrapper | 2008/03/17 15:21:59 | Launching a JVM... > ERROR | wrapper | 2008/03/17 15:21:59 | JVM exited while loading the > application. > INFO | jvm 1 | 2008/03/17 15:21:59 | Exception in thread "main" > java.lang.NoClassDefFoundError: freenet/node/NodeStarter > STATUS | wrapper | 2008/03/17 15:22:04 | Reloading Wrapper configuration... > STATUS | wrapper | 2008/03/17 15:22:04 | Launching a JVM... > INFO | jvm 2 | 2008/03/17 15:22:04 | Exception in thread "main" > java.lang.NoClassDefFoundError: freenet/node/NodeStarter > ERROR | wrapper | 2008/03/17 15:22:04 | JVM exited while loading the > application. > STATUS | wrapper | 2008/03/17 15:22:08 | Reloading Wrapper configuration... > STATUS | wrapper | 2008/03/17 15:22:08 | Launching a JVM... > INFO | jvm 3 | 2008/03/17 15:22:08 | Exception in thread "main" > java.lang.NoClassDefFoundError: freenet/node/NodeStarter > ERROR | wrapper | 2008/03/17 15:22:08 | JVM exited while loading the > application. > STATUS | wrapper | 2008/03/17 15:22:12 | Reloading Wrapper configuration... > STATUS | wrapper | 2008/03/17 15:22:12 | Launching a JVM... > INFO | jvm 4 | 2008/03/17 15:22:12 | Exception in thread "main" > java.lang.NoClassDefFoundError: freenet/node/NodeStarter > ERROR | wrapper | 2008/03/17 15:22:12 | JVM exited while loading the > application. > STATUS | wrapper | 2008/03/17 15:22:17 | Reloading Wrapper configuration... > STATUS | wrapper | 2008/03/17 15:22:17 | Launching a JVM... > INFO | jvm 5 | 2008/03/17 15:22:17 | Exception in thread "main" > java.lang.NoClassDefFoundError: freenet/node/NodeStarter > ERROR | wrapper | 2008/03/17 15:22:17 | JVM exited while loading the > application. > FATAL | wrapper | 2008/03/17 15:22:17 | There were 5 failed launches > in a row, each lasting less than 300 seconds. Giving up. > FATAL | wrapper | 2008/03/17 15:22:17 | There may be a configuration > problem: please check the logs. > STATUS | wrapper | 2008/03/17 15:22:17 | <-- Wrapper Stopped > STATUS | wrapper | 2008/03/17 15:23:57 | --> Wrapper Started as Daemon > STATUS | wrapper | 2008/03/17 15:23:57 | Launching a JVM... > ERROR | wrapper | 2008/03/17 15:23:58 | JVM exited while loading the > application. > INFO | jvm 1 | 2008/03/17 15:23:58 | Exception in thread "main" > java.lang.NoClassDefFoundError: freenet/node/NodeStarter > STATUS | wrapper | 2008/03/17 15:24:02 | Reloading Wrapper configuration... > STATUS | wrapper | 2008/03/17 15:24:02 | Launching a JVM... > ERROR | wrapper | 2008/03/17 15:24:02 | JVM exited while loading the > application. > INFO | jvm 2 | 2008/03/17 15:24:02 | Exception in thread "main" > java.lang.NoClassDefFoundError: freenet/node/NodeStarter > STATUS | wrapper | 2008/03/17 15:24:06 | Reloading Wrapper configuration... > STATUS | wrapper | 2008/03/17 15:24:06 | Launching a JVM... > INFO | jvm 3 | 2008/03/17 15:24:06 | Exception in thread "main" > java.lang.NoClassDefFoundError: freenet/node/NodeStarter > ERROR | wrapper | 2008/03/17 15:24:06 | JVM exited while loading the > application. > > > First I followed: > > wget http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz > cat freenet07.tar.gz | gzip -d | tar xv > cd freenet > ./run.sh start > > Java version is: > :~/freenet$ java -version > java version "1.5.0_13" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05) > Java HotSpot(TM) Client VM (build 1.5.0_13-b05, mixed mode, sharing) > > Ubuntu version is 7.10 server with latest updates installed. > > Thx for any help > > Max > _______________________________________________ > 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 > From comradesniper at gmail.com Mon Mar 17 19:55:55 2008 From: comradesniper at gmail.com (Joseph of Internet) Date: Mon, 17 Mar 2008 19:55:55 +0000 Subject: [freenet-support] Process Execution Failed, error installing In-Reply-To: <200803171641.54386.toad@amphibian.dyndns.org> References: <102986110803161032h582ca39k2feb799d9f72cccf@mail.gmail.com> <200803171641.54386.toad@amphibian.dyndns.org> Message-ID: <102986110803171255l43ce02ebvd5a1597974b6ac3e@mail.gmail.com> Getting exactly the same error today (monday). On 17/03/2008, Matthew Toseland wrote: > > On Sunday 16 March 2008 17:32, Joseph of Internet wrote: > > Hey, I'm trying to install Freenet on Ubuntu 7.10 with Java 1.6. > > > > I am getting the error "Process Execution Failed - continue anyway?" in > a > > popup in the Processing stage of the install. > > > > The status text box displays ".: 4: _install_toSource.sh: not found". It > > will do this for each item it tries to process. I can click next after > all > > the errors, but then Freenet refuses to start. I can find nothing on the > > internet relating to this problem, I was thinking of filing a bug > report. > > Any ideas? > > > There may have been a temporary breakage in the installer over the > weekend. > Please could you try reinstalling? > > -- - Joseph of Internet -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20080317/70b023c8/attachment.htm From giesbert at exactt.de Tue Mar 18 09:00:27 2008 From: giesbert at exactt.de (Max Giesbert) Date: Tue, 18 Mar 2008 10:00:27 +0100 Subject: [freenet-support] Freenet under Ubuntu In-Reply-To: <47DEC535.8030007@david.sowder.com> References: <47DE82B1.7010202@exactt.de> <47DEC535.8030007@david.sowder.com> Message-ID: <47DF84AB.6040301@exactt.de> after downloading again it worked. thank you! David Sowder schrieb: > It looks like your freenet.jar is either missing or corrupt. Perhaps > running ./update.sh will fix that up for you. > > Max Giesbert wrote: >> I just gave the installation a try but get the following errors in >> wrapper.log: >> >> STATUS | wrapper | 2008/03/17 14:49:55 | --> Wrapper Started as Daemon >> STATUS | wrapper | 2008/03/17 14:49:55 | Launching a JVM... >> ERROR | wrapper | 2008/03/17 14:49:55 | Unable to start JVM: No such >> file or directory (2) >> ERROR | wrapper | 2008/03/17 14:49:56 | Unable to start a JVM >> STATUS | wrapper | 2008/03/17 14:49:56 | <-- Wrapper Stopped >> STATUS | wrapper | 2008/03/17 15:02:31 | --> Wrapper Started as Daemon >> STATUS | wrapper | 2008/03/17 15:02:31 | Launching a JVM... >> ERROR | wrapper | 2008/03/17 15:02:32 | JVM exited while loading the >> application. >> INFO | jvm 1 | 2008/03/17 15:02:32 | Exception in thread "main" >> java.lang.NoClassDefFoundError: freenet/node/NodeStarter >> STATUS | wrapper | 2008/03/17 15:02:36 | Reloading Wrapper configuration... >> STATUS | wrapper | 2008/03/17 15:02:36 | Launching a JVM... >> INFO | jvm 2 | 2008/03/17 15:02:36 | Exception in thread "main" >> java.lang.NoClassDefFoundError: freenet/node/NodeStarter >> ERROR | wrapper | 2008/03/17 15:02:36 | JVM exited while loading the >> application. >> STATUS | wrapper | 2008/03/17 15:02:40 | Reloading Wrapper configuration... >> STATUS | wrapper | 2008/03/17 15:02:40 | Launching a JVM... >> INFO | jvm 3 | 2008/03/17 15:02:40 | Exception in thread "main" >> java.lang.NoClassDefFoundError: freenet/node/NodeStarter >> ERROR | wrapper | 2008/03/17 15:02:40 | JVM exited while loading the >> application. >> STATUS | wrapper | 2008/03/17 15:02:44 | Reloading Wrapper configuration... >> STATUS | wrapper | 2008/03/17 15:02:44 | Launching a JVM... >> INFO | jvm 4 | 2008/03/17 15:02:45 | Exception in thread "main" >> java.lang.NoClassDefFoundError: freenet/node/NodeStarter >> ERROR | wrapper | 2008/03/17 15:02:45 | JVM exited while loading the >> application. >> STATUS | wrapper | 2008/03/17 15:02:49 | Reloading Wrapper configuration... >> STATUS | wrapper | 2008/03/17 15:02:49 | Launching a JVM... >> INFO | jvm 5 | 2008/03/17 15:02:49 | Exception in thread "main" >> java.lang.NoClassDefFoundError: freenet/node/NodeStarter >> ERROR | wrapper | 2008/03/17 15:02:49 | JVM exited while loading the >> application. >> FATAL | wrapper | 2008/03/17 15:02:49 | There were 5 failed launches >> in a row, each lasting less than 300 seconds. Giving up. >> FATAL | wrapper | 2008/03/17 15:02:49 | There may be a configuration >> problem: please check the logs. >> STATUS | wrapper | 2008/03/17 15:02:49 | <-- Wrapper Stopped >> STATUS | wrapper | 2008/03/17 15:21:59 | --> Wrapper Started as Daemon >> STATUS | wrapper | 2008/03/17 15:21:59 | Launching a JVM... >> ERROR | wrapper | 2008/03/17 15:21:59 | JVM exited while loading the >> application. >> INFO | jvm 1 | 2008/03/17 15:21:59 | Exception in thread "main" >> java.lang.NoClassDefFoundError: freenet/node/NodeStarter >> STATUS | wrapper | 2008/03/17 15:22:04 | Reloading Wrapper configuration... >> STATUS | wrapper | 2008/03/17 15:22:04 | Launching a JVM... >> INFO | jvm 2 | 2008/03/17 15:22:04 | Exception in thread "main" >> java.lang.NoClassDefFoundError: freenet/node/NodeStarter >> ERROR | wrapper | 2008/03/17 15:22:04 | JVM exited while loading the >> application. >> STATUS | wrapper | 2008/03/17 15:22:08 | Reloading Wrapper configuration... >> STATUS | wrapper | 2008/03/17 15:22:08 | Launching a JVM... >> INFO | jvm 3 | 2008/03/17 15:22:08 | Exception in thread "main" >> java.lang.NoClassDefFoundError: freenet/node/NodeStarter >> ERROR | wrapper | 2008/03/17 15:22:08 | JVM exited while loading the >> application. >> STATUS | wrapper | 2008/03/17 15:22:12 | Reloading Wrapper configuration... >> STATUS | wrapper | 2008/03/17 15:22:12 | Launching a JVM... >> INFO | jvm 4 | 2008/03/17 15:22:12 | Exception in thread "main" >> java.lang.NoClassDefFoundError: freenet/node/NodeStarter >> ERROR | wrapper | 2008/03/17 15:22:12 | JVM exited while loading the >> application. >> STATUS | wrapper | 2008/03/17 15:22:17 | Reloading Wrapper configuration... >> STATUS | wrapper | 2008/03/17 15:22:17 | Launching a JVM... >> INFO | jvm 5 | 2008/03/17 15:22:17 | Exception in thread "main" >> java.lang.NoClassDefFoundError: freenet/node/NodeStarter >> ERROR | wrapper | 2008/03/17 15:22:17 | JVM exited while loading the >> application. >> FATAL | wrapper | 2008/03/17 15:22:17 | There were 5 failed launches >> in a row, each lasting less than 300 seconds. Giving up. >> FATAL | wrapper | 2008/03/17 15:22:17 | There may be a configuration >> problem: please check the logs. >> STATUS | wrapper | 2008/03/17 15:22:17 | <-- Wrapper Stopped >> STATUS | wrapper | 2008/03/17 15:23:57 | --> Wrapper Started as Daemon >> STATUS | wrapper | 2008/03/17 15:23:57 | Launching a JVM... >> ERROR | wrapper | 2008/03/17 15:23:58 | JVM exited while loading the >> application. >> INFO | jvm 1 | 2008/03/17 15:23:58 | Exception in thread "main" >> java.lang.NoClassDefFoundError: freenet/node/NodeStarter >> STATUS | wrapper | 2008/03/17 15:24:02 | Reloading Wrapper configuration... >> STATUS | wrapper | 2008/03/17 15:24:02 | Launching a JVM... >> ERROR | wrapper | 2008/03/17 15:24:02 | JVM exited while loading the >> application. >> INFO | jvm 2 | 2008/03/17 15:24:02 | Exception in thread "main" >> java.lang.NoClassDefFoundError: freenet/node/NodeStarter >> STATUS | wrapper | 2008/03/17 15:24:06 | Reloading Wrapper configuration... >> STATUS | wrapper | 2008/03/17 15:24:06 | Launching a JVM... >> INFO | jvm 3 | 2008/03/17 15:24:06 | Exception in thread "main" >> java.lang.NoClassDefFoundError: freenet/node/NodeStarter >> ERROR | wrapper | 2008/03/17 15:24:06 | JVM exited while loading the >> application. >> >> >> First I followed: >> >> wget http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz >> cat freenet07.tar.gz | gzip -d | tar xv >> cd freenet >> ./run.sh start >> >> Java version is: >> :~/freenet$ java -version >> java version "1.5.0_13" >> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05) >> Java HotSpot(TM) Client VM (build 1.5.0_13-b05, mixed mode, sharing) >> >> Ubuntu version is 7.10 server with latest updates installed. >> >> Thx for any help >> >> Max >> _______________________________________________ >> 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 >> > > _______________________________________________ > 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 > -- Max Giesbert - exactt technology Schie?st?ttstr. 16 T: +49 17 75 07 53 44 D-80339 M?nchen F: +49 89 1 22 21 97 02 From giesbert at exactt.de Tue Mar 18 09:48:33 2008 From: giesbert at exactt.de (Max Giesbert) Date: Tue, 18 Mar 2008 10:48:33 +0100 Subject: [freenet-support] web-access on headless system Message-ID: <47DF8FF1.2040902@exactt.de> hi, i just installed freenet on a headless system. my problem now is that i can't connect to the web-interface on port 8888 from my remote system. i already tried fiddling with freenet.ini but no success. what options do i have to set? thx max From toad at amphibian.dyndns.org Tue Mar 18 15:44:33 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Tue, 18 Mar 2008 15:44:33 +0000 Subject: [freenet-support] web-access on headless system In-Reply-To: <47DF8FF1.2040902@exactt.de> References: <47DF8FF1.2040902@exactt.de> Message-ID: <200803181544.33687.toad@amphibian.dyndns.org> On Tuesday 18 March 2008 09:48, Max Giesbert wrote: > hi, > > i just installed freenet on a headless system. my problem now is that i > can't connect to the web-interface on port 8888 from my remote system. i > already tried fiddling with freenet.ini but no success. > > what options do i have to set? Either access the node locally, or forward the port (e.g. using ssh). Then: - Go to the config page. - Enable advanced mode. - Go to the fproxy section. - Set the ip address to bind to (e.g. 127.0.0.1,192.168.1.1) - Set the allowed hosts ("Hostnames or IP addresses that are allowed to connect to fproxy"). - Set the hosts allowed full access ("Hosts having full access to FProxy"). - Go back to the top of the page, click on FCP, and do the same for FCP. Obviously you will need to know the PC's IP address and hostmask. Your operating system should tell you this. > > thx > > max -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080318/4d214ce7/attachment.pgp From giesbert at exactt.de Tue Mar 18 16:50:59 2008 From: giesbert at exactt.de (Max Giesbert) Date: Tue, 18 Mar 2008 17:50:59 +0100 Subject: [freenet-support] web-access on headless system In-Reply-To: <200803181544.33687.toad@amphibian.dyndns.org> References: <47DF8FF1.2040902@exactt.de> <200803181544.33687.toad@amphibian.dyndns.org> Message-ID: <47DFF2F3.1000304@exactt.de> Thx for your help. My node is now up and running :-D May I suggest adding something like the following lines to the installation instructions for headless systems: #the old instructions wget http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz cat freenet07.tar.gz | gzip -d | tar xv cd freenet ./run.sh start #followed by If you want to access the web-interface of the headless system from a remote computer do: ./run.sh stop Now modify freenet.ini: nano freenet.ini //alternative: vi freenet.ini Add the remote system's IP address to fproxy.bindTo: e.g. fproxy.bindTo=127.0.0.1,192.168.1.2,0:0:0:0:0:0:0:1 Add the local system's IP address to fcp.allowedHosts: e.g. fproxy.bindTo:fcp.allowedHosts=127.0.0.1,192.168.1.45.0,0:0:0:0:0:0:0:1 or the whole subnet like this: e.g. fproxy.allowedHosts=127.0.0.1,192.168.1.0/255.255.255.0,0:0:0:0:0:0:0:1 Finally start the node again ./run.sh start What do you think? Cheers Max Matthew Toseland schrieb: > On Tuesday 18 March 2008 09:48, Max Giesbert wrote: >> hi, >> >> i just installed freenet on a headless system. my problem now is that i >> can't connect to the web-interface on port 8888 from my remote system. i >> already tried fiddling with freenet.ini but no success. >> >> what options do i have to set? > > Either access the node locally, or forward the port (e.g. using ssh). Then: > - Go to the config page. > - Enable advanced mode. > - Go to the fproxy section. > - Set the ip address to bind to (e.g. 127.0.0.1,192.168.1.1) > - Set the allowed hosts ("Hostnames or IP addresses that are allowed to > connect to fproxy"). > - Set the hosts allowed full access ("Hosts having full access to FProxy"). > - Go back to the top of the page, click on FCP, and do the same for FCP. > > Obviously you will need to know the PC's IP address and hostmask. Your > operating system should tell you this. >> thx >> >> max -- Max Giesbert - exactt technology Schie?st?ttstr. 16 T: +49 17 75 07 53 44 D-80339 M?nchen F: +49 89 1 22 21 97 02 From giesbert at exactt.de Tue Mar 18 16:56:21 2008 From: giesbert at exactt.de (Max Giesbert) Date: Tue, 18 Mar 2008 17:56:21 +0100 Subject: [freenet-support] [Fwd: Re: web-access on headless system] Message-ID: <47DFF435.7000707@exactt.de> Updated version. seems i was a bit too fast last time ;-) Thx for your help. My node is now up and running :-D May I suggest adding something like the following lines to the installation instructions for headless systems: #the old instructions wget http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz cat freenet07.tar.gz | gzip -d | tar xv cd freenet ./run.sh start #followed by If you want to access the web-interface of the headless system from a remote computer do: ./run.sh stop Now modify freenet.ini: nano freenet.ini //alternative: vi freenet.ini Add the remote system's IP address to fproxy.bindTo: e.g. fproxy.bindTo=127.0.0.1,192.168.1.2,0:0:0:0:0:0:0:1 Add the local system's IP address to fproxy.allowedHostsFullAccess e.g. fproxy.allowedHostsFullAccess=127.0.0.1,192.168.1.45.0,0:0:0:0:0:0:0:1 or the whole subnet like this: e.g. fproxy.allowedHostsFullAccess=127.0.0.1,192.168.1.0/255.255.255.0,0:0:0:0:0:0:0:1 Finally start the node again ./run.sh start What do you think? Cheers Max Matthew Toseland schrieb: > On Tuesday 18 March 2008 09:48, Max Giesbert wrote: >> hi, >> >> i just installed freenet on a headless system. my problem now is that i >> can't connect to the web-interface on port 8888 from my remote system. i >> already tried fiddling with freenet.ini but no success. >> >> what options do i have to set? > > Either access the node locally, or forward the port (e.g. using ssh). Then: > - Go to the config page. > - Enable advanced mode. > - Go to the fproxy section. > - Set the ip address to bind to (e.g. 127.0.0.1,192.168.1.1) > - Set the allowed hosts ("Hostnames or IP addresses that are allowed to > connect to fproxy"). > - Set the hosts allowed full access ("Hosts having full access to FProxy"). > - Go back to the top of the page, click on FCP, and do the same for FCP. > > Obviously you will need to know the PC's IP address and hostmask. Your > operating system should tell you this. >> thx >> >> max -- Max Giesbert - exactt technology Schie?st?ttstr. 16 T: +49 17 75 07 53 44 D-80339 M?nchen F: +49 89 1 22 21 97 02 -- Max Giesbert - exactt technology Schie?st?ttstr. 16 T: +49 17 75 07 53 44 D-80339 M?nchen F: +49 89 1 22 21 97 02 From giesbert at exactt.de Tue Mar 18 17:39:36 2008 From: giesbert at exactt.de (Max Giesbert) Date: Tue, 18 Mar 2008 18:39:36 +0100 Subject: [freenet-support] web-access on headless system Message-ID: <47DFFE58.3050601@exactt.de> I just found out that adding to fproxy.allowedHostsFullAccess is not enough and also adding to fproxy.allowedHosts is necessary. Is that right? Anyway, here comes another version... Cheers Max #the old instructions wget http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz cat freenet07.tar.gz | gzip -d | tar xv cd freenet ./run.sh start #followed by If you want to access the web-interface of the headless system from a remote computer do: ./run.sh stop Now modify freenet.ini: nano freenet.ini //alternative: vi freenet.ini Add the remote system's IP address to fproxy.bindTo: e.g. fproxy.bindTo=127.0.0.1,192.168.1.2,0:0:0:0:0:0:0:1 Add the local system's IP address to fproxy.allowedHostsFullAccess and fproxy.allowedHosts e.g. fproxy.allowedHostsFullAccess=127.0.0.1,192.168.1.45.0,0:0:0:0:0:0:0:1 fproxy.allowedHosts=127.0.0.1,192.168.1.45.0,0:0:0:0:0:0:0:1 or the whole subnet like this: e.g. fproxy.allowedHostsFullAccess=127.0.0.1,192.168.1.0/255.255.255.0,0:0:0:0:0:0:0:1 fproxy.allowedHosts=127.0.0.1,192.168.1.0/255.255.255.0,0:0:0:0:0:0:0:1 Finally start the node again ./run.sh start From toad at amphibian.dyndns.org Tue Mar 18 18:17:48 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Tue, 18 Mar 2008 18:17:48 +0000 Subject: [freenet-support] web-access on headless system In-Reply-To: <47DFF2F3.1000304@exactt.de> References: <47DF8FF1.2040902@exactt.de> <200803181544.33687.toad@amphibian.dyndns.org> <47DFF2F3.1000304@exactt.de> Message-ID: <200803181817.48679.toad@amphibian.dyndns.org> Not a bad idea, although many headless systems have web browsers despite not having a GUI. Something similar is in the faq, maybe we could link to that? diff's to the HTML are welcome... On Tuesday 18 March 2008 16:50, Max Giesbert wrote: > Thx for your help. My node is now up and running :-D > > May I suggest adding something like the following lines to the > installation instructions for headless systems: > > #the old instructions > wget http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz > cat freenet07.tar.gz | gzip -d | tar xv > cd freenet > ./run.sh start > > #followed by > > If you want to access the web-interface of the headless system from a > remote computer do: > > ./run.sh stop > > Now modify freenet.ini: > > nano freenet.ini //alternative: vi freenet.ini > > Add the remote system's IP address to fproxy.bindTo: > e.g. fproxy.bindTo=127.0.0.1,192.168.1.2,0:0:0:0:0:0:0:1 > > Add the local system's IP address to fcp.allowedHosts: > e.g. > fproxy.bindTo:fcp.allowedHosts=127.0.0.1,192.168.1.45.0,0:0:0:0:0:0:0:1 > > or the whole subnet like this: > e.g. > fproxy.allowedHosts=127.0.0.1,192.168.1.0/255.255.255.0,0:0:0:0:0:0:0:1 > > Finally start the node again > ./run.sh start > > > What do you think? > > Cheers > > > Max > > Matthew Toseland schrieb: > > On Tuesday 18 March 2008 09:48, Max Giesbert wrote: > >> hi, > >> > >> i just installed freenet on a headless system. my problem now is that i > >> can't connect to the web-interface on port 8888 from my remote system. i > >> already tried fiddling with freenet.ini but no success. > >> > >> what options do i have to set? > > > > Either access the node locally, or forward the port (e.g. using ssh). Then: > > - Go to the config page. > > - Enable advanced mode. > > - Go to the fproxy section. > > - Set the ip address to bind to (e.g. 127.0.0.1,192.168.1.1) > > - Set the allowed hosts ("Hostnames or IP addresses that are allowed to > > connect to fproxy"). > > - Set the hosts allowed full access ("Hosts having full access to FProxy"). > > - Go back to the top of the page, click on FCP, and do the same for FCP. > > > > Obviously you will need to know the PC's IP address and hostmask. Your > > operating system should tell you this. > >> thx > >> > >> max > > -- > Max Giesbert - exactt technology > > Schie?st?ttstr. 16 T: +49 17 75 07 53 44 > D-80339 M?nchen F: +49 89 1 22 21 97 02 > _______________________________________________ > 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 > > -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080318/121e620b/attachment.pgp From depot137 at utanet.at Mon Mar 17 03:30:53 2008 From: depot137 at utanet.at (Wolfgang Jarosch) Date: Mon, 17 Mar 2008 04:30:53 +0100 Subject: [freenet-support] Message: "No access to 127.0.0.1:8888" Message-ID: Windows Vista, Firefox 2.0... The first time wizzard doesn't start. Recent online version of Freenet client. Other websites can be reached. Single user PC, no router. Greetings Wolfgang Jarosch, Austria ___________________________________________________ From toad at amphibian.dyndns.org Wed Mar 19 11:51:40 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Wed, 19 Mar 2008 11:51:40 +0000 Subject: [freenet-support] Message: "No access to 127.0.0.1:8888" In-Reply-To: References: Message-ID: <200803191151.46154.toad@amphibian.dyndns.org> On Monday 17 March 2008 03:30, Wolfgang Jarosch wrote: > Windows Vista, Firefox 2.0... > > The first time wizzard doesn't start. > > Recent online version of Freenet client. > Other websites can be reached. > Single user PC, no router. Could you post your wrapper.log? There should be a file called wrapper.log in the directory you installed the node into. If there isn't, did the install complete successfully? > > Greetings > Wolfgang Jarosch, Austria -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080319/4d5193f6/attachment.pgp From toad at amphibian.dyndns.org Wed Mar 19 12:19:54 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Wed, 19 Mar 2008 12:19:54 +0000 Subject: [freenet-support] Freenet 0.7 build 1124 Message-ID: <200803191219.54844.toad@amphibian.dyndns.org> Freenet 0.7 build 1124 is now available. Please upgrade, it will be mandatory on Friday. Changes include: - Send queued blocks in the order they were queued, rather than in "random" notify order. This should reduce the number of failing block transfers. - Fix a few NullPointerException's, including one in MersenneTwister which was breaking things. - More stats. - Save some threads, tweak some thread priorities. - Automatically delete old .fblob's. - Various work on optimising simulations. - Packet padding changes. - Detect very long waits in a couple of places, rather than waiting forever and waking every 10 seconds. Also nextgens has done significant work on the installer. It now creates a firefox profile for Freenet, with optimised settings and a nonstandard theme, to improve performance for first time users amongst other things. Thanks to: batosai robert nextgens toad -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080319/e430f25f/attachment.pgp From giesbert at exactt.de Wed Mar 19 10:33:52 2008 From: giesbert at exactt.de (Max Giesbert) Date: Wed, 19 Mar 2008 11:33:52 +0100 Subject: [freenet-support] web-access on headless system In-Reply-To: <200803181817.48679.toad@amphibian.dyndns.org> References: <47DF8FF1.2040902@exactt.de> <200803181544.33687.toad@amphibian.dyndns.org> <47DFF2F3.1000304@exactt.de> <200803181817.48679.toad@amphibian.dyndns.org> Message-ID: <47E0EC10.5090904@exactt.de> here come the diffs. first time i am doing them so i don't know if i missed a common parameter or anything... i just did: diff download.html downloadN.html > download.diff so for completeness i attached the htmls as well. cheers max Matthew Toseland schrieb: > Not a bad idea, although many headless systems have web browsers despite not > having a GUI. Something similar is in the faq, maybe we could link to that? > diff's to the HTML are welcome... > > On Tuesday 18 March 2008 16:50, Max Giesbert wrote: >> Thx for your help. My node is now up and running :-D >> >> May I suggest adding something like the following lines to the >> installation instructions for headless systems: >> >> #the old instructions >> wget http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz >> cat freenet07.tar.gz | gzip -d | tar xv >> cd freenet >> ./run.sh start >> >> #followed by >> >> If you want to access the web-interface of the headless system from a >> remote computer do: >> >> ./run.sh stop >> >> Now modify freenet.ini: >> >> nano freenet.ini //alternative: vi freenet.ini >> >> Add the remote system's IP address to fproxy.bindTo: >> e.g. fproxy.bindTo=127.0.0.1,192.168.1.2,0:0:0:0:0:0:0:1 >> >> Add the local system's IP address to fcp.allowedHosts: >> e.g. >> fproxy.bindTo:fcp.allowedHosts=127.0.0.1,192.168.1.45.0,0:0:0:0:0:0:0:1 >> >> or the whole subnet like this: >> e.g. >> fproxy.allowedHosts=127.0.0.1,192.168.1.0/255.255.255.0,0:0:0:0:0:0:0:1 >> >> Finally start the node again >> ./run.sh start >> >> >> What do you think? >> >> Cheers >> >> >> Max >> >> Matthew Toseland schrieb: >>> On Tuesday 18 March 2008 09:48, Max Giesbert wrote: >>>> hi, >>>> >>>> i just installed freenet on a headless system. my problem now is that i >>>> can't connect to the web-interface on port 8888 from my remote system. i >>>> already tried fiddling with freenet.ini but no success. >>>> >>>> what options do i have to set? >>> Either access the node locally, or forward the port (e.g. using ssh). > Then: >>> - Go to the config page. >>> - Enable advanced mode. >>> - Go to the fproxy section. >>> - Set the ip address to bind to (e.g. 127.0.0.1,192.168.1.1) >>> - Set the allowed hosts ("Hostnames or IP addresses that are allowed to >>> connect to fproxy"). >>> - Set the hosts allowed full access ("Hosts having full access to > FProxy"). >>> - Go back to the top of the page, click on FCP, and do the same for FCP. >>> >>> Obviously you will need to know the PC's IP address and hostmask. Your >>> operating system should tell you this. >>>> thx >>>> >>>> max >> -- >> Max Giesbert - exactt technology >> >> Schie?st?ttstr. 16 T: +49 17 75 07 53 44 >> D-80339 M?nchen F: +49 89 1 22 21 97 02 >> _______________________________________________ >> 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 >> >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: download.diff Type: text/x-patch Size: 1057 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080319/dd07d38f/attachment.bin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20080319/dd07d38f/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: faq.diff Type: text/x-patch Size: 872 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080319/dd07d38f/attachment-0001.bin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20080319/dd07d38f/attachment-0001.html From adam at chasen.name Thu Mar 20 08:05:45 2008 From: adam at chasen.name (Adam Chasen) Date: Thu, 20 Mar 2008 10:05:45 +0200 Subject: [freenet-support] 2x memory use on 64-bit system Message-ID: After reviewing the wrapper.conf, it appears to be set to 128mb. On the 64 bit system it was taking almost 4x that amount. Is this common for java on 64bit systems? Adam From toad at amphibian.dyndns.org Thu Mar 20 11:18:08 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Thu, 20 Mar 2008 11:18:08 +0000 Subject: [freenet-support] 2x memory use on 64-bit system In-Reply-To: References: Message-ID: <200803201118.16319.toad@amphibian.dyndns.org> On Thursday 20 March 2008 08:05, Adam Chasen wrote: > After reviewing the wrapper.conf, it appears to be set to 128mb. On > the 64 bit system it was taking almost 4x that amount. Is this common > for java on 64bit systems? It depends how you measure it. On *nix you have VIRT (virtual size), and RSS (resident size). The latter is normally smaller and more accurate. You also have the overhead of the JVM and the wrapper but that is unlikely to be 300MB. > > Adam -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080320/f5b5ac72/attachment.pgp From toad at amphibian.dyndns.org Thu Mar 20 14:21:24 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Thu, 20 Mar 2008 14:21:24 +0000 Subject: [freenet-support] Freenet 0.7 build 1125 Message-ID: <200803201421.29458.toad@amphibian.dyndns.org> Freenet 0.7 build 1125 is available, please upgrade as it will be mandatory on Saturday. There are a couple of major changes: - Transfer backoff. Ordinary backoff was not dealing with transfer failures, we now have a separate mechanism for backoff after a transfer failure. - Split up some SSK messages for increased security against traffic analysis, and for less problems on links with low MTU. - Also, a somewhat significant request bug was fixed (we were timing out when doing a local request, and unlocking the UID, possibly leading to loops and further timeouts). There have also been a number of changes to the website. Please upgrade! Thanks. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080320/126e51c5/attachment.pgp From toad at amphibian.dyndns.org Thu Mar 20 20:15:35 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Thu, 20 Mar 2008 20:15:35 +0000 Subject: [freenet-support] Freenet 0.7 build 1126 Message-ID: <200803202015.40554.toad@amphibian.dyndns.org> Freenet 0.7 build 1126 is now available (sorry). Please upgrade, it will be mandatory on Saturday. This contains a series of bugfixes for the last two builds, relating to the new SSK messages, and the output bandwidth stats (which affect the number of requests the node accepts, so are reasonably important). Thanks. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080320/41ba91f1/attachment.pgp From sheikh.zaid at gmail.com Mon Mar 24 04:20:07 2008 From: sheikh.zaid at gmail.com (Zaid Sheikh) Date: Sun, 23 Mar 2008 21:20:07 -0700 Subject: [freenet-support] Does Freenet work behind proxy? Message-ID: <13f3960b0803232120u5fd0284bsfb3873ad85c20eb@mail.gmail.com> Sir, I am a 2nd year Computer Science student. I have tried to run freenet multiple times but have not succeeded. This is probably because I am behind a proxy server ( I cannot access the internet directly).. I have tried a lot of solutions like Proxifier, etc but Freenet does not run. I am studying a course of distributed systems and I would like to know how Freenet works. I have got the source code but what's the use if I cannot even start Freenet. Please help. Details: Windows XP SP2 Am behinf a proxy server Error: my Freenet node never starts, always an error occurs ( I cannot even access the First-Time wizard). Awaiting a quick reply, Zaid Sheikh India. From giesbert at exactt.de Mon Mar 24 12:19:16 2008 From: giesbert at exactt.de (Max Giesbert) Date: Mon, 24 Mar 2008 13:19:16 +0100 Subject: [freenet-support] Does Freenet work behind proxy? In-Reply-To: <13f3960b0803232120u5fd0284bsfb3873ad85c20eb@mail.gmail.com> References: <13f3960b0803232120u5fd0284bsfb3873ad85c20eb@mail.gmail.com> Message-ID: <47E79C44.10508@exactt.de> Hi Zaid, although I think you might not get freenet to run behind a proxy you should be able to launch the node and access its webpage. You should check the wrapper.log file in your freenet directory for any error messages. You can also post the contents of this file here to make helping you easier. Cheers Max Zaid Sheikh schrieb: > Sir, > > I am a 2nd year Computer Science student. > I have tried to run freenet multiple times but have not succeeded. > This is probably because I am behind a proxy server ( I cannot access > the internet directly).. I have tried a lot of solutions like > Proxifier, etc but Freenet does not run. > I am studying a course of distributed systems and I would like to know > how Freenet works. I have got the source code but what's the use if I > cannot even start Freenet. Please help. > > > Details: > Windows XP SP2 > Am behinf a proxy server > Error: my Freenet node never starts, always an error occurs ( I cannot > even access the First-Time wizard). > > Awaiting a quick reply, > Zaid Sheikh > India. > _______________________________________________ > 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 > -- Max Giesbert - exactt technology Schie?st?ttstr. 16 T: +49 17 75 07 53 44 D-80339 M?nchen F: +49 89 1 22 21 97 02 From toad at amphibian.dyndns.org Mon Mar 24 18:46:02 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Mon, 24 Mar 2008 18:46:02 +0000 Subject: [freenet-support] Does Freenet work behind proxy? In-Reply-To: <13f3960b0803232120u5fd0284bsfb3873ad85c20eb@mail.gmail.com> References: <13f3960b0803232120u5fd0284bsfb3873ad85c20eb@mail.gmail.com> Message-ID: <200803241846.14541.toad@amphibian.dyndns.org> On Monday 24 March 2008 04:20, Zaid Sheikh wrote: > Sir, > > I am a 2nd year Computer Science student. > I have tried to run freenet multiple times but have not succeeded. > This is probably because I am behind a proxy server ( I cannot access > the internet directly).. I have tried a lot of solutions like > Proxifier, etc but Freenet does not run. > I am studying a course of distributed systems and I would like to know > how Freenet works. I have got the source code but what's the use if I > cannot even start Freenet. Please help. There isn't much chance of getting Freenet to work if there is no internet connectivity at all, sorry. Future versions may improve on this through HTTP tunneling transports etc. Strictly you should be able to run it through SOCKS, but only if your SOCKS client and server allow you to send and receive UDP packets. Freenet does not directly support SOCKS, you'll have to find a wrapper program. > > Details: > Windows XP SP2 > Am behinf a proxy server > Error: my Freenet node never starts, always an error occurs ( I cannot > even access the First-Time wizard). Not being able to access the first-time wizard suggests you have other problems. Please could you post us the file called wrapper.log from the directory you installed Freenet into? > > Awaiting a quick reply, > Zaid Sheikh > India. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080324/e5c4e601/attachment.pgp From toad at amphibian.dyndns.org Tue Mar 25 14:15:24 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Tue, 25 Mar 2008 14:15:24 +0000 Subject: [freenet-support] Freenet 0.7 build 1127 Message-ID: <200803251415.29406.toad@amphibian.dyndns.org> Freenet 0.7 build 1127 is now available. It will be mandatory on Thursday. Please upgrade ASAP. This build includes a wide range of bugfixes and one or two new features: - Transport layer fixes related to losing key trackers, resulting in hanging packet throttle - we were no longer able to send data transfers to a peer. - Local request coalescing (don't send two requests for the same key at once). - Various minor locking and supporting changes in the client layer. - Some SSK fixes. - Fix a nasty bug with the cooldown queue causing us to send many many requests for the same key if there was more than one request waiting for it. - Minor changes to ULPRs. - Minor changes to stats. - Localisation and site editions updates. - Hopefully the Ubuntu bug in the installer is fixed. - Other recent commits: Bugfixes in perlFreenet and Thingamablog (alexlehm and dieppe). Thanks to: batosai freespace nextgens toad tommy -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080325/a0278be5/attachment.pgp From toad at amphibian.dyndns.org Tue Mar 25 15:29:04 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Tue, 25 Mar 2008 15:29:04 +0000 Subject: [freenet-support] [freenet-dev] Freenet 0.7 build 1127 In-Reply-To: <200803251415.29406.toad@amphibian.dyndns.org> References: <200803251415.29406.toad@amphibian.dyndns.org> Message-ID: <200803251529.10292.toad@amphibian.dyndns.org> 1128 fixes a couple of serious bugs in 1127. Please upgrade. Sorry folks. On Tuesday 25 March 2008 14:15, Matthew Toseland wrote: > Freenet 0.7 build 1127 is now available. It will be mandatory on Thursday. > Please upgrade ASAP. This build includes a wide range of bugfixes and one or > two new features: > - Transport layer fixes related to losing key trackers, resulting in hanging > packet throttle - we were no longer able to send data transfers to a peer. > - Local request coalescing (don't send two requests for the same key at once). > - Various minor locking and supporting changes in the client layer. > - Some SSK fixes. > - Fix a nasty bug with the cooldown queue causing us to send many many > requests for the same key if there was more than one request waiting for it. > - Minor changes to ULPRs. > - Minor changes to stats. > - Localisation and site editions updates. > - Hopefully the Ubuntu bug in the installer is fixed. > - Other recent commits: Bugfixes in perlFreenet and Thingamablog (alexlehm and > dieppe). > > Thanks to: > batosai > freespace > nextgens > toad > tommy > -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080325/2b415bf2/attachment.pgp From toad at amphibian.dyndns.org Tue Mar 25 19:41:59 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Tue, 25 Mar 2008 19:41:59 +0000 Subject: [freenet-support] [freenet-dev] Help!!!!! In-Reply-To: References: Message-ID: <200803251942.04401.toad@amphibian.dyndns.org> Sorry, I'm the idiot who decided to create a firefox profile. I was simply trying to avoid some major performance issues we have because the default settings are not good for Freenet, and asking users to change them globally also sucks. Freenet has not destroyed any data, it has simply created a second profile. It launches it with -no-remote so it shouldn't be remembered by firefox, but somehow in your instance it was ... what you have to do is open a command line (start, run, type cmd), cd to the directory firefox is installed in, e.g.: cd c:\program files\mozilla firefox Then: firefox -ProfileManager You will then be presented with a list of installed profiles, including one called default and one called freenet. Click on the one called default and then click on the button to start firefox using that profile. Sorry. Matthew Toseland, Chief Developer for Freenet on behalf of Freenet Project Incorporated. PS support at freenetproject.org is usually the right place for these sorts of issues. To CC's: WTF are we going to do about this? On Tuesday 25 March 2008 19:13, Brian Walsh wrote: > I recently decided to try Freenet. Just the act of installing it has > destroyed my internet connectivity. Freenet took over Firefox, wiping out > all of my bookmarks and extensions. I uninstalled Freenet and Firefox will > not start. I have reinstalled Firefox and it still will not start. I > desperatly need Firefox to work on my system. You must have seen this > before, do you know how to fix it? Or has Freenet so thoroughly hosed me > that I need to reinstall my system. Please help if you can, I installed > Freenet in good faith and didn't expect it to so badly harm me. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080325/ef96d135/attachment.pgp From toad at amphibian.dyndns.org Tue Mar 25 20:36:43 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Tue, 25 Mar 2008 20:36:43 +0000 Subject: [freenet-support] [freenet-dev] Help!!!!! In-Reply-To: <200803251942.04401.toad@amphibian.dyndns.org> References: <200803251942.04401.toad@amphibian.dyndns.org> Message-ID: <200803252036.53881.toad@amphibian.dyndns.org> Okay, having investigated this, I'm fairly confident of the current theory: - If a copy of Firefox is already running with the default profile, and we launch a copy with our profile (-no-remote -P ), everything works fine (as long as our copy exits before the default one does). - The default Firefox obviously doesn't have the -no-remote command line option. We do. - If the default profile is NOT running when we load our copy of firefox with our custom profile, when the link to firefox is clicked on, it coalesces with our copy and opens a new window using our profile and not the default profile. Therefore, it appears that the user's firefox has been damaged and we've deleted all their bookmarks etc etc. You can replicate this easily enough: create a custom theme (e.g. by installing freenet), exit all copies of firefox, launch one with "firefox -no-remote -P ", then launch a second copy with just "firefox". The second will assume it is supposed to be an extra window for the first, and will use the custom profile, not the default profile. If however you exit the custom profile first, the second instance will use the default profile. As far as I can see, we have three options: 1. Don't ship a custom firefox theme. Ask users to tweak their firefox theme for better freenet performance, knowing full well that it is a security risk and a waste of bandwidth when accessing the regular web. Anyway, nobody will even if we DO ask them to: people are lazy, and it involves somewhat arcane config setting. 2. Ship a copy of Portable Firefox (~ 6MB), or some other self contained browser. Find some way to auto-update it. 3. Give up and hope people will realise that opening 10 freesites in separate tabs and then trying to get to the stats page isn't a good idea. No, they won't realise this, they'll assume Freenet is broken - our own regular users do this on the IRC channel. Anyone got any better ideas? On Tuesday 25 March 2008 19:41, Matthew Toseland wrote: > Sorry, I'm the idiot who decided to create a firefox profile. I was simply > trying to avoid some major performance issues we have because the default > settings are not good for Freenet, and asking users to change them globally > also sucks. > > Freenet has not destroyed any data, it has simply created a second profile. It > launches it with -no-remote so it shouldn't be remembered by firefox, but > somehow in your instance it was ... what you have to do is open a command > line (start, run, type cmd), cd to the directory firefox is installed in, > e.g.: > cd c:\program files\mozilla firefox > Then: > firefox -ProfileManager > > You will then be presented with a list of installed profiles, including one > called default and one called freenet. Click on the one called default and > then click on the button to start firefox using that profile. > > Sorry. > > Matthew Toseland, > Chief Developer for Freenet on behalf of Freenet Project Incorporated. > > PS support at freenetproject.org is usually the right place for these sorts of > issues. > > To CC's: WTF are we going to do about this? > > On Tuesday 25 March 2008 19:13, Brian Walsh wrote: > > I recently decided to try Freenet. Just the act of installing it has > > destroyed my internet connectivity. Freenet took over Firefox, wiping out > > all of my bookmarks and extensions. I uninstalled Freenet and Firefox will > > not start. I have reinstalled Firefox and it still will not start. I > > desperatly need Firefox to work on my system. You must have seen this > > before, do you know how to fix it? Or has Freenet so thoroughly hosed me > > that I need to reinstall my system. Please help if you can, I installed > > Freenet in good faith and didn't expect it to so badly harm me. > -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080325/82a860ad/attachment.pgp From nextgens at freenetproject.org Wed Mar 26 03:03:18 2008 From: nextgens at freenetproject.org (Florent =?iso-8859-1?Q?Daigni=E8re?=) Date: Wed, 26 Mar 2008 04:03:18 +0100 Subject: [freenet-support] [freenet-dev] Help!!!!! In-Reply-To: <200803251942.04401.toad@amphibian.dyndns.org> References: <200803251942.04401.toad@amphibian.dyndns.org> Message-ID: <20080326030317.GC3524@freenetproject.org> * Matthew Toseland [2008-03-25 19:41:59]: > Sorry, I'm the idiot who decided to create a firefox profile. I was simply > trying to avoid some major performance issues we have because the default > settings are not good for Freenet, and asking users to change them globally > also sucks. > > Freenet has not destroyed any data, it has simply created a second profile. It > launches it with -no-remote so it shouldn't be remembered by firefox, but > somehow in your instance it was ... what you have to do is open a command > line (start, run, type cmd), cd to the directory firefox is installed in, > e.g.: > cd c:\program files\mozilla firefox > Then: > firefox -ProfileManager > > You will then be presented with a list of installed profiles, including one > called default and one called freenet. Click on the one called default and > then click on the button to start firefox using that profile. > > Sorry. > > Matthew Toseland, > Chief Developer for Freenet on behalf of Freenet Project Incorporated. > > PS support at freenetproject.org is usually the right place for these sorts of > issues. > > To CC's: WTF are we going to do about this? First of all ask the user about the exact firefox version he is using and the output of the "about:buildconfig" page. Then determine whether his browser has profiles compiled in or not... If not we would also like to know where he got his browser from. NextGen$ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://emu.freenetproject.org/pipermail/support/attachments/20080326/45975b31/attachment.pgp From mcharters10 at comcast.net Wed Mar 26 17:05:14 2008 From: mcharters10 at comcast.net (Mel Charters) Date: Wed, 26 Mar 2008 10:05:14 -0700 Subject: [freenet-support] [freenet-dev] Help!!!!! In-Reply-To: <20080326030317.GC3524@freenetproject.org> References: <200803251942.04401.toad@amphibian.dyndns.org> <20080326030317.GC3524@freenetproject.org> Message-ID: > >* Matthew Toseland [2008-03-25 19:41:59]: > >> Sorry, I'm the idiot who decided to create a firefox profile. I was simply >> trying to avoid some major performance issues we have because the default >> settings are not good for Freenet, and asking users to change them globally >> also sucks. >> >> Freenet has not destroyed any data, it has simply created a second >>profile. It >> launches it with -no-remote so it shouldn't be remembered by firefox, but >> somehow in your instance it was ... what you have to do is open a command >> line (start, run, type cmd), cd to the directory firefox is installed in, >> e.g.: >> cd c:\program files\mozilla firefox >> Then: >> firefox -ProfileManager >> >> You will then be presented with a list of installed profiles, including one >> called default and one called freenet. Click on the one called default and >> then click on the button to start firefox using that profile. >> >> Sorry. >> >> Matthew Toseland, >> Chief Developer for Freenet on behalf of Freenet Project Incorporated. >> >> PS support at freenetproject.org is usually the right place for these sorts of >> issues. >> >> To CC's: WTF are we going to do about this? > >First of all ask the user about the exact firefox version he is using >and the output of the "about:buildconfig" page. > >Then determine whether his browser has profiles compiled in or not... If >not we would also like to know where he got his browser from. > >NextGen$ I looked in about:buildconfig for my copy of Firefox (the latest, 2.0.0.13) but I don't see anything that looks like a profile in the Firefox Compiler flags: -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fpascal-strings -no-cpp-precomp -fno-common -I/Developer/SDKs/MacOSX10.4u.sdk/Developer/Headers/FlatCarbon; or Configure arguments: --target=i386-apple-darwin8.7.0 --with-macos-sdk=/Developer/SDKs/MacOSX10.4u.sdk --enable-application=browser --enable-update-channel=release --enable-official-branding '--enable-optimize=-O2 -g' --disable-debug --disable-tests --enable-update-packaging --enable-static --disable-shared --enable-svg --enable-canvas? Am I looking in the right places? -- Mel Charters -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20080326/35768e93/attachment.htm From toad at amphibian.dyndns.org Fri Mar 28 18:57:05 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Fri, 28 Mar 2008 18:57:05 +0000 Subject: [freenet-support] Freenet 0.7 build 1129 Message-ID: <200803281857.11051.toad@amphibian.dyndns.org> Freenet 0.7 build 1129 is now available and will be mandatory on Sunday. Please upgrade. Changes include an important stats bug which was causing major problems for some nodes, and a few minor bugs. Also, we have been working on the installer: it now creates a firefox profile customised for Freenet, but when launching the Browse Freenet link it starts up a normal browser first to avoid some problems. Thank you for using Freenet. We will try to release 0.7.0-rc1 next week. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080328/3b357865/attachment.pgp From toad at amphibian.dyndns.org Sat Mar 29 17:48:26 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Sat, 29 Mar 2008 17:48:26 +0000 Subject: [freenet-support] Freenet 0.7 build 1130 Message-ID: <200803291748.34125.toad@amphibian.dyndns.org> Freenet 0.7 build 1130 is now available. Please upgrade. This build fixes various bugs mostly in the client layer, hopefully including the bug that was causing downloads to stall, and including a bug causing bogus collisions on SSKs, which may have harmed Freemail and ARKs. 1130 is mandatory on Monday. Thanks. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080329/ec58f833/attachment.pgp From toad at amphibian.dyndns.org Mon Mar 31 14:57:15 2008 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Mon, 31 Mar 2008 15:57:15 +0100 Subject: [freenet-support] Freenet 0.7.0 release candidate 1 released! Message-ID: <200803311557.15259.toad@amphibian.dyndns.org> Freenet version 0.7 Release Candidate 1 is now available for public testing. Freenet is a global peer-to-peer network designed to allow users to publish and consume information without fear of censorship. To use it, you must download the Freenet software, available for Windows, Mac, Linux and other operating systems. Once you install and run Freenet, your computer will join a global, decentralized P2P network. You will be able to publish and consume information anonymously, either through your web browser, or through a variety of third party applications. Freenet 0.7 is a ground-up rewrite of Freenet. The key user-facing feature in Freenet 0.7 is the ability to operate Freenet in a "darknet" mode, where your Freenet node will only talk to other Freenet users that you trust. This makes it much more difficult for an adversary to discover that you are using Freenet, let alone what you are doing with it. 0.7 also includes significant improvements to both security and performance. Freenet 0.7 RC1 can be downloaded from: http://freenetproject.org/download.html This release would not have been possible without the release of numerous volunteers, and Matthew Toseland, Freenet's full time developer. Matthew's work is funded through donations via our website (as well as a few larger sponsors from time to time). We ask that anyone who can help us to ensure Matthew's continued employment visit our donations page and make a contribution at: http://freenetproject.org/donate.html The Freenet Project is also participating in the Google Summer of Code project this year, if you are interested in joining, please see the Summer of Code site as soon as possible: http://code.google.com/soc/2008/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20080331/ca2eee16/attachment.pgp