From michael at hinespot.net Sun Oct 7 17:19:07 2007 From: michael at hinespot.net (Michael R. Hines) Date: Sun, 07 Oct 2007 13:19:07 -0400 Subject: [freenet-support] hang on install Message-ID: <4709150B.9090703@hinespot.net> I get the following error in logs/freenet-latest.log when trying to go to localhost:8888 for the very first time: Oct 07, 2007 17:15:58:397 (java.lang.Class, SimpleToadletServer$SocketHandler at 835340673, ERROR): Caught error: java.lang.AssertionError handling socket java.lang.AssertionError at freenet.support.HTMLNode.(HTMLNode.java:46) at freenet.support.HTMLNode.(HTMLNode.java:31) at freenet.support.HTMLNode.(HTMLNode.java:58) at freenet.support.HTMLNode.addChild(HTMLNode.java:127) at freenet.support.HTMLNode.addChild(HTMLNode.java:111) at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:94) at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:86) at freenet.clients.http.WelcomeToadlet.handleGet(WelcomeToadlet.java:493) at freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322) at freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432) at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129) (I run Firefox 2.0 with jre 1.5 on fedora7 with the latest Freenet download). The browser just hangs. Nothing happens. White, empty page. Any ideas? -- /* Michael R. Hines http://hinespot.net Live long and prosper... */ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature Url : http://emu.freenetproject.org/pipermail/support/attachments/20071007/c449ad5b/attachment.pgp From michael at hinespot.net Wed Oct 10 12:47:51 2007 From: michael at hinespot.net (Michael R. Hines) Date: Wed, 10 Oct 2007 08:47:51 -0400 Subject: [freenet-support] hang on install In-Reply-To: <4709150B.9090703@hinespot.net> References: <4709150B.9090703@hinespot.net> Message-ID: <470CC9F7.3080403@hinespot.net> Hello? Is anyone else not able to connect to the freenet server like me? - Michael Michael R. Hines wrote: > I get the following error in logs/freenet-latest.log > when trying to go to localhost:8888 for the very first time: > > Oct 07, 2007 17:15:58:397 (java.lang.Class, > SimpleToadletServer$SocketHandler at 835340673, ERROR): Caught error: > java.lang.AssertionError handling socket > java.lang.AssertionError > at freenet.support.HTMLNode.(HTMLNode.java:46) > at freenet.support.HTMLNode.(HTMLNode.java:31) > at freenet.support.HTMLNode.(HTMLNode.java:58) > at freenet.support.HTMLNode.addChild(HTMLNode.java:127) > at freenet.support.HTMLNode.addChild(HTMLNode.java:111) > at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:94) > at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:86) > at freenet.clients.http.WelcomeToadlet.handleGet(WelcomeToadlet.java:493) > at > freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322) > at > freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432) > at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129) > > > (I run Firefox 2.0 with jre 1.5 on fedora7 with the latest Freenet download). > > > The browser just hangs. Nothing happens. White, empty page. > > Any ideas? > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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 -- /* Michael R. Hines http://hinespot.net Live long and prosper... */ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature Url : http://emu.freenetproject.org/pipermail/support/attachments/20071010/10e83190/attachment.pgp From bombe at pterodactylus.net Wed Oct 10 17:08:33 2007 From: bombe at pterodactylus.net (David =?UTF-8?Q?=E2=80=98Bombe=E2=80=99?= Roden) Date: Wed, 10 Oct 2007 19:08:33 +0200 Subject: [freenet-support] hang on install In-Reply-To: <4709150B.9090703@hinespot.net> References: <4709150B.9090703@hinespot.net> Message-ID: <1192036113.7530.95.camel@localhost> On Sun, 2007-10-07 at 13:19 -0400, Michael R. Hines wrote: > java.lang.AssertionError > at freenet.support.HTMLNode.(HTMLNode.java:46) > at freenet.support.HTMLNode.(HTMLNode.java:31) > at freenet.support.HTMLNode.(HTMLNode.java:58) Fixed in r15442. I really wonder why nobody noticed that before. Maybe you're the only one running freenet with assertions enabled. :) Bombe -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://emu.freenetproject.org/pipermail/support/attachments/20071010/b6af40c7/attachment.pgp From michael at hinespot.net Wed Oct 10 17:12:57 2007 From: michael at hinespot.net (Michael R. Hines) Date: Wed, 10 Oct 2007 13:12:57 -0400 Subject: [freenet-support] hang on install In-Reply-To: <1192036113.7530.95.camel@localhost> References: <4709150B.9090703@hinespot.net> <1192036113.7530.95.camel@localhost> Message-ID: <470D0819.7040108@hinespot.net> Oh great. (I didn't change any default options. I just used the new_installer.jar) Can I get it from the website, or do I need check checkout a subversion copy? Thanks! - Michael David ?Bombe? Roden wrote: > On Sun, 2007-10-07 at 13:19 -0400, Michael R. Hines wrote: > >> java.lang.AssertionError >> at freenet.support.HTMLNode.(HTMLNode.java:46) >> at freenet.support.HTMLNode.(HTMLNode.java:31) >> at freenet.support.HTMLNode.(HTMLNode.java:58) > > Fixed in r15442. > > I really wonder why nobody noticed that before. Maybe you're the only > one running freenet with assertions enabled. :) > > > Bombe > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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 -- /* Michael R. Hines http://hinespot.net Live long and prosper... */ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature Url : http://emu.freenetproject.org/pipermail/support/attachments/20071010/e3aae9e2/attachment.pgp From batosai at batosai.net Wed Oct 10 19:49:39 2007 From: batosai at batosai.net (Julien Cornuwel aka batosai) Date: Wed, 10 Oct 2007 21:49:39 +0200 Subject: [freenet-support] hang on install In-Reply-To: <470D0819.7040108@hinespot.net> References: <4709150B.9090703@hinespot.net> <1192036113.7530.95.camel@localhost> <470D0819.7040108@hinespot.net> Message-ID: <470D2CD3.1070805@batosai.net> Michael R. Hines a ?crit : > Oh great. > > (I didn't change any default options. I just used the new_installer.jar) > > Can I get it from the website, or do I need check checkout a subversion copy? > You can download the latest trunk version here : http://downloads.freenetproject.org/alpha/ (pick the one with the biggest number : freenet-rXXXXX-snapshot.jar) and overwrite your freenet.jar with it. Or you can just wait for next release and update manually From Brothrton at aol.com Thu Oct 11 02:45:16 2007 From: Brothrton at aol.com (Brothrton at aol.com) Date: Wed, 10 Oct 2007 22:45:16 EDT Subject: [freenet-support] hang on install Message-ID: Hi, I have tried unsuccessfully to get on to the irc freenode.net server. I am trying to get a node exchanged with someone. Can you help me? Larry Brotherton 3318 Socialville Foster Rd. Maineville, OH ************************************** See what's new at http://www.aol.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20071010/34c6eae2/attachment.htm From michael at hinespot.net Mon Oct 15 03:28:53 2007 From: michael at hinespot.net (Michael R. Hines) Date: Sun, 14 Oct 2007 23:28:53 -0400 Subject: [freenet-support] hang on install In-Reply-To: <470D2CD3.1070805@batosai.net> References: <4709150B.9090703@hinespot.net> <1192036113.7530.95.camel@localhost> <470D0819.7040108@hinespot.net> <470D2CD3.1070805@batosai.net> Message-ID: <4712DE75.2000505@hinespot.net> I upgraded to freenet-r15446 and I'm still getting the error for the server: Oct 15, 2007 03:24:54:675 (java.lang.Class, SimpleToadletServer$SocketHandler at 518848545, ERROR): Caught error: java.lang.AssertionError handling socket java.lang.AssertionError at freenet.support.HTMLNode.(HTMLNode.java:46) at freenet.support.HTMLNode.(HTMLNode.java:31) at freenet.support.HTMLNode.(HTMLNode.java:58) at freenet.support.HTMLNode.addChild(HTMLNode.java:127) at freenet.support.HTMLNode.addChild(HTMLNode.java:111) at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:94) at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:86) at freenet.clients.http.WelcomeToadlet.handleGet(WelcomeToadlet.java:493) at freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322) at freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432) at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129) Can I provide anymore information to help fix this problem? - Michael Julien Cornuwel aka batosai wrote: > Michael R. Hines a ?crit : >> Oh great. >> >> (I didn't change any default options. I just used the new_installer.jar) >> >> Can I get it from the website, or do I need check checkout a subversion copy? >> > > You can download the latest trunk version here : > http://downloads.freenetproject.org/alpha/ (pick the one with the > biggest number : freenet-rXXXXX-snapshot.jar) > and overwrite your freenet.jar with it. > > Or you can just wait for next release and update manually > > _______________________________________________ > 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 -- /* Michael R. Hines http://hinespot.net Live long and prosper... */ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature Url : http://emu.freenetproject.org/pipermail/support/attachments/20071014/88a23f66/attachment.pgp From nsummy at hotmail.com Mon Oct 15 17:40:31 2007 From: nsummy at hotmail.com (Nick Summy) Date: Mon, 15 Oct 2007 12:40:31 -0500 Subject: [freenet-support] uninstall problem in Vista Message-ID: I'm trying to uninstall Freenet in Vista using the Programs and Features section in the Control Panels. I when I hit uninstall I get the following error: "You do not have sufficient access to uninstall Freenet 0.7-a2-pre. Please contact your system administrator" The account I am logged in with is an administrator account. Just to be sure though I logged in as the actual administrator account and still got the same error. Does anyone have any ideas? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20071015/f6e66f7b/attachment.htm From michael at hinespot.net Tue Oct 16 18:09:38 2007 From: michael at hinespot.net (Michael R. Hines) Date: Tue, 16 Oct 2007 14:09:38 -0400 Subject: [freenet-support] (correction) hang on install In-Reply-To: <4712DE75.2000505@hinespot.net> References: <4709150B.9090703@hinespot.net> <1192036113.7530.95.camel@localhost> <470D0819.7040108@hinespot.net> <470D2CD3.1070805@batosai.net> <4712DE75.2000505@hinespot.net> Message-ID: <4714FE62.30802@hinespot.net> Correction. The aforementioned error is wrong. Here's the correct java error: java.lang.IllegalArgumentException: element name is not legal at freenet.support.HTMLNode.(HTMLNode.java:46) at freenet.support.HTMLNode.addChild(HTMLNode.java:130) at freenet.support.HTMLNode.addChild(HTMLNode.java:114) at freenet.support.HTMLNode.addChild(HTMLNode.java:110) at freenet.node.useralerts.MeaningfulNodeNameUserAlert.getHTMLText(MeaningfulNodeNameUserAlert.java:42) at freenet.node.useralerts.UserAlertManager.createAlerts(UserAlertManager.java:94) at freenet.clients.http.WelcomeToadlet.handleGet(WelcomeToadlet.java:515) at freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322) at freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432) at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129) (Again, this is using freenet-r15446) - Michael -- /* Michael R. Hines http://hinespot.net Live long and prosper... */ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature Url : http://emu.freenetproject.org/pipermail/support/attachments/20071016/a1dfc65d/attachment.pgp From ZANOBOLI at libero.it Mon Oct 8 11:11:20 2007 From: ZANOBOLI at libero.it (zanoboli) Date: Mon, 8 Oct 2007 13:11:20 +0200 Subject: [freenet-support] support for use of freenet Message-ID: good morning, I'm not very expert about pc language and I've installed freenet on my pc to preservate my privacy. my pc uses windows xp, but when I run freenet my browser (mozilla firefox) tell me that is not able to open the page. how can I do to make freenet working. please tell me step by step what I have to do and tell me if the use of freenet influences my work and my conctacs. thank you ------------------------------------------------------ Leggi GRATIS le tue mail con il telefonino i-mode? di Wind http://i-mode.wind.it/ From stevenhatfield at mac.com Mon Oct 8 11:40:33 2007 From: stevenhatfield at mac.com (Steven Hatfield) Date: Mon, 8 Oct 2007 07:40:33 -0400 Subject: [freenet-support] Cancel subscription payment Message-ID: Hello, Due to a loss of income from a downsized division, I will no longer be able to donate to the freenet project. Please cancel my subscription, which is under the "steven at knightswood.net" email address. Thanks, Steven Hatfield From beeblebabble at yahoo.com Wed Oct 10 17:10:17 2007 From: beeblebabble at yahoo.com (robert swain) Date: Wed, 10 Oct 2007 10:10:17 -0700 (PDT) Subject: [freenet-support] uninstall Message-ID: <507766.58187.qm@web30903.mail.mud.yahoo.com> How do I uninstall? What do I name this file in order to execute it? :: Ensure we are in freenet's directory @if exist freenet.ini goto ok @echo This script is meant to be used from freenet's root directory! Exiting now @pause @exit 1 :ok @echo Removing freenet's user @net user freenet /delete > NUL @echo Cleaning up registry settings @echo "Registering .fref file extension" @echo Windows Registry Editor Version 5.00 >> fref.reg :: File associations @echo [-HKEY_CLASSES_ROOT\.fref] >> fref.reg @echo [-HKEY_CLASSES_ROOT\fref_auto_file] >> fref.reg :: Entry in add/remove software @echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Freenet 0.7-a2-pre] >> fref.reg :: Freenet user wasn't displayed on the welcome screen @echo [-HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\SpecialAccounts\UserList\freenet] >> fref.reg @regedit /s fref.reg > NUL @del /F fref.reg > NUL @echo Unregistering the service if not exist wrapper-windows-x86-32.exe cd bin @bin\remove_service.bat > NUL @echo Freenet has been uninstalled successfully; Now you can remove the remaining folder safely @pause ____________________________________________________________________________________ Catch up on fall's hot new shows on Yahoo! TV. Watch previews, get listings, and more! http://tv.yahoo.com/collections/3658 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20071010/36b79e54/attachment.htm From ian at freenetproject.org Tue Oct 16 23:24:10 2007 From: ian at freenetproject.org (Ian Clarke) Date: Tue, 16 Oct 2007 18:24:10 -0500 Subject: [freenet-support] Cancel subscription payment In-Reply-To: References: Message-ID: <823242bd0710161624t59405a88sf5d6312da6fb76fb@mail.gmail.com> Steven, I have cancelled your subscription. Sorry for your misfortune, and thanks for your support. Ian. On 10/8/07, Steven Hatfield wrote: > Hello, > > Due to a loss of income from a downsized division, I will no longer > be able to donate to the freenet project. Please cancel my > subscription, which is under the "steven at knightswood.net" email address. > > Thanks, > > Steven Hatfield > _______________________________________________ > 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 > > -- Founder and CEO, Thoof Inc Email: ian at thoof.com Office: +1 512 524 8934 x 100 Cell: +1 512 422 3588 AIM: ian.clarke at mac.com Skype: sanity From toad at amphibian.dyndns.org Tue Oct 16 23:24:19 2007 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Wed, 17 Oct 2007 00:24:19 +0100 Subject: [freenet-support] uninstall problem in Vista In-Reply-To: References: Message-ID: <200710170024.20263.toad@amphibian.dyndns.org> On Monday 15 October 2007 18:40, you wrote: > I'm trying to uninstall Freenet in Vista using the Programs and Features section in the Control Panels. I when I hit uninstall I get the following error: "You do not have sufficient access to uninstall Freenet 0.7-a2-pre. Please contact your system administrator" The account I am logged in with is an administrator account. Just to be sure though I logged in as the actual administrator account and still got the same error. Does anyone have any ideas? Thanks! Vista is presently unsupported by Freenet. However, it is possible that somebody will come up with something. -------------- 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/20071017/4f50a855/attachment.pgp From toad at amphibian.dyndns.org Tue Oct 16 23:25:38 2007 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Wed, 17 Oct 2007 00:25:38 +0100 Subject: [freenet-support] support for use of freenet In-Reply-To: References: Message-ID: <200710170025.38924.toad@amphibian.dyndns.org> On Monday 08 October 2007 12:11, zanoboli wrote: > good morning, I'm not very expert about pc language and I've installed freenet on my pc to preservate my privacy. my pc uses windows xp, but when I run freenet my browser (mozilla firefox) tell me that is not able to open the page. how can I do to make freenet working. please tell me step by step what I have to do and tell me if the use of freenet influences my work and my conctacs. thank you Did it open the page the first time you installed it? Is there a file called wrapper.log in the directory you installed it to? If so, please post it for us. -------------- 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/20071017/64977b9b/attachment.pgp From michael at hinespot.net Thu Oct 18 00:43:21 2007 From: michael at hinespot.net (Michael R. Hines) Date: Wed, 17 Oct 2007 20:43:21 -0400 Subject: [freenet-support] (correction) hang on install In-Reply-To: <4714FE62.30802@hinespot.net> References: <4709150B.9090703@hinespot.net> <1192036113.7530.95.camel@localhost> <470D0819.7040108@hinespot.net> <470D2CD3.1070805@batosai.net> <4712DE75.2000505@hinespot.net> <4714FE62.30802@hinespot.net> Message-ID: <4716AC29.1020006@hinespot.net> I fixed it my self by removing internationalization call from the faulting line. - Michael Michael R. Hines wrote: > Correction. The aforementioned error is wrong. > > Here's the correct java error: > > java.lang.IllegalArgumentException: element name is not legal > at freenet.support.HTMLNode.(HTMLNode.java:46) > at freenet.support.HTMLNode.addChild(HTMLNode.java:130) > at freenet.support.HTMLNode.addChild(HTMLNode.java:114) > at freenet.support.HTMLNode.addChild(HTMLNode.java:110) > at > freenet.node.useralerts.MeaningfulNodeNameUserAlert.getHTMLText(MeaningfulNodeNameUserAlert.java:42) > at > freenet.node.useralerts.UserAlertManager.createAlerts(UserAlertManager.java:94) > at freenet.clients.http.WelcomeToadlet.handleGet(WelcomeToadlet.java:515) > at > freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322) > at > freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432) > at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129) > > (Again, this is using freenet-r15446) > > - Michael > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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 -- /* Michael R. Hines http://hinespot.net Live long and prosper... */ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature Url : http://emu.freenetproject.org/pipermail/support/attachments/20071017/7f7b134c/attachment.pgp From tmink666 at yahoo.com Mon Oct 8 00:51:18 2007 From: tmink666 at yahoo.com (Tammy Mink) Date: Sun, 7 Oct 2007 17:51:18 -0700 (PDT) Subject: [freenet-support] uninstall program Message-ID: <375070.50956.qm@web44810.mail.sp1.yahoo.com> Hi I need your help in uninstalling the freenet p2p program could you please give me a step by step system to do this. I have tried all the methods listed and nothing is working. I realize I am not a computer genius but this is becoming very frustrating. Also when is your uninstall program coming into effect. Thanks in Advance Tammy --------------------------------- Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20071007/f2984980/attachment.htm From shadywaseef at yahoo.com Tue Oct 9 07:58:00 2007 From: shadywaseef at yahoo.com (shady waseef) Date: Tue, 9 Oct 2007 00:58:00 -0700 (PDT) Subject: [freenet-support] (no subject) Message-ID: <11872.62426.qm@web54303.mail.re2.yahoo.com> please how can i uninstall the free net from my pc .. i try many time to remove it and it's not work .. please tell me what is the wrong exuctly thanx for ur care --------------------------------- Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20071009/25a37a6e/attachment.htm From wends2uk at hotmail.co.uk Sun Oct 14 17:22:12 2007 From: wends2uk at hotmail.co.uk (Wendy Cooper) Date: Sun, 14 Oct 2007 18:22:12 +0100 Subject: [freenet-support] (no subject) Message-ID: Please could you help me to uninstall freenet from my computer. the uninstaller is not working and I have followed the instructions by saving the code to Freenet's folder and run it but it hasn't worked. Wendy _________________________________________________________________ 100?s of Music vouchers to be won with MSN Music https://www.musicmashup.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20071014/fb615b6f/attachment.htm From toad at amphibian.dyndns.org Sat Oct 20 14:22:52 2007 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Sat, 20 Oct 2007 15:22:52 +0100 Subject: [freenet-support] uninstall program In-Reply-To: <375070.50956.qm@web44810.mail.sp1.yahoo.com> References: <375070.50956.qm@web44810.mail.sp1.yahoo.com> Message-ID: <200710201522.59991.toad@amphibian.dyndns.org> On Monday 08 October 2007 01:51, Tammy Mink wrote: > Hi > I need your help in uninstalling the freenet p2p program could you please give me a step by step system to do this. I have tried all the methods listed and nothing is working. I realize I am not a computer genius but this is becoming very frustrating. Also when is your uninstall program coming into effect. What have you tried, and what happened? > > Thanks in Advance Tammy -------------- 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/20071020/59309417/attachment.pgp From toad at amphibian.dyndns.org Sat Oct 20 14:24:01 2007 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Sat, 20 Oct 2007 15:24:01 +0100 Subject: [freenet-support] (no subject) In-Reply-To: <11872.62426.qm@web54303.mail.re2.yahoo.com> References: <11872.62426.qm@web54303.mail.re2.yahoo.com> Message-ID: <200710201524.01361.toad@amphibian.dyndns.org> On Tuesday 09 October 2007 08:58, shady waseef wrote: > please how can i uninstall the free net from my pc .. i try many time to remove it and it's not work .. please tell me what is the wrong exuctly Please tell me what you did and what happened. You have tried to follow the instructions on the uninstall page? Did the node get installed in the first place? > thanx for ur care -------------- 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/20071020/eab8e2df/attachment.pgp From toad at amphibian.dyndns.org Sat Oct 20 14:24:27 2007 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Sat, 20 Oct 2007 15:24:27 +0100 Subject: [freenet-support] (no subject) In-Reply-To: References: Message-ID: <200710201524.28640.toad@amphibian.dyndns.org> On Sunday 14 October 2007 18:22, Wendy Cooper wrote: > > Please could you help me to uninstall freenet from my computer. the uninstaller is not working and I have followed the instructions by saving the code to Freenet's folder and run it but it hasn't worked. Well what did it do if it didn't work? > > Wendy -------------- 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/20071020/e5bd81b1/attachment.pgp From mcharters10 at comcast.net Sat Oct 20 15:41:54 2007 From: mcharters10 at comcast.net (Mel Charters) Date: Sat, 20 Oct 2007 08:41:54 -0700 Subject: [freenet-support] support for use of freenet In-Reply-To: <200710170025.38924.toad@amphibian.dyndns.org> References: <200710170025.38924.toad@amphibian.dyndns.org> Message-ID: I saw mention of wrapper.log in a recent message. I looked in my wrapper.log for curiosity. I found a warning that I used version 3.2.0 of wrapper but Freenet assumes version 3.2.3 in wrapper.config, therefore some features may be missing in my installation. I suspect wrapper has not been updated on my system since I was running freenet 0.5 (in 2006). I should say that wrapper.log is the only place that mentioned anything might be wrong with the installation. The home page opens and works properly as far as I can tell. I found the URL for wrapper in wrapper.log and downloaded the 3.2.3 folder for my particular system, OSX 10.4.10. Will you tell me how to update from version 3.2.0 to 3.2.3, or a suitable reference? > >Is there a file called wrapper.log in the directory you installed it to? If >so, please post it for us. TIA, -- Mel Charters From tmpbox at hotmail.com Tue Oct 23 05:38:14 2007 From: tmpbox at hotmail.com (x0r x0r) Date: Tue, 23 Oct 2007 01:38:14 -0400 Subject: [freenet-support] java.io.CharConversionException Message-ID: I'm trying to get first and second indexes on the FProxy homepage: USK at 7H66rhYmxIFgMyw5Dl11JazXGHPhp7dSN7WMa1pbtEo,jQHUQUPTkeRcjmjgrc7t5cDRdDkK3uKkrSzuw5CO9uk,AQACAAE/ENTRY.POINT/36/ USK at zQyF2O1o8B4y40w7Twz8y2I9haW3d2DTlxjTHPu7zc8,h2mhQNNE9aQvF~2yKAmKV1uorr7141-QOroBf5hrlbw,AQACAAE/AnotherIndex/28/ error for first: Internal error: please reportjava.io.CharConversionException at java.io.InputStreamReader.refill(libgcj.so.8rh) at java.io.InputStreamReader.read(libgcj.so.8rh) at java.io.BufferedReader.fill(libgcj.so.8rh) at java.io.BufferedReader.read(libgcj.so.8rh) at freenet.clients.http.filter.HTMLFilter$HTMLParseContext.run(HTMLFilter.java:153) at freenet.clients.http.filter.HTMLFilter.getCharset(HTMLFilter.java:93) at freenet.clients.http.filter.ContentFilter.detectCharset(ContentFilter.java:221) at freenet.clients.http.filter.ContentFilter.filter(ContentFilter.java:168) at freenet.clients.http.FProxyToadlet.handleDownload(FProxyToadlet.java:104) at freenet.clients.http.FProxyToadlet.handleGet(FProxyToadlet.java:375) at freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322) at freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432) at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129) for second: Internal error: please reportjava.io.CharConversionException at gnu.gcj.convert.Input_iconv.read(libgcj.so.8rh) at java.io.InputStreamReader.refill(libgcj.so.8rh) at java.io.InputStreamReader.read(libgcj.so.8rh) at java.io.BufferedReader.fill(libgcj.so.8rh) at java.io.BufferedReader.read(libgcj.so.8rh) at freenet.clients.http.filter.HTMLFilter$HTMLParseContext.run(HTMLFilter.java:153) at freenet.clients.http.filter.HTMLFilter.getCharset(HTMLFilter.java:93) at freenet.clients.http.filter.ContentFilter.detectCharset(ContentFilter.java:227) at freenet.clients.http.filter.ContentFilter.filter(ContentFilter.java:168) at freenet.clients.http.FProxyToadlet.handleDownload(FProxyToadlet.java:104) at freenet.clients.http.FProxyToadlet.handleGet(FProxyToadlet.java:375) at freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322) at freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432) at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129) My node: Node Version Information Freenet 0.7 Build #1065 r15469Freenet-ext Build #17 r14866 JVM Info Used Java memory: 32.3 MiBAllocated Java memory: 42.1 MiBMaximum Java memory: InfinityRunning threads: 59/500Available CPUs: 1JVM Vendor: Free Software Foundation, Inc.JVM Version: 4.1.2 20070502 (Red Hat 4.1.2-12)OS Name: LinuxOS Version: 2.6.21-1.3194.fc7OS Architecture: i386 _________________________________________________________________ Boo!?Scare away worms, viruses and so much more! Try Windows Live OneCare! http://onecare.live.com/standard/en-us/purchase/trial.aspx?s_cid=wl_hotmailnews -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20071023/88a8c4d1/attachment.htm From tmpbox at hotmail.com Tue Oct 23 13:51:12 2007 From: tmpbox at hotmail.com (x0r x0r) Date: Tue, 23 Oct 2007 09:51:12 -0400 Subject: [freenet-support] node.listenPort and iptables Message-ID: Should I add node.listenPort to my iptables to accept incoming packets? I had found only about port forwarding for firewall in the FAQ... _________________________________________________________________ Windows Live Hotmail and Microsoft Office Outlook ? together at last. ?Get it now. http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=CL100626971033 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20071023/0bf22823/attachment.htm From toad at amphibian.dyndns.org Tue Oct 23 16:17:00 2007 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Tue, 23 Oct 2007 17:17:00 +0100 Subject: [freenet-support] java.io.CharConversionException In-Reply-To: References: Message-ID: <200710231717.02167.toad@amphibian.dyndns.org> You are trying to run Freenet under GCJ/GIJ. You should run Freenet under the Sun JVM version 1.4 or later. On Tuesday 23 October 2007 06:38, x0r x0r wrote: > I'm trying to get first and second indexes on the FProxy homepage: > > USK at 7H66rhYmxIFgMyw5Dl11JazXGHPhp7dSN7WMa1pbtEo,jQHUQUPTkeRcjmjgrc7t5cDRdDkK3uKkrSzuw5CO9uk,AQACAAE/ENTRY.POINT/36/ > USK at zQyF2O1o8B4y40w7Twz8y2I9haW3d2DTlxjTHPu7zc8,h2mhQNNE9aQvF~2yKAmKV1uorr7141-QOroBf5hrlbw,AQACAAE/AnotherIndex/28/ > > error for first: > > Internal error: please reportjava.io.CharConversionException > at java.io.InputStreamReader.refill(libgcj.so.8rh) > at java.io.InputStreamReader.read(libgcj.so.8rh) > at java.io.BufferedReader.fill(libgcj.so.8rh) > at java.io.BufferedReader.read(libgcj.so.8rh) > at freenet.clients.http.filter.HTMLFilter$HTMLParseContext.run(HTMLFilter.java:153) > at freenet.clients.http.filter.HTMLFilter.getCharset(HTMLFilter.java:93) > at freenet.clients.http.filter.ContentFilter.detectCharset(ContentFilter.java:221) > at freenet.clients.http.filter.ContentFilter.filter(ContentFilter.java:168) > at freenet.clients.http.FProxyToadlet.handleDownload(FProxyToadlet.java:104) > at freenet.clients.http.FProxyToadlet.handleGet(FProxyToadlet.java:375) > at freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322) > at freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432) > at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129) > > > for second: > > Internal error: please reportjava.io.CharConversionException > at gnu.gcj.convert.Input_iconv.read(libgcj.so.8rh) > at java.io.InputStreamReader.refill(libgcj.so.8rh) > at java.io.InputStreamReader.read(libgcj.so.8rh) > at java.io.BufferedReader.fill(libgcj.so.8rh) > at java.io.BufferedReader.read(libgcj.so.8rh) > at freenet.clients.http.filter.HTMLFilter$HTMLParseContext.run(HTMLFilter.java:153) > at freenet.clients.http.filter.HTMLFilter.getCharset(HTMLFilter.java:93) > at freenet.clients.http.filter.ContentFilter.detectCharset(ContentFilter.java:227) > at freenet.clients.http.filter.ContentFilter.filter(ContentFilter.java:168) > at freenet.clients.http.FProxyToadlet.handleDownload(FProxyToadlet.java:104) > at freenet.clients.http.FProxyToadlet.handleGet(FProxyToadlet.java:375) > at freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322) > at freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432) > at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129) > > > My node: > > > > Node Version Information > > Freenet 0.7 Build #1065 r15469Freenet-ext Build #17 r14866 > > > > JVM Info > > Used Java memory: 32.3 MiBAllocated Java memory: 42.1 MiBMaximum Java memory: InfinityRunning threads: 59/500Available CPUs: 1JVM Vendor: Free Software Foundation, Inc.JVM Version: 4.1.2 20070502 (Red Hat 4.1.2-12)OS Name: LinuxOS Version: 2.6.21-1.3194.fc7OS Architecture: i386 > > > _________________________________________________________________ > Boo!?Scare away worms, viruses and so much more! Try Windows Live OneCare! > http://onecare.live.com/standard/en-us/purchase/trial.aspx?s_cid=wl_hotmailnews -------------- 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/20071023/2c75812e/attachment.pgp From harrisonts at gmail.com Tue Oct 23 01:07:31 2007 From: harrisonts at gmail.com (Harrison Smith) Date: Mon, 22 Oct 2007 18:07:31 -0700 Subject: [freenet-support] Daemon crashes when left idle Message-ID: <1193101651.8734.15.camel@mojave> If I don't use FProxy or Frost for a few days, the Freenet daemon is often not running when I try to use it again. This has been a problem ever since I started using Freenet, and the logs don't provide any big clues. Sometimes I can leave the daemon unattended for days, and it is still running when I return, but it can crash within 48 hours of being left alone. I can provide logs, but I don't know which sections are relevant. thanks, ?Harrison From toad at amphibian.dyndns.org Tue Oct 23 16:50:38 2007 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Tue, 23 Oct 2007 17:50:38 +0100 Subject: [freenet-support] Daemon crashes when left idle In-Reply-To: <1193101651.8734.15.camel@mojave> References: <1193101651.8734.15.camel@mojave> Message-ID: <200710231750.40735.toad@amphibian.dyndns.org> Please provide us your wrapper.log. What platform are you running the node on? On Tuesday 23 October 2007 02:07, Harrison Smith wrote: > If I don't use FProxy or Frost for a few days, the Freenet daemon is > often not running when I try to use it again. This has been a problem > ever since I started using Freenet, and the logs don't provide any big > clues. Sometimes I can leave the daemon unattended for days, and it is > still running when I return, but it can crash within 48 hours of being > left alone. I can provide logs, but I don't know which sections are > relevant. > > thanks, ?Harrison -------------- 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/20071023/8073e96c/attachment.pgp From toad at amphibian.dyndns.org Tue Oct 23 17:05:17 2007 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Tue, 23 Oct 2007 18:05:17 +0100 Subject: [freenet-support] Freenet 0.7 build 1066 Message-ID: <200710231805.23257.toad@amphibian.dyndns.org> Freenet 0.7 build 1066 is available. It will be mandatory on the 30th of October. It includes some fairly large changes including: - Merge of JFK, a Summer of Code project to implement a new, better link encryption setup protocol (we were using a form of STS). - The opennet peers limit takes into account connected darknet peers, so as you get more Friends you will lose Strangers. - Fix a bug that caused the node to stop accepting requests after incoming inserts got stuck. - Faster IP detection through plugins, and some other plugin fixes. - Move the datastore to a subdirectory so that it is easier to move it. - Updates to translations. Thanks to all contributors! (nextgens, toad, bombe, kryptos, Michael Tanzer, batosai and SpanishGuy). -------------- 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/20071023/65144ffe/attachment.pgp From toad at amphibian.dyndns.org Tue Oct 23 17:33:02 2007 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Tue, 23 Oct 2007 18:33:02 +0100 Subject: [freenet-support] Freenet 0.7 build 1067 In-Reply-To: <200710231805.23257.toad@amphibian.dyndns.org> References: <200710231805.23257.toad@amphibian.dyndns.org> Message-ID: <200710231833.10050.toad@amphibian.dyndns.org> 1067 fixes a stupid bug in 1066. Sorry folks. Upgrade to 1067. On Tuesday 23 October 2007 18:05, Matthew Toseland wrote: > Freenet 0.7 build 1066 is available. It will be mandatory on the 30th of > October. It includes some fairly large changes including: > - Merge of JFK, a Summer of Code project to implement a new, better link > encryption setup protocol (we were using a form of STS). > - The opennet peers limit takes into account connected darknet peers, so as > you get more Friends you will lose Strangers. > - Fix a bug that caused the node to stop accepting requests after incoming > inserts got stuck. > - Faster IP detection through plugins, and some other plugin fixes. > - Move the datastore to a subdirectory so that it is easier to move it. > - Updates to translations. > Thanks to all contributors! (nextgens, toad, bombe, kryptos, Michael Tanzer, > batosai and SpanishGuy). -------------- 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/20071023/aff1d52c/attachment.pgp From harrisonts at gmail.com Wed Oct 24 03:41:00 2007 From: harrisonts at gmail.com (Harrison Smith) Date: Tue, 23 Oct 2007 20:41:00 -0700 Subject: [freenet-support] Daemon crashes when left idle In-Reply-To: <200710231750.40735.toad@amphibian.dyndns.org> References: <1193101651.8734.15.camel@mojave> <200710231750.40735.toad@amphibian.dyndns.org> Message-ID: <1193197261.8481.5.camel@mojave> On Tue, 2007-10-23 at 17:50 +0100, Matthew Toseland wrote: > Please provide us your wrapper.log. What platform are you running the node on? > > On Tuesday 23 October 2007 02:07, Harrison Smith wrote: > > If I don't use FProxy or Frost for a few days, the Freenet daemon is > > often not running when I try to use it again. This has been a problem > > ever since I started using Freenet, and the logs don't provide any big > > clues. Sometimes I can leave the daemon unattended for days, and it is > > still running when I return, but it can crash within 48 hours of being > > left alone. I can provide logs, but I don't know which sections are > > relevant. wrapper.log attached. I'm running Sun Java 1.6.0 on Debian Linux, i686. -------------- next part -------------- A non-text attachment was scrubbed... Name: wrapper.log Type: text/x-log Size: 279156 bytes Desc: not available Url : http://emu.freenetproject.org/pipermail/support/attachments/20071023/a21b6276/attachment.bin From nobody at firenze.linux.it Wed Oct 24 05:00:25 2007 From: nobody at firenze.linux.it ([Anon] Anon User) Date: Wed, 24 Oct 2007 07:00:25 +0200 (CEST) Subject: [freenet-support] Freenet 0.7 build 1066 Message-ID: <20071024050025.510973C23B8@mail.firenze.linux.it> This is a Type III anonymous message, sent to you by the F.L.U.G. (Firenze Linux User Group) mixminion server at firenze.linux.it. If you do not want to receive anonymous messages, please contact antani- admin at firenze.linux.it. For more information about anonymity, see https://remailer.firenze.linux.it or https://e-privacy.firenze.linux.it. -----BEGIN TYPE III ANONYMOUS MESSAGE----- Message-type: plaintext In Matthew Toseland wrote: >Freenet 0.7 build 1066 is available. It will be mandatory on the 30th of >October. It includes some fairly large changes including: >- Merge of JFK, a Summer of Code project to implement a new, better link >encryption setup protocol (we were using a form of STS). >- The opennet peers limit takes into account connected darknet peers, so as >you get more Friends you will lose Strangers. Could "opennet peers limit" be made configurable in freenet.ini/conf? Thanks -----END TYPE III ANONYMOUS MESSAGE----- From toad at amphibian.dyndns.org Wed Oct 24 16:22:13 2007 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Wed, 24 Oct 2007 17:22:13 +0100 Subject: [freenet-support] Freenet 0.7 build 1066 In-Reply-To: <20071024050025.510973C23B8@mail.firenze.linux.it> References: <20071024050025.510973C23B8@mail.firenze.linux.it> Message-ID: <200710241722.22886.toad@amphibian.dyndns.org> Maybe. What would the benefit be? Isn't it a good thing to have a fairly homogenous topology, rather than automatically creating ubernodes? On Wednesday 24 October 2007 06:00, [Anon] Anon User wrote: > > In Matthew Toseland wrote: > >Freenet 0.7 build 1066 is available. It will be mandatory on the 30th of > >October. It includes some fairly large changes including: > >- Merge of JFK, a Summer of Code project to implement a new, better link > >encryption setup protocol (we were using a form of STS). > >- The opennet peers limit takes into account connected darknet peers, so as > >you get more Friends you will lose Strangers. > > > Could "opennet peers limit" be made configurable in freenet.ini/conf? > > 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/20071024/3ab3681b/attachment.pgp From juugcatm at juug.net Wed Oct 24 16:26:15 2007 From: juugcatm at juug.net (Derek Adams) Date: Wed, 24 Oct 2007 09:26:15 -0700 Subject: [freenet-support] Freenet 0.7 build 1066 In-Reply-To: <200710241722.22886.toad@amphibian.dyndns.org> References: <20071024050025.510973C23B8@mail.firenze.linux.it> <200710241722.22886.toad@amphibian.dyndns.org> Message-ID: <471F7227.7040503@juug.net> I'm currently running a node on a 10Mbit trunk w/ 10G of cache space. Do you think it would be beneficial for those of us who have the resources available to contribute them, even if it does result in ubernodes? -Derek Matthew Toseland wrote: > Maybe. What would the benefit be? Isn't it a good thing to have a fairly > homogenous topology, rather than automatically creating ubernodes? > > On Wednesday 24 October 2007 06:00, [Anon] Anon User wrote: > >> In Matthew Toseland wrote: >> >>> Freenet 0.7 build 1066 is available. It will be mandatory on the 30th of >>> October. It includes some fairly large changes including: >>> - Merge of JFK, a Summer of Code project to implement a new, better link >>> encryption setup protocol (we were using a form of STS). >>> - The opennet peers limit takes into account connected darknet peers, so as >>> you get more Friends you will lose Strangers. >>> >> Could "opennet peers limit" be made configurable in freenet.ini/conf? >> >> Thanks >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> 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 toad at amphibian.dyndns.org Wed Oct 24 17:06:31 2007 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Wed, 24 Oct 2007 18:06:31 +0100 Subject: [freenet-support] Freenet 0.7 build 1069 with some security fixes Message-ID: <200710241806.36887.toad@amphibian.dyndns.org> Freenet 0.7 build 1069 is now available. Please upgrade. This includes a fix to a weak keys issue in our Diffie-Hellman code (including STS and JFK), which apparently also affected Freenet 0.5 (we are not going to fix it in 0.5 as 0.5 is unmaintained, but if you want to send us a patch we will apply it), which allowed man-in-the-middle attacks to break our link encryption. Tor fixed a similar issue in 2005. Apologies for not fixing this earlier, I had thought it was a less serious vulnerability. 1069 also contains a few fixes to the new connection crypto setup code, fixes a rare NPE on startup, and another one caused when trying to insert a nonexistent directory via FCP. Thanks for using Freenet, please report any bugs you find. This build will be mandatory on the 30th of October. Builds 1067 and 1068 contained fixes to the new crypto code in 1066, if you are curious. Sorry. Also, Freemail has been pluginised, and apparently works, although it has many issues. If you want to try it, load it by typing Freemail* (or Freemail# if you don't want it downloaded on every startup) into the load a plugin box. -------------- 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/20071024/9dd6c356/attachment.pgp From toad at amphibian.dyndns.org Wed Oct 24 17:22:26 2007 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Wed, 24 Oct 2007 18:22:26 +0100 Subject: [freenet-support] Daemon crashes when left idle In-Reply-To: <1193197261.8481.5.camel@mojave> References: <1193101651.8734.15.camel@mojave> <200710231750.40735.toad@amphibian.dyndns.org> <1193197261.8481.5.camel@mojave> Message-ID: <200710241822.39927.toad@amphibian.dyndns.org> On Wednesday 24 October 2007 04:41, Harrison Smith wrote: > On Tue, 2007-10-23 at 17:50 +0100, Matthew Toseland wrote: > > Please provide us your wrapper.log. What platform are you running the node on? > > > > On Tuesday 23 October 2007 02:07, Harrison Smith wrote: > > > If I don't use FProxy or Frost for a few days, the Freenet daemon is > > > often not running when I try to use it again. This has been a problem > > > ever since I started using Freenet, and the logs don't provide any big > > > clues. Sometimes I can leave the daemon unattended for days, and it is > > > still running when I return, but it can crash within 48 hours of being > > > left alone. I can provide logs, but I don't know which sections are > > > relevant. > > wrapper.log attached. I'm running Sun Java 1.6.0 on Debian Linux, i686. > Nothing obvious. Are you sure it was actually down? Or was it just non-responsive? -------------- 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/20071024/2d0436ef/attachment.pgp From nobody at firenze.linux.it Wed Oct 24 17:55:20 2007 From: nobody at firenze.linux.it ([Anon] Anon User) Date: Wed, 24 Oct 2007 19:55:20 +0200 (CEST) Subject: [freenet-support] Freenet 0.7 build 1066 References: <20071024050025.510973C23B8@mail.firenze.linux.it> Message-ID: <20071024175520.287973C253A@mail.firenze.linux.it> This is a Type III anonymous message, sent to you by the F.L.U.G. (Firenze Linux User Group) mixminion server at firenze.linux.it. If you do not want to receive anonymous messages, please contact antani- admin at firenze.linux.it. For more information about anonymity, see https://remailer.firenze.linux.it or https://e-privacy.firenze.linux.it. -----BEGIN TYPE III ANONYMOUS MESSAGE----- Message-type: plaintext In Matthew Toseland wrote: >Maybe. What would the benefit be? Isn't it a good thing to have a fairly >homogenous topology, rather than automatically creating ubernodes? Not interested in an "ubernode", just that there are times I would like to reduce the limit from the default 20 to 5 or 10 (sometimes even 2 or 3) and then raise it back up when I'm not using the machine for something else. >On Wednesday 24 October 2007 06:00, [Anon] Anon User wrote: >> >> In Matthew Toseland wrote: >> >Freenet 0.7 build 1066 is available. It will be mandatory on the 30th of >> >October. It includes some fairly large changes including: >> >- Merge of JFK, a Summer of Code project to implement a new, better link >> >encryption setup protocol (we were using a form of STS). >> >- The opennet peers limit takes into account connected darknet peers, so as >> >you get more Friends you will lose Strangers. >> >> >> Could "opennet peers limit" be made configurable in freenet.ini/conf? >> >> Thanks -----END TYPE III ANONYMOUS MESSAGE----- From toad at amphibian.dyndns.org Fri Oct 26 18:30:13 2007 From: toad at amphibian.dyndns.org (Matthew Toseland) Date: Fri, 26 Oct 2007 19:30:13 +0100 Subject: [freenet-support] Freenet 0.7 build 1070 Message-ID: <200710261930.18702.toad@amphibian.dyndns.org> Freenet 0.7 build 1070 is now available. It will be mandatory on tuesday. Main changes: - A new way to transfer opennet noderefs for path folding, with a significant security benefit against traffic analysis. Currently we support both the new and old formats, but the next build after this is mandatory will remove the support for the old insecure ref exchange format. - Lots of internal code cleanups around opennet. - Some changes to message coalescing, should slightly improve efficiency of using connections and security against traffic analysis. - Remove the choose-which-networks-to-allow-access code from the first time wizard. Most people don't use this and it produces bad settings which will cause the node to fail to start up when your IP address changes. Please upgrade! Please test the new build, and report any bugs you find. Thank you for using 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/20071026/ad9f2c85/attachment.pgp From bombe at pterodactylus.net Sat Oct 27 15:23:48 2007 From: bombe at pterodactylus.net (David =?UTF-8?Q?=E2=80=98Bombe=E2=80=99?= Roden) Date: Sat, 27 Oct 2007 17:23:48 +0200 Subject: [freenet-support] (correction) hang on install In-Reply-To: <4716AC29.1020006@hinespot.net> References: <4709150B.9090703@hinespot.net> <1192036113.7530.95.camel@localhost> <470D0819.7040108@hinespot.net> <470D2CD3.1070805@batosai.net> <4712DE75.2000505@hinespot.net> <4714FE62.30802@hinespot.net> <4716AC29.1020006@hinespot.net> Message-ID: <1193498628.5971.13.camel@localhost> On Wed, 2007-10-17 at 20:43 -0400, Michael R. Hines wrote: > I fixed it my self by removing internationalization call from the faulting line. The l10n call never was the problem, that call was missing the name of the HTML node (which should have been "#"). Fixed in more recent versions, sorry for the late reply. :) David -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://emu.freenetproject.org/pipermail/support/attachments/20071027/5b873e2d/attachment.pgp From michael at hinespot.net Sat Oct 27 18:14:39 2007 From: michael at hinespot.net (Michael R. Hines) Date: Sat, 27 Oct 2007 14:14:39 -0400 Subject: [freenet-support] (correction) hang on install In-Reply-To: <1193498628.5971.13.camel@localhost> References: <4709150B.9090703@hinespot.net> <1192036113.7530.95.camel@localhost> <470D0819.7040108@hinespot.net> <470D2CD3.1070805@batosai.net> <4712DE75.2000505@hinespot.net> <4714FE62.30802@hinespot.net> <4716AC29.1020006@hinespot.net> <1193498628.5971.13.camel@localhost> Message-ID: <4723800F.2070903@hinespot.net> No problem. I appreciate your help =) - Michael David ?Bombe? Roden wrote: > On Wed, 2007-10-17 at 20:43 -0400, Michael R. Hines wrote: > >> I fixed it my self by removing internationalization call from the faulting line. >> > > The l10n call never was the problem, that call was missing the name of > the HTML node (which should have been "#"). Fixed in more recent > versions, sorry for the late reply. :) > > > David > > From harrisonts at gmail.com Tue Oct 30 02:19:46 2007 From: harrisonts at gmail.com (Harrison Smith) Date: Mon, 29 Oct 2007 19:19:46 -0700 Subject: [freenet-support] Daemon crashes when left idle In-Reply-To: <200710241822.39927.toad@amphibian.dyndns.org> References: <1193101651.8734.15.camel@mojave> <200710231750.40735.toad@amphibian.dyndns.org> <1193197261.8481.5.camel@mojave> <200710241822.39927.toad@amphibian.dyndns.org> Message-ID: <1193710786.10265.6.camel@mojave> On Wed, 2007-10-24 at 18:22 +0100, Matthew Toseland wrote: > On Wednesday 24 October 2007 04:41, Harrison Smith wrote: > > > > wrapper.log attached. I'm running Sun Java 1.6.0 on Debian Linux, i686. > > > Nothing obvious. Are you sure it was actually down? Or was it just > non-responsive? Actually I've learned that my folks have been hard-rebooting my server when they have Internet issues, so this is most likely the explanation for this problem. From b41885 at yahoo.com Wed Oct 31 20:51:35 2007 From: b41885 at yahoo.com (its me) Date: Wed, 31 Oct 2007 13:51:35 -0700 (PDT) Subject: [freenet-support] does freenet slow down the computer Message-ID: <969809.76913.qm@web81806.mail.mud.yahoo.com> After I installed freenet, when the computer is idle, it is sending out 56338 packets and receiving 139442 packets even when no program is running. Is this activity all from freenet and if so, is that why my computer is very slow when I am trying to browse regular pages on the internet ? thanks for any help you can provide Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emu.freenetproject.org/pipermail/support/attachments/20071031/4e47aca3/attachment.htm From malkus at iki.fi Fri Oct 26 11:17:11 2007 From: malkus at iki.fi (Malkus Lindroos) Date: Fri, 26 Oct 2007 14:17:11 +0300 Subject: [freenet-support] Freenet 0.7 build 1066 In-Reply-To: <200710241722.22886.toad@amphibian.dyndns.org> References: <20071024050025.510973C23B8@mail.firenze.linux.it> <200710241722.22886.toad@amphibian.dyndns.org> Message-ID: <4721CCB7.8000207@iki.fi> Matthew Toseland wrote: > Maybe. What would the benefit be? Isn't it a good thing to have a fairly > homogenous topology, rather than automatically creating ubernodes? > It would enable a node to be connected to both nets at the same time effectively (about 30 connections each). These kinds of "bridge" nodes would be useful for transferring data between the networks. The changes in 1066 reduced the transfer rates of my current nodecluster from about 100 kB/node (long run) to only about 60 kB/node and disconnected them completely from opennet - i.e. my nodes offer currently no entry point to the network through opennet. Not aiming at supernodes, but seems that a reasonable amount of connections would be around 100 in total for these nodes, none of the nodes were loaded more than 20% even with 1065. Perhaps the optimal solution would be identifying in some way that the bottleneck for the node is its number of connections, and in these cases increase the maximum number of connections. And maybe the ubernodes are not so bad for the network if there are enough of those, say around 10% of the total node population. Alternatively, if you want to keep the number of connections down no matter what, a code that would allow the nodes on fast network connections and with loads of power to network explicitly among themselves - e.g. an option to categorize nodes based on their bandwith limits and assign a number of slots to nodes in a very fast category could help the problem of underloading fast systems. I am also inclined to believe that having a bunch of variable connections in addition to more stable ones makes breaking anonymity more difficult. Also a higher number of connections would make efforts to take control of the IP's connected more difficult. Cracking 10 freenet node running machines is easier than cracking 100, and cracking 50 stable and 50 constantly changing is already rather impossible. -- ---------------------------------------------------- Malkus Lindroos > On Wednesday 24 October 2007 06:00, [Anon] Anon User wrote: > >> In Matthew Toseland wrote: >> >>> Freenet 0.7 build 1066 is available. It will be mandatory on the 30th of >>> October. It includes some fairly large changes including: >>> - Merge of JFK, a Summer of Code project to implement a new, better link >>> encryption setup protocol (we were using a form of STS). >>> - The opennet peers limit takes into account connected darknet peers, so as >>> you get more Friends you will lose Strangers. >>> >> Could "opennet peers limit" be made configurable in freenet.ini/conf? >> >> Thanks >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> 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