[freenet-support] freenet fails to run

2009-06-19 Thread Egbert van der Meer
Yes my node connects to other nodes.
In the attachment you will find my wrapper log.
Hope you can find anomalies.
Thanks
E.van der Meer.
-- next part --
An HTML attachment was scrubbed...
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20090619/c938671f/attachment.html>
-- next part --
An embedded and charset-unspecified text was scrubbed...
Name: wrapper.log
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20090619/c938671f/attachment.ksh>


Re: [freenet-support] Freenet will not start on OS X - problem with wrapper-macosx-universal-32?

2009-06-19 Thread steve
Hi, if you still have a copy of freenet installed you can fix it like this:

Replace the run.sh script in /Applications/Freenet/ with the one attached to
this message, it includes the fix that should be going out in the installer
shortly.

If you have any problems let us know.


On Wed, Jun 17, 2009 at 1:16 PM, m8 R m8r-sp1...@mailinator.com wrote:

 Good Morning All,

 I'm having a problem getting Freenet to start on my G5 OSX PPC machine.
 Appologies if I don't provide enough information, I'm happy to send what I
 can if more information is requested.

 So far:

 I initally downloaded the freenet installer from the freenet project (
 http://checksums.freenetproject.org/latest/freenet.jnlp) and it (appeared)
 to successfully install freenet into my Applications directory, which is its
 default. After the install, a browser window to http://127.0.0.1:opened, 
 but Firefox said it failed to connect to a server. I gave it a
 minute, and tried the URL again. Still nothing.

 After several retries of browsing to the freenet server URL, I checked my
 Console and saw an error log had been generated:

 ===
 6/17/09 7:57:01 AM ReportCrash[449] Formulating crash report for process
 wrapper-macosx-universal-32[448]

 6/17/09 7:57:01 AM ReportCrash[449] Saved crashreport to
 /Users/home/Library/Logs/CrashReporter/wrapper-macosx-universal-32_2009-06-17-075701_mac-4.crash
 using uid: 501 gid: 20, euid: 501 egid: 20
 ===

 So, I checked out the error log. Here's what it said:

 
 Process: wrapper-macosx-universal-32 [448]
 Path:/Applications/Freenet/./bin/wrapper-macosx-universal-32
 Identifier:  wrapper-macosx-universal-32
 Version: ??? (???)
 Code Type:   PPC (Native)
 Parent Process:  launchd [1]

 Date/Time:   2009-06-17 07:57:01.752 -0100
 OS Version:  Mac OS X 10.5.7 (9J61)
 Report Version:  6

 Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
 Exception Codes: KERN_INVALID_ADDRESS at 0x0000
 Crashed Thread:  0

 Thread 0 Crashed:
 0   libSystem.B.dylib 0x8c1c __memcpy + 1148
 (cpu_capabilities.h:237)
 1   wrapper-macosx-universal-32   0x000127c0 addProperty + 272
 2   wrapper-macosx-universal-32   0x00012b54 getStringProperty + 68
 3   wrapper-macosx-universal-32   0x7de8 wrapperRunConsole + 264
 4   wrapper-macosx-universal-32   0x000113a0 main + 912
 5   wrapper-macosx-universal-32   0x202c _start + 744
 6   wrapper-macosx-universal-32   0x1d3c start + 44

 Thread 1:
 0   libSystem.B.dylib 0x93777378 mach_wait_until + 8
 1   libSystem.B.dylib 0x938026ec nanosleep + 324
 2   wrapper-macosx-universal-32   0xef68 wrapperSleep + 216
 3   wrapper-macosx-universal-32   0xf110 timerRunner + 192
 4   libSystem.B.dylib 0x937b90c4 _pthread_start + 316

 Thread 0 crashed with PPC Thread State 32:
   srr0: 0x8c1c  srr1: 0x0200f030   dar: 0x0000 dsisr: 0x4200
 r0: 0x0003r1: 0xb4b0r2: 0xr3: 0x00101e30
 r4: 0x00014ab0r5: 0xfff0r6: 0xffefr7: 0xffdf
 r8: 0xffcfr9: 0x   r10: 0x   r11: 0x0001c258
r12: 0x00100020   r13: 0x   r14: 0x   r15: 0x
r16: 0x   r17: 0x   r18: 0x   r19: 0x
r20: 0x   r21: 0x   r22: 0x   r23: 0x
r24: 0x   r25: 0x   r26: 0x00100400   r27: 0x00101e30
r28: 0x001021a0   r29: 0x00016900   r30: 0x   r31: 0x000126c0
 cr: 0x44000220   xer: 0xlr: 0x000128ac   ctr: 0x0387
 vrsave: 0xfff8

 Binary Images:
 0x1000 -0x1bff7 +wrapper-macosx-universal-32 ??? (???)
 d460ece98574abdeac3b12bca8c9a2d2
 /Applications/Freenet/bin/wrapper-macosx-universal-32
 0x8fe0 - 0x8fe30c23  dyld 97.1 (???) 8dc1fc6c74fe1f055be16980dd45001e
 /usr/lib/dyld
 0x93776000 - 0x93916ff3  libSystem.B.dylib ??? (???)
 9f5a942d2b2795adb9a42ef04f018f8a /usr/lib/libSystem.B.dylib
 0x93c24000 - 0x93c2fffb  libgcc_s.1.dylib ??? (???)
 ea47fd375407f162c76d14d64ba246cd /usr/lib/libgcc_s.1.dylib
 0x96411000 - 0x96416ff6  libmathCommon.A.dylib ??? (???)
 /usr/lib/system/libmathCommon.A.dylib
 0x8000 - 0x9703  libSystem.B.dylib ??? (???)
 /usr/lib/libSystem.B.dylib

 

 I also verified that wrapper-macosx-universal-32 did not appear in the
 process list of my Activity Monitor.

 After the error, I hopped into the Terminal and executed

 ./run.sh start

 which yielded this in the Terminal window:

 mac:freenet $ ./run.sh start
 Starting Freenet 0.7...
 Removed stale pid file: /Applications/Freenet/./Freenet.pid
 mac:freenet $

 Running run.sh only produced another error in the Console, and another
 error log. Both the error in the Console and the error log were exactly the
 same as the original error, except the pid and timestamps were advanced
 appropriately.

 After this, I then followed the guides for the linux 

Re: [freenet-support] Freenet will not start on OS X - problem with

2009-06-19 Thread steve
Can you check to see if there are any error messages in Console.app?

I suspect this is the wrapper problem we just released a workaround for, it
may show a crash log message and something about the wrapper. If this is the
case, you can fix your node by replacing the /Applications/Freenet/run.sh
script with the one attached to this message.

On Thu, Jun 18, 2009 at 12:44 PM, sebt...@free.fr wrote:

 Hello, and I apologizes for my english

 I install and I use Freenet for a few months last year (with downloading
 some
 files).

 After some weeks (from january to march this year) without connection at
 http://127.0.0.1:, I saw that the local server don't start.

 I'm also on an Apple macintosh :
 * OS X iMac 10.5.6 ;
 * PPC G5 2 Ghz (iMac) ;
 * 2 GB RAM ;
 * 280 GB of my 750 GB HD are free ;

 but I'm not all up to date.

 I hope I help.

 Sébastien Thébault
 ___
 Support mailing list
 Support@freenetproject.org
 http://news.gmane.org/gmane.network.freenet.support
 Unsubscribe at
 http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
 Or mailto:support-requ...@freenetproject.org?subject=unsubscribe



run.sh
Description: Bourne shell script
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] Inst. problem (OSX) connexion problem (xp)

2009-06-19 Thread Dsoslglece

Matthew Toseland a écrit :

On Monday 15 June 2009 12:58:06 dsoslglece wrote:
  

Hi,
for a bit more than a year, I used Freenet (discontinuously but 
regularly), without problems on Mac PPC Tiger.
Now, I updated my old machine to an iMac-Intel, and, trying to follow 
the advices, downloaded the last Freenet.jnlp, but, even if it arrived 
correctly on my desk, it doesn't start the install, neither 
automatically, nor by double-clicking it.


So, continuing to follow the instructions, and since the first steps 
didn't work, I went to Linux instructions, and entered in Terminal the 
commands how they are given to DL the new install jar.


wget http://freenet.googlecode.com/files/new_installer_offline_1222.jar 
-O new_installer_offline.jar

java -jar new_installer_offline.jar

It didn't work... so, I extracted the first part of it (URL) and Dlded 
it by hand with FireFox.


I must say that I still am a bit bepuzzled with the content of it, that 
doesn't seem to ressemble the sort of packages to be installed through 
Terminal... no file called install nor istall info, giving the steps 
to follow… nor file in it looking somehow a bit alive (.sh, .jar, 
.exec...) so, I tried anyway to follow the commands given in the tut, 
but it didn't work either...



What exactly happened after you typed java -jar new_installer_offline.jar ? 
What error message did you see? What version of Java do you have installed on the Mac? 
Freenet needs Java 1.5 now, some versions of OS/X might have 1.4?
  
Next thing, since I'm on mac-Intel, I tried to install it on the xp pro 
side of my computer...


It downloaded OK, and installed fine (there is already i2p working fine 
on this xp), but now, and after few hours, it doesn't seem to be able to 
connect to nodes... I opened the proper holes in the router from my 
modem, and it didn't managed either... (I choosed *normal *at all 
security levels, meaning that it could connect to unknowns), and also 
gave momentaryly my IP (bybassing proxy)... besides this, I don't think 
that for this xp pro there is any firewall... have to investigate though 
to see if my mac Firewall works for it (really don't think so, neither 
LittleSnitch)...



This is very strange. If you go to Status and then to Connections to Strangers, there are no connections? 
Are there any nodes listed as disconnected, busy, backed off, etc?

Can you post your wrapper.log? (File in the dir Freenet is installed into)
  
I must say however that I would very much prefer to have freenet 
installed and working on Leopard, not fearing then any virus and such 
problems with it... I know, if XP would get infected I would only have 
to reinstall it... since I don't keep much folders in it... (at the 
beginnig, I'd try to see if, been on Mac, it would be protected from 
such attacs and infections, and, just for the experiment went to a site 
where I new to find bugs, and... ;-)… well I had to reinstall it... 
so now, I'm being a bit careful.


Next thing, if I can't find proper solutions, would be to install 
Freenet on the linux part of my OS (there is already stealthnet on 
Kubuntu, working fine) and this has anyway, like mac, the Unix security 
level...


I'd be grateful for a little advice... thanks.




___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe


What exactly happened after you typed java -jar new_installer_offline.jar ? What error message did you see? 



Well, here is what Terminal had to say (first DLed the file manually 
with FireFox at the given link, then did a cd to its place, and then 
entered one after the other the lines of command


iMac-de-leo:~ leo$ cd /Volumes/Perso/new_installer_offline_1222 -O 
new_installer_offline.jar
iMac-de-leo:new_installer_offline_1222 leo$ java -jar 
new_installer_offline.jar

Unable to access jarfile new_installer_offline.jar
iMac-de-leo:new_installer_offline_1222 leo$



What version of Java do you have installed on the Mac? Freenet needs Java 1.5 
now, some versions of OS/X might have 1.4?


My version of java is the latest (I think it is now 1.6) I verified the 
update a month ago, and Leopard (10.5.6) anyway gets for it the 
automatic update if needed.




 If you go to Status and then to Connections to Strangers, there are no connections? Are there any nodes 
listed as disconnected, busy, backed off, etc?
Going now to the xp pro side of my Mac-Intel, when I open freenet (here, 
it is completely installed),


looking in status/connection to strangers shows  (0/0/0/0/0/0) 
strangers connected to node id|X


And I couldn't see any indication of disconnected nor busy nor backed 
off node.

But, there is always a message at the messages page 

Re: [freenet-support] Inst. problem (OSX) connexion problem (xp)

2009-06-19 Thread Dsoslglece

Matthew Toseland a écrit :

On Monday 15 June 2009 12:58:06 Jean-Claude Féret wrote:
  

Hi,
for a bit more than a year, I used Freenet (discontinuously but 
regularly), without problems on Mac PPC Tiger.
Now, I updated my old machine to an iMac-Intel, and, trying to follow 
the advices, downloaded the last Freenet.jnlp, but, even if it arrived 
correctly on my desk, it doesn't start the install, neither 
automatically, nor by double-clicking it.


So, continuing to follow the instructions, and since the first steps 
didn't work, I went to Linux instructions, and entered in Terminal the 
commands how they are given to DL the new install jar.


wget http://freenet.googlecode.com/files/new_installer_offline_1222.jar 
-O new_installer_offline.jar

java -jar new_installer_offline.jar

It didn't work... so, I extracted the first part of it (URL) and Dlded 
it by hand with FireFox.


I must say that I still am a bit bepuzzled with the content of it, that 
doesn't seem to ressemble the sort of packages to be installed through 
Terminal... no file called install nor istall info, giving the steps 
to follow… nor file in it looking somehow a bit alive (.sh, .jar, 
.exec...) so, I tried anyway to follow the commands given in the tut, 
but it didn't work either...



What exactly happened after you typed java -jar new_installer_offline.jar ? 
What error message did you see? What version of Java do you have installed on the Mac? 
Freenet needs Java 1.5 now, some versions of OS/X might have 1.4?
  
Next thing, since I'm on mac-Intel, I tried to install it on the xp pro 
side of my computer...


It downloaded OK, and installed fine (there is already i2p working fine 
on this xp), but now, and after few hours, it doesn't seem to be able to 
connect to nodes... I opened the proper holes in the router from my 
modem, and it didn't managed either... (I choosed *normal *at all 
security levels, meaning that it could connect to unknowns), and also 
gave momentaryly my IP (bybassing proxy)... besides this, I don't think 
that for this xp pro there is any firewall... have to investigate though 
to see if my mac Firewall works for it (really don't think so, neither 
LittleSnitch)...



This is very strange. If you go to Status and then to Connections to Strangers, there are no connections? 
Are there any nodes listed as disconnected, busy, backed off, etc?

Can you post your wrapper.log? (File in the dir Freenet is installed into)
  
I must say however that I would very much prefer to have freenet 
installed and working on Leopard, not fearing then any virus and such 
problems with it... I know, if XP would get infected I would only have 
to reinstall it... since I don't keep much folders in it... (at the 
beginnig, I'd try to see if, been on Mac, it would be protected from 
such attacs and infections, and, just for the experiment went to a site 
where I new to find bugs, and... ;-)… well I had to reinstall it... 
so now, I'm being a bit careful.


Next thing, if I can't find proper solutions, would be to install 
Freenet on the linux part of my OS (there is already stealthnet on 
Kubuntu, working fine) and this has anyway, like mac, the Unix security 
level...


I'd be grateful for a little advice... thanks.




___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
Hi Andrew, I realize that I mis to end you one of the things you were 
asking for:


the wrapper.log... but if it is easy to locate on Linux or Mac (just go into 
the applications dir, and open the freeNet folder, and even if on an app, right 
clic to show the inside of the app... it seems to be on Windows, an other sort 
of a story... since the application folder shows only probably aliasses or 
controls to the proper app... and not the complete app folder anyway... so how 
the hell on windows is one going into an apps folder and fiddling with its guts?

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] Inst. problem (OSX) connexion problem (xp)

2009-06-19 Thread Dsoslglece

Dsoslglece a écrit :

Matthew Toseland a écrit :

On Monday 15 June 2009 12:58:06 Jean-Claude Féret wrote:
  

Hi,
for a bit more than a year, I used Freenet (discontinuously but 
regularly), without problems on Mac PPC Tiger.
Now, I updated my old machine to an iMac-Intel, and, trying to follow 
the advices, downloaded the last Freenet.jnlp, but, even if it arrived 
correctly on my desk, it doesn't start the install, neither 
automatically, nor by double-clicking it.


So, continuing to follow the instructions, and since the first steps 
didn't work, I went to Linux instructions, and entered in Terminal the 
commands how they are given to DL the new install jar.


wget http://freenet.googlecode.com/files/new_installer_offline_1222.jar 
-O new_installer_offline.jar

java -jar new_installer_offline.jar

It didn't work... so, I extracted the first part of it (URL) and Dlded 
it by hand with FireFox.


I must say that I still am a bit bepuzzled with the content of it, that 
doesn't seem to ressemble the sort of packages to be installed through 
Terminal... no file called install nor istall info, giving the steps 
to follow… nor file in it looking somehow a bit alive (.sh, .jar, 
.exec...) so, I tried anyway to follow the commands given in the tut, 
but it didn't work either...



What exactly happened after you typed java -jar new_installer_offline.jar ? 
What error message did you see? What version of Java do you have installed on the Mac? 
Freenet needs Java 1.5 now, some versions of OS/X might have 1.4?
  
Next thing, since I'm on mac-Intel, I tried to install it on the xp pro 
side of my computer...


It downloaded OK, and installed fine (there is already i2p working fine 
on this xp), but now, and after few hours, it doesn't seem to be able to 
connect to nodes... I opened the proper holes in the router from my 
modem, and it didn't managed either... (I choosed *normal *at all 
security levels, meaning that it could connect to unknowns), and also 
gave momentaryly my IP (bybassing proxy)... besides this, I don't think 
that for this xp pro there is any firewall... have to investigate though 
to see if my mac Firewall works for it (really don't think so, neither 
LittleSnitch)...



This is very strange. If you go to Status and then to Connections to Strangers, there are no connections? 
Are there any nodes listed as disconnected, busy, backed off, etc?

Can you post your wrapper.log? (File in the dir Freenet is installed into)
  
I must say however that I would very much prefer to have freenet 
installed and working on Leopard, not fearing then any virus and such 
problems with it... I know, if XP would get infected I would only have 
to reinstall it... since I don't keep much folders in it... (at the 
beginnig, I'd try to see if, been on Mac, it would be protected from 
such attacs and infections, and, just for the experiment went to a site 
where I new to find bugs, and... ;-)… well I had to reinstall it... 
so now, I'm being a bit careful.


Next thing, if I can't find proper solutions, would be to install 
Freenet on the linux part of my OS (there is already stealthnet on 
Kubuntu, working fine) and this has anyway, like mac, the Unix security 
level...


I'd be grateful for a little advice... thanks.




___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
Hi Andrew, I realize that I mis to end you one of the things you were 
asking for:

the wrapper.log... but if it is easy to locate on Linux or Mac (just go into 
the applications dir, and open the freeNet folder, and even if on an app, right 
clic to show the inside of the app... it seems to be on Windows, an other sort 
of a story... since the application folder shows only probably aliasses or 
controls to the proper app... and not the complete app folder anyway... so how 
the hell on windows is one going into an apps folder and fiddling with its guts?


___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
So I managed finally to find How to go there on a windows... and having 
been inside the Freenet dir, looked for wrapper log... no file was 
called that way, but one that was called just wrapper and was a .txt 
made me think that it should be it... so, here is the last of the 
logging details.


STATUS | wrapper  | 2009/06/19 09:53:23 | -- Wrapper Started as Service
STATUS | wrapper  | 2009/06/19 09:53:23 | Java 

Re: [freenet-support] freenet fails to run 2

2009-06-19 Thread Egbert van der Meer

Yes my node connects to other nodes.
In one earlier message I have sent the wrapper log but the message 
bounced because of oversize.
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] freenet doesnt work (moved from @chat)

2009-06-19 Thread Luke771
Alan Grimes wrote:
 I had wanted a freenode for a long long time.

 Then I finally got a place of my own.

 So I set up my node on my athlon 800..

 and it just sat there.
 and collected data,

 and then I tried to do some browsing,

 and performance was always horrible.

 And I left it running for a few weeks...

 Finally, I decided I needed the bandwidth for something useful. =\

 Freenet is a great concept, I just wish it worked. =(
   
Works for me.
I can browse freesites, download/upload files, participate in 
usenet-like discussions...
try again, post your results, check out the freenet irc channel at 
irc.freenode.net #freenet
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe


[freenet-support] freenet fails to run

2009-06-19 Thread Egbert van der Meer

I have installed freenet several times but I can not get it running.
The installation itself go's with no problem but I can not get anything 
from the network.
An earlier version of frost also does not work since no messages are 
coming in.

Also in fuquid no blocks are received at all.
Also it fails to download any of the bookmarks on the home page.
If you need any more detailed information in order to pin point the 
problem I would be glad to sent it to you.

Thank you in advance for your assistance.

E.vd Meer.
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] Running both networks

2009-06-19 Thread [Anon] farfegnugen
-BEGIN TYPE III ANONYMOUS MESSAGE-
Message-type: plaintext

I've heard of people running both 0.5 and 0.7 at the same time on 
one machine.  Can this be done without too much trouble and what's 
involved in doing so?

-END TYPE III ANONYMOUS MESSAGE-
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe


[freenet-support] [BUG] Report

2009-06-19 Thread dagrut

Voici le message d'erreur (Freenet 0.7.5, téléchargé hier) :
«
Probablement un bug : veuillez faire le rapport suivant : 1 noeuds ont 
été déconnecté de force car les données ne sont pas reconnues.
1 des noeuds auxquels vous êtes connectés ont de sérieux problèmes 
(données non reconnues même après 10 minutes). Ceci est probablement dû 
a un bug dans le code. Veuillez svp nous faire un rapport en utilisant 
le gestionnaire de bug à l'adresse suivante : 
https://bugs.freenetproject.org/ 
http://127.0.0.1:/?_CHECKED_HTTP_=https://bugs.freenetproject.org/ 
ou sur la mailing de support supp...@freenetproject.org. Veuillez 
indiquer ce message et la version utilisé par votre noeud. Les noeuds 
concernés (vous pouvez ne pas vouloir inclure ceux connectés en darknet) 
sont :


   * 130.75.236.38:58259

»
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] Problems

2009-06-19 Thread Andrew Mathison
Browser does not open after install. I use Firefox.

I have installed 4 times in English, all the same problems.

I use Deutsch WinXP Pro.

Grüß

Andy Mathison

+49-6008-92083___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] How to move shrink move datastore ?

2009-06-19 Thread Thad Guidry
Hello,

I have Freenet installed in Windows XP on my F:\Freenet drive.
I want to move the installation to my C:\Freenet drive.
I also want to shrink or change my datastore size from 100Gigs down to
perhaps 10Gig instead, before or after the move.
I am using Windows XP.

How would I accomplish the above ?
I have found were to change the size under Advanced, but it doesn't seem to
shrink it yet.  Does it take time ?

Any help with the above would be tremendous.  In doing the move, I plan to
keep the node up 24/7.

-Thad
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] Problem installing Frenet

2009-06-19 Thread Francois DRAMAS
Hi,

 

I'm having troubles installing Freenet. Once it's installed, an error
message tells me that the Freenet start script wan enable to control
and start Freenet system service

I can't even remove it neither.

What's wrong?

 

Regards

 

Francis

 

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] How to move shrink move datastore ?

2009-06-19 Thread Dsoslglece

Thad Guidry a écrit :

Hello,

I have Freenet installed in Windows XP on my F:\Freenet drive.
I want to move the installation to my C:\Freenet drive.
I also want to shrink or change my datastore size from 100Gigs down to 
perhaps 10Gig instead, before or after the move.

I am using Windows XP.

How would I accomplish the above ?
I have found were to change the size under Advanced, but it doesn't 
seem to shrink it yet.  Does it take time ?


Any help with the above would be tremendous.  In doing the move, I 
plan to keep the node up 24/7.


-Thad


___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Hi,
I also use from time to time windows xp pro, and now particularly to 
experiment with Freenet (this xp is installed on an iMac Leopard-Intel), 
but sofar after reading your post, I wonder why don't you just try, 
after having stopped Freenet, to make a right click on its directory and 
then, click on: move to... and choosing the location You like... It 
should work... you may verify afterwith if all the paths and links  are 
correct, but it should be,since normally all the DL folders, Temp 
folders, and so on are in this same directory... I did often this on the 
leopard part of my OS and it always worked (Pando, Freenet [this was on 
Tiger], Ants...)

You should give a trial
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] Freenet frustrations

2009-06-19 Thread Matthew Toseland
I am replying to the support list so other people might be able to help you or 
see what the problem is. You should subscribe to it as most people only reply 
to the list (see http://freenetproject.org/lists.html ). I will be away from 
tomorrow for 1 week, so I probably won't be able to respond until at least the 
29th.

On Friday 19 June 2009 10:29:18 jrose9...@aol.com wrote:
 I'm just trying to let someone know that the darn Freenet thing isn't  
 working right! At least, not for me. I installed it, started it up, and it 
 ran  
 for a short while, before it started having trouble staying connected. 

So it *was* working fine, for a while...

 No   
 indication, of course, except that it seemed to run forever, without 
 downloading  anything, and then any attempt to open a new tab, or to refresh 
 one 
 that claimed  to be running, only produced a Page Load Error tab. 

A browser timeout?

Were there connections on the Connections to Strangers page? (Under 
Status). There should be 20 connected or busy/backed off peers on a healthy 
node (click advanced mode to show the summary).

 Starting  
 Freenet also  brings up a box with an error message, a start script error, 
 or something like  that (sorry - I'm writing without notes). That one tells 
 me Freenet appears to  be stuck, and to re-install it. I close that box, and 
 Freenet starts up for a  while, but the start-up routine babbles something 
 about Jar no. 3.3.1 and Jar  no. 3.3.3. Eventually it just doesn't start, and 
 has to be re-installed. 

Ok, so the startup script times out while Freenet is starting up, but then 
Freenet works anyway.

But at some later point, the startup script still times out, but Freenet 
doesn't show up in the browser, and the wrapper.log shows something about wrong 
wrapper versions? I am fairly sure that the Windows installer uses the 3.3.5 
version of the library - what OS are you trying to install on?

And now you have got rid of it so you can't send us your wrapper.log? That 
might have been helpful; the warning about the wrapper versions is not normally 
fatal, there is likely to be something else going on, we might have fixed it if 
we had the wrapper.log.

 A  questionnaire asks why I'm uninstalling, but  
 then ignores me, and wanders  off into never-never land without passing the 
 word along. 

Sorry, there is some sort of a problem with the uninstall survey at the moment, 
we are not sure whether it is working or not (last I looked there were 2 
uninstalls in the last month, which seems highly unlikely).

 All in all, quite  a frustrating experience. The idea is  
 interesting, but still seems to need a lot  of work.

What OS are you trying to install Freenet on? When did you install it? How much 
memory does the computer have?
  
 I got a couple of internal error reports that said I should report them to  
 you guys, so I cut and pasted them, and included them here as an  
 attachment.
  
 Jerry N.  Rose


signature.asc
Description: This is a digitally signed message part.
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] Problem installing Frenet

2009-06-19 Thread Matthew Toseland
On Friday 19 June 2009 13:18:06 Francois DRAMAS wrote:
 Hi,
 
 I'm having troubles installing Freenet. Once it's installed, an error
 message tells me that the Freenet start script wan enable to control
 and start Freenet system service
 
 I can't even remove it neither.
 
 What's wrong?

Please could you provide a bit more detail:
- What operating system are you using?
- How much memory does your computer have?
- Does the browser show up? Has Freenet ever worked?
- What anti-virus or firewall software are you using? Some have been known to 
have problems with Freenet...
- Did you install Freenet under a different user than the one you are trying to 
run it under?
- Can you please find your wrapper.log (in the directory freenet is installed 
to), and post it here?

Please reply to the list (support@freenetproject.org), and subscribe to it (at 
http://freenetproject.org/lists.html ), as I will be unable to respond until at 
least the 29th of June due to a holiday. Other people may however be able to 
help sooner. Sorry.

Also sorry that your message got held up in a moderation queue for some time, I 
was a bit busy... :|
 
 Regards
 
 Francis


signature.asc
Description: This is a digitally signed message part.
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] How to move shrink move datastore ?

2009-06-19 Thread Matthew Toseland
On Friday 19 June 2009 03:30:03 Thad Guidry wrote:
 Hello,
 
 I have Freenet installed in Windows XP on my F:\Freenet drive.
 I want to move the installation to my C:\Freenet drive.
 I also want to shrink or change my datastore size from 100Gigs down to
 perhaps 10Gig instead, before or after the move.
 I am using Windows XP.
 
 How would I accomplish the above ?
 I have found were to change the size under Advanced, but it doesn't seem to
 shrink it yet.  Does it take time ?

It can take a significant amount of time, yes. Once the shrink has completed, I 
recommend you shut down Freenet, copy the important files (freenet.ini, the 
datastore directory, and anything with a number in it, except for the temp dir) 
to somewhere safe, and uninstall. Then install a new node on C, shutdown the 
node, delete the datastore dir and files with a number in their names, and copy 
the old data over it.
 
 Any help with the above would be tremendous.  In doing the move, I plan to
 keep the node up 24/7.

This is why you can't just move the directory: You need the new node to still 
be auto-started.
 
 -Thad


signature.asc
Description: This is a digitally signed message part.
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] Problems

2009-06-19 Thread Matthew Toseland
On Tuesday 16 June 2009 21:31:17 Andrew Mathison wrote:
 Browser does not open after install. I use Firefox.
 
 I have installed 4 times in English, all the same problems.
 
 I use Deutsch WinXP Pro.

Ok. You installed Freenet using the windows installer 
(FreenetInstaller-1222.exe), the install completed successfully, but then it 
didn't open a web browser at all? Or it opened one but didn't connect to 
Freenet?

What happens if you run the Browse Freenet script by hand? (It is on the 
desktop and the start menu). What happens if you just open 
http://127.0.0.1:/ in a web browser?

If neither of these work, you should find your wrapper.log file and post it 
here.

Please reply to the list (support@freenetproject.org), and subscribe to it (at 
http://freenetproject.org/lists.html ), as I will be unable to respond until at 
least the 29th of June due to a holiday. Other people may however be able to 
help sooner. Sorry.

Also sorry that your message got held up in a moderation queue for some time, I 
was a bit busy... :|

Thanks.
 
 Grüß
 
 Andy Mathison
 
 +49-6008-92083


signature.asc
Description: This is a digitally signed message part.
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] Freenet will not start on OS X - problem with wrapper-macosx-universal-32?

2009-06-19 Thread m8 R
On 2009-06-19 06:14, steve wrote:
 Hi, if you still have a copy of freenet installed you can fix it like
this:

 Replace the run.sh script in /Applications/Freenet/ with the one attached
to
 this message, it includes the fix that should be going out in the
installer
 shortly.

 If you have any problems let us know.



Hi Steve and Matthew,

Thank you for the the responses! I do still have Freenet installed, but
unfortunately the run.sh script file Steve attached to his reply was
stripped from the email l received (as well as from the mailing list archive
@ freenetproject.org). Is it possible to resend the script, or send the
contents of the script in the body of an email?

When I receive it I'll try running the script and post the results back in
the mailing list.


Thank you again!

M8
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] freenet fails to run 2

2009-06-19 Thread Matthew Toseland
On Friday 19 June 2009 15:48:05 Egbert van der Meer wrote:
 Yes my node connects to other nodes.
 In one earlier message I have sent the wrapper log but the message 
 bounced because of oversize.
 
How many other nodes? If you click on advanced mode, it will give you totals 
for each connection type (connected, backed off, etc). Please post them here.

(I have approved your wrapper.log message btw, there doesn't seem to be 
anything particularly unusual)

The symptom is that you click on any of the bookmarks on the home page, and it 
never fetches the page? Does the seconds counter increase? Does the progress 
bar ever show more than zero?

Please reply to the list and not to me, as I will be away from tomorrow until 
the next Saturday.


signature.asc
Description: This is a digitally signed message part.
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] Inst. problem (OSX) connexion problem (xp)

2009-06-19 Thread Matthew Toseland
On Friday 19 June 2009 15:29:37 Dsoslglece wrote:
 Dsoslglece a écrit :
  Matthew Toseland a écrit :
  On Monday 15 June 2009 12:58:06 Jean-Claude Féret wrote:

  Hi,
  for a bit more than a year, I used Freenet (discontinuously but 
  regularly), without problems on Mac PPC Tiger.
  Now, I updated my old machine to an iMac-Intel, and, trying to follow 
  the advices, downloaded the last Freenet.jnlp, but, even if it arrived 
  correctly on my desk, it doesn't start the install, neither 
  automatically, nor by double-clicking it.
 
  So, continuing to follow the instructions, and since the first steps 
  didn't work, I went to Linux instructions, and entered in Terminal the 
  commands how they are given to DL the new install jar.
 
  wget http://freenet.googlecode.com/files/new_installer_offline_1222.jar 
  -O new_installer_offline.jar
  java -jar new_installer_offline.jar
 
  It didn't work... so, I extracted the first part of it (URL) and Dlded 
  it by hand with FireFox.
 
  I must say that I still am a bit bepuzzled with the content of it, that 
  doesn't seem to ressemble the sort of packages to be installed through 
  Terminal... no file called install nor istall info, giving the steps 
  to follow… nor file in it looking somehow a bit alive (.sh, .jar, 
  .exec...) so, I tried anyway to follow the commands given in the tut, 
  but it didn't work either...
  
 
  What exactly happened after you typed java -jar 
  new_installer_offline.jar ? What error message did you see? What version 
  of Java do you have installed on the Mac? Freenet needs Java 1.5 now, some 
  versions of OS/X might have 1.4?

  Next thing, since I'm on mac-Intel, I tried to install it on the xp pro 
  side of my computer...
 
  It downloaded OK, and installed fine (there is already i2p working fine 
  on this xp), but now, and after few hours, it doesn't seem to be able to 
  connect to nodes... I opened the proper holes in the router from my 
  modem, and it didn't managed either... (I choosed *normal *at all 
  security levels, meaning that it could connect to unknowns), and also 
  gave momentaryly my IP (bybassing proxy)... besides this, I don't think 
  that for this xp pro there is any firewall... have to investigate though 
  to see if my mac Firewall works for it (really don't think so, neither 
  LittleSnitch)...
  
 
  This is very strange. If you go to Status and then to Connections to 
  Strangers, there are no connections? Are there any nodes listed as 
  disconnected, busy, backed off, etc?
 
  Can you post your wrapper.log? (File in the dir Freenet is installed into)

  I must say however that I would very much prefer to have freenet 
  installed and working on Leopard, not fearing then any virus and such 
  problems with it... I know, if XP would get infected I would only have 
  to reinstall it... since I don't keep much folders in it... (at the 
  beginnig, I'd try to see if, been on Mac, it would be protected from 
  such attacs and infections, and, just for the experiment went to a site 
  where I new to find bugs, and... ;-)… well I had to reinstall it... 
  so now, I'm being a bit careful.
 
  Next thing, if I can't find proper solutions, would be to install 
  Freenet on the linux part of my OS (there is already stealthnet on 
  Kubuntu, working fine) and this has anyway, like mac, the Unix security 
  level...
 
  I'd be grateful for a little advice... thanks.
  
  
 
  ___
  Support mailing list
  Support@freenetproject.org
  http://news.gmane.org/gmane.network.freenet.support
  Unsubscribe at 
  http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
  Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
  Hi Andrew, I realize that I mis to end you one of the things you were 
  asking for:
  the wrapper.log... but if it is easy to locate on Linux or Mac (just go 
  into the applications dir, and open the freeNet folder, and even if on an 
  app, right clic to show the inside of the app... it seems to be on Windows, 
  an other sort of a story... since the application folder shows only 
  probably aliasses or controls to the proper app... and not the complete app 
  folder anyway... so how the hell on windows is one going into an apps 
  folder and fiddling with its guts?
  
 
  ___
  Support mailing list
  Support@freenetproject.org
  http://news.gmane.org/gmane.network.freenet.support
  Unsubscribe at 
  http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
  Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
 So I managed finally to find How to go there on a windows... and having 
 been inside the Freenet dir, looked for wrapper log... no file was 
 called that way, but one that was called just wrapper 

Re: [freenet-support] Inst. problem (OSX) connexion problem (xp)

2009-06-19 Thread Matthew Toseland
On Friday 19 June 2009 09:31:05 Dsoslglece wrote:
 Matthew Toseland a écrit :
  On Monday 15 June 2009 12:58:06 dsoslglece wrote:

  Hi,
  for a bit more than a year, I used Freenet (discontinuously but 
  regularly), without problems on Mac PPC Tiger.
  Now, I updated my old machine to an iMac-Intel, and, trying to follow 
  the advices, downloaded the last Freenet.jnlp, but, even if it arrived 
  correctly on my desk, it doesn't start the install, neither 
  automatically, nor by double-clicking it.
 
  So, continuing to follow the instructions, and since the first steps 
  didn't work, I went to Linux instructions, and entered in Terminal the 
  commands how they are given to DL the new install jar.
 
  wget http://freenet.googlecode.com/files/new_installer_offline_1222.jar 
  -O new_installer_offline.jar
  java -jar new_installer_offline.jar
 
  It didn't work... so, I extracted the first part of it (URL) and Dlded 
  it by hand with FireFox.
 
  I must say that I still am a bit bepuzzled with the content of it, that 
  doesn't seem to ressemble the sort of packages to be installed through 
  Terminal... no file called install nor istall info, giving the steps 
  to follow… nor file in it looking somehow a bit alive (.sh, .jar, 
  .exec...) so, I tried anyway to follow the commands given in the tut, 
  but it didn't work either...
  
 
  What exactly happened after you typed java -jar new_installer_offline.jar 
  ? What error message did you see? What version of Java do you have 
  installed on the Mac? Freenet needs Java 1.5 now, some versions of OS/X 
  might have 1.4?

  Next thing, since I'm on mac-Intel, I tried to install it on the xp pro 
  side of my computer...
 
  It downloaded OK, and installed fine (there is already i2p working fine 
  on this xp), but now, and after few hours, it doesn't seem to be able to 
  connect to nodes... I opened the proper holes in the router from my 
  modem, and it didn't managed either... (I choosed *normal *at all 
  security levels, meaning that it could connect to unknowns), and also 
  gave momentaryly my IP (bybassing proxy)... besides this, I don't think 
  that for this xp pro there is any firewall... have to investigate though 
  to see if my mac Firewall works for it (really don't think so, neither 
  LittleSnitch)...
  
 
  This is very strange. If you go to Status and then to Connections to 
  Strangers, there are no connections? Are there any nodes listed as 
  disconnected, busy, backed off, etc?
 
  Can you post your wrapper.log? (File in the dir Freenet is installed into)

  I must say however that I would very much prefer to have freenet 
  installed and working on Leopard, not fearing then any virus and such 
  problems with it... I know, if XP would get infected I would only have 
  to reinstall it... since I don't keep much folders in it... (at the 
  beginnig, I'd try to see if, been on Mac, it would be protected from 
  such attacs and infections, and, just for the experiment went to a site 
  where I new to find bugs, and... ;-)… well I had to reinstall it... 
  so now, I'm being a bit careful.
 
  Next thing, if I can't find proper solutions, would be to install 
  Freenet on the linux part of my OS (there is already stealthnet on 
  Kubuntu, working fine) and this has anyway, like mac, the Unix security 
  level...
 
  I'd be grateful for a little advice... thanks.
  
  
 
  ___
  Support mailing list
  Support@freenetproject.org
  http://news.gmane.org/gmane.network.freenet.support
  Unsubscribe at 
  http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
  Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
 
  What exactly happened after you typed java -jar new_installer_offline.jar 
  ? What error message did you see? 
 
 
 Well, here is what Terminal had to say (first DLed the file manually 
 with FireFox at the given link, then did a cd to its place, and then 
 entered one after the other the lines of command
 
 iMac-de-leo:~ leo$ cd /Volumes/Perso/new_installer_offline_1222 -O 
 new_installer_offline.jar
 iMac-de-leo:new_installer_offline_1222 leo$ java -jar 
 new_installer_offline.jar
 Unable to access jarfile new_installer_offline.jar
 iMac-de-leo:new_installer_offline_1222 leo$

I think what has happened here is you have unzipped the jar file. You need to 
go to the directory where the jar file is, not where it has been unpacked, and 
run java -jar new_installer_offline.jar (or change the 
new_installer_offline.jar to whatever the filename of the installer jar was).
 
 
  What version of Java do you have installed on the Mac? Freenet needs Java 
  1.5 now, some versions of OS/X might have 1.4?
 
 My version of java is the latest (I think it is now 1.6) I verified the 
 update a month ago, and Leopard (10.5.6) anyway gets for it the 
 automatic update if needed.


Re: [freenet-support] Freenet will not start on OS X - problem with wrapper-macosx-universal-32?

2009-06-19 Thread Matthew Toseland
On Friday 19 June 2009 18:12:19 m8 R wrote:
 On 2009-06-19 06:14, steve wrote:
  Hi, if you still have a copy of freenet installed you can fix it like
 this:
 
  Replace the run.sh script in /Applications/Freenet/ with the one attached
 to
  this message, it includes the fix that should be going out in the
 installer
  shortly.
 
  If you have any problems let us know.
 
 Hi Steve and Matthew,
 
 Thank you for the the responses! I do still have Freenet installed, but
 unfortunately the run.sh script file Steve attached to his reply was
 stripped from the email l received (as well as from the mailing list archive
 @ freenetproject.org). Is it possible to resend the script, or send the
 contents of the script in the body of an email?
 
 When I receive it I'll try running the script and post the results back in
 the mailing list.

It may be better to try the new, fixed installer. You can get it from:

http://freenet.googlecode.com/files/new_installer_offline_1222-mac-ppc-fix.jar

Since this is a jar file rather than a Java Web Start installer, you will need 
to run it from a command line. Open a terminal, cd to the directory where the 
file is, and type:

java -jar new_installer_offline_1222-mac-ppc-fix.jar

Please let us know whether this works. Reply to the support list, not to me, as 
I will be away from tomorrow until next Saturday. Thanks.
 
 Thank you again!


signature.asc
Description: This is a digitally signed message part.
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] Freenet will not start on OS X - problem with wrapper-macosx-universal-32?

2009-06-19 Thread m8 R
On 2009-06-19 17:30, Matthew Toseland wrote:


 It may be better to try the new, fixed installer. You can get it from:


 http://freenet.googlecode.com/files/new_installer_offline_1222-mac-ppc-fix.jar

 Since this is a jar file rather than a Java Web Start installer, you will
 need to run it from a command line. Open a terminal, cd to the directory
 where the file is, and type:

 java -jar new_installer_offline_1222-mac-ppc-fix.jar

 Please let us know whether this works. Reply to the support list, not to
 me, as I will be away from tomorrow until next Saturday. Thanks.
 
  Thank you again!


Success! ;-)

I've downloaded the JAR and followed your instructions and Freenet now
works! My node has been running for almost an hour, and I have been able to
access files on the Freenet network without any problems.

Thank you and Steve again for your help and for working on this project!


M8
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] freenet fails to run 2

2009-06-19 Thread Matthew Toseland
On Friday 19 June 2009 20:03:38 Egbert van der Meer wrote:
 At the moment two peers are connected.
 Downloading the page Freenet Applications has been going for 7hours and 
 nothing has come in.
 
Eeek. It should really have failed by now... I dunno what is happening, but 
your wrapper.log might be interesting. Also maybe your logs/freenet-latest.log.

Does the page continue to update? It might be a browser problem - does the time 
counter increase every 2 seconds?


signature.asc
Description: This is a digitally signed message part.
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] freenet fails to run 2

2009-06-19 Thread Egbert van der Meer

No the page has stopt updating.
I'ts been over 13hours now.
Included freenet latest log.
jun 20, 2009 02:00:00:512 (freenet.node.PeerManager, PacketSender thread for 
10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0  
Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening: 0  
Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
jun 20, 2009 02:00:04:856 (freenet.node.FNPPacketMangler, UdpSocketHandler for 
port 29778(1), NORMAL): We received an unexpected JFK(2) message from 
jupiter.travisbrown.ca:16145 (time since added: 48859047 time last receive:-1)
jun 20, 2009 02:00:05:575 (freenet.node.PeerManager, PacketSender thread for 
10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0  
Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening: 0  
Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
jun 20, 2009 02:00:10:637 (freenet.node.PeerManager, PacketSender thread for 
10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0  
Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening: 0  
Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
jun 20, 2009 02:00:12:106 (freenet.node.FNPPacketMangler, UdpSocketHandler for 
port 29778(1), NORMAL): We received an unexpected JFK(2) message from 
jupiter.travisbrown.ca:16145 (time since added: 48866297 time last receive:-1)
jun 20, 2009 02:00:15:762 (freenet.node.PeerManager, PacketSender thread for 
10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0  
Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening: 0  
Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
jun 20, 2009 02:00:20:778 (freenet.node.PeerManager, PacketSender thread for 
10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0  
Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening: 0  
Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
jun 20, 2009 02:00:25:825 (freenet.node.PeerManager, PacketSender thread for 
10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0  
Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening: 0  
Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
jun 20, 2009 02:00:28:606 (freenet.node.FNPPacketMangler, UdpSocketHandler for 
port 29778(1), NORMAL): We received an unexpected JFK(2) message from 
jupiter.travisbrown.ca:16145 (time since added: 48882797 time last receive:-1)
jun 20, 2009 02:00:30:090 (freenet.node.MemoryChecker, Scheduled job: 
freenet.node.memorychec...@10efd7c(259), NORMAL): Memory in use: 36.0 MiB
jun 20, 2009 02:00:30:840 (freenet.node.PeerManager, PacketSender thread for 
10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0  
Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening: 0  
Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
jun 20, 2009 02:00:35:871 (freenet.node.PeerManager, PacketSender thread for 
10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0  
Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening: 0  
Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
jun 20, 2009 02:00:36:934 (freenet.node.FNPPacketMangler, UdpSocketHandler for 
port 29778(1), NORMAL): We received an unexpected JFK(2) message from 
jupiter.travisbrown.ca:16145 (time since added: 48891125 time last receive:-1)
jun 20, 2009 02:00:40:950 (freenet.node.PeerManager, PacketSender thread for 
10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0  
Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening: 0  
Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
jun 20, 2009 02:00:46:043 (freenet.node.PeerManager, PacketSender thread for 
10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0  
Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening: 0  
Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
jun 20, 2009 02:00:51:106 (freenet.node.PeerManager, PacketSender thread for 
10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0  
Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening: 0  
Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
jun 20, 2009 02:00:51:621 (freenet.node.FNPPacketMangler, UdpSocketHandler for 
port 29778(1), NORMAL): We received an unexpected JFK(2) message from 
jupiter.travisbrown.ca:16145 (time since added: 48905812 time last receive:-1)
jun 20, 2009 02:00:56:121 (freenet.node.PeerManager, PacketSender thread for 
10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0  
Disconnected: 1  Never Connected: 15  Disabled: 0  

Re: [freenet-support] freenet fails to run 2

2009-06-19 Thread Evan Daniel
Your node is only connected to one other node.  This suggests to me
that you have problems with your internet connection (misconfigured
router, evil ISP, etc).

Are the opennet and darknet ports are accessible to the outside world
for UDP (forwarded at router, etc)?  Has your node correctly detected
your external IP address?

Evan Daniel

On Fri, Jun 19, 2009 at 10:07 PM, Egbert van der
Meere.vanderm...@wolmail.nl wrote:
 No the page has stopt updating.
 I'ts been over 13hours now.
 Included freenet latest log.

 jun 20, 2009 02:00:00:512 (freenet.node.PeerManager, PacketSender thread for
 10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0
  Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening:
 0  Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
 jun 20, 2009 02:00:04:856 (freenet.node.FNPPacketMangler, UdpSocketHandler
 for port 29778(1), NORMAL): We received an unexpected JFK(2) message from
 jupiter.travisbrown.ca:16145 (time since added: 48859047 time last
 receive:-1)
 jun 20, 2009 02:00:05:575 (freenet.node.PeerManager, PacketSender thread for
 10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0
  Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening:
 0  Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
 jun 20, 2009 02:00:10:637 (freenet.node.PeerManager, PacketSender thread for
 10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0
  Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening:
 0  Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
 jun 20, 2009 02:00:12:106 (freenet.node.FNPPacketMangler, UdpSocketHandler
 for port 29778(1), NORMAL): We received an unexpected JFK(2) message from
 jupiter.travisbrown.ca:16145 (time since added: 48866297 time last
 receive:-1)
 jun 20, 2009 02:00:15:762 (freenet.node.PeerManager, PacketSender thread for
 10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0
  Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening:
 0  Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
 jun 20, 2009 02:00:20:778 (freenet.node.PeerManager, PacketSender thread for
 10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0
  Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening:
 0  Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
 jun 20, 2009 02:00:25:825 (freenet.node.PeerManager, PacketSender thread for
 10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0
  Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening:
 0  Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
 jun 20, 2009 02:00:28:606 (freenet.node.FNPPacketMangler, UdpSocketHandler
 for port 29778(1), NORMAL): We received an unexpected JFK(2) message from
 jupiter.travisbrown.ca:16145 (time since added: 48882797 time last
 receive:-1)
 jun 20, 2009 02:00:30:090 (freenet.node.MemoryChecker, Scheduled job:
 freenet.node.memorychec...@10efd7c(259), NORMAL): Memory in use: 36.0 MiB
 jun 20, 2009 02:00:30:840 (freenet.node.PeerManager, PacketSender thread for
 10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0
  Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening:
 0  Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
 jun 20, 2009 02:00:35:871 (freenet.node.PeerManager, PacketSender thread for
 10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0
  Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening:
 0  Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
 jun 20, 2009 02:00:36:934 (freenet.node.FNPPacketMangler, UdpSocketHandler
 for port 29778(1), NORMAL): We received an unexpected JFK(2) message from
 jupiter.travisbrown.ca:16145 (time since added: 48891125 time last
 receive:-1)
 jun 20, 2009 02:00:40:950 (freenet.node.PeerManager, PacketSender thread for
 10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0
  Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening:
 0  Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
 jun 20, 2009 02:00:46:043 (freenet.node.PeerManager, PacketSender thread for
 10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0
  Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening:
 0  Listen Only: 0  Clock Problem: 0  Connection Problem: 0  Disconnecting: 0
 jun 20, 2009 02:00:51:106 (freenet.node.PeerManager, PacketSender thread for
 10039, NORMAL): Connected: 1  Routing Backed Off: 0  Too New: 0  Too Old: 0
  Disconnected: 1  Never Connected: 15  Disabled: 0  Bursting: 0  Listening:
 0  Listen Only: 0  Clock Problem: 0  Connection Problem: 0  

Re: [freenet-support] freenet fails to run 2

2009-06-19 Thread Egbert van der Meer

After a node restart I am connected to 8 other peers.
Ports are forwarded correctly.
IP is detected correctly.
This makes no difference in node performance however...
Also I am getting error messages from FROST (can not upload message)
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe