[freenet-support] Can't access http://127.0.0.1:8888

2002-10-20 Thread Pene
Matthew Toseland:
>Do you have a freenet.log file?=20

I:

>No, I have not any freenet.log files?  I thought that the Installation
> Program would have created one, that is why I did not do it myself.  Need 
> I create a freenet.log file myself?  If there had been any such file, I should
> have added it in my query to be more precise about my troubles over here.

Greg Wooledge:

>No, you should not create one manually.  The installation does not
>create it; instead, the Freenet node creates it when you run the node.
>It should be in your Freenet directory (which, for me, is
>C:\Program Files\Freenet -- yours may be different).

I:

I carried out a search for any freenet.log files by means of Windows 98.  Nothing, 
file not found.  My Freenet node did not create any freenet.log files even though I am 
running it for about more than 10 hours.

Mathew Toseland:

>Is your datastore native or monolithic? pre5 will automatically upgrade a
>monolithic datastore, but it will take a while.

I:
> I am sorry that I do not understand your questions.  I do apologise.  Can=
> you please tell me what I have missed?

Greg Wooledge:

>You should have a freenet.ini file, which is created during the
>installation.  This will (probably) have a storeType line it like
>this:

>storeType=3Dnative

>But of course yours will probably not say "native".

I:
# The type of store we have (this text will get clearer soon).
storeType=freenet

Should I change this parameter to 'native'?

Greg Wooledge:

>Use the task manager (Ctrl-Alt-Del in Win98) to see what processes
>are running.  You should see either Freenet or Java there if it's
>running.

Among the processes running are Freenet and Javaw.  I definitely am running the node.

Greg Wooledge:

>Use "netstat -a" from a command prompt to see what ports your OS
> is listening to.  You should see your Freenet node protocol port
> (which is unique to your node), and then the generic services like
> mainport () and possibly nodestatus (8889).

I:

All right.  This was the result

Conexiones activas

  Proto  Dirección localDirección remota   Estado
  TCPadsl:2086  TOP2:0 LISTENING
  TCPadsl:1027  TOP2:0 LISTENING
  TCPadsl:2085  TOP2:0 LISTENING
  TCPadsl:2085  localhost:2086 ESTABLISHED
  TCPadsl:2086  localhost:2085 ESTABLISHED
  TCPadsl:1767  TOP2:0 LISTENING
  TCPadsl:eklogin   host54.esuiteshotels.com:80  TIME_WAIT
  TCPadsl:137   TOP2:0 LISTENING
  TCPadsl:138   TOP2:0 LISTENING
  TCPadsl:nbsession TOP2:0 LISTENING
  UDPadsl:1027  *:*
  UDPadsl:1767  *:*
  UDPadsl:nbname*:*
  UDPadsl:nbdatagram*:*


In the freenet.ini I found this lines concerning ports:


# The port to listen for incoming FNP (Freenet Node Protocol) connections on.
listenPort=18018

Should I change this parameter?

# The port to listen for local FCP (Freenet Client Protocol) connections on.
clientPort=8481

Or should I change this parameter?


# Mainport settings

mainport.class=freenet.interfaces.servlet.MultipleHttpServletContainer
mainport.port=
mainport.params.servlet.1.params.insertHtl=15
mainport.params.servlet.1.params.requestHtl=15
mainport.params.servlet.1.params.filter=true
mainport.params.servlet.1.params.passThroughMimeTypes=text/plain,image/jpeg,image/gif,image/png
mainport.params.servlet.1.params.pollForDroppedConnection=true
mainport.params.servlet.1.params.splitFileRetryHtlIncrement=20
mainport.params.servlet.1.params.splitFileRetries=1
mainport.params.servlet.1.params.splitFileThreads=10
mainport.params.servlet.1.params.showNewBuildWarning=true

Or should I change any parameters here?



# Node information servlet settings

mainport.params.servlet.2.params.class=freenet.node.http.NodeInfoServlet
mainport.params.servlet.2.params.port=8890
failureTableSize=1000
failureTableTime=180

Or should I change these parameters?

The bunny icon is not working properly: whenever I try to see the configuration, I get 
a message 'Unable to launch... '   Please, let me know what I should do.  Thank you.



--
Protect yourself from spam, 
use http://sneakemail.com

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] Can't access http://127.0.0.1:8888

2002-10-19 Thread Greg Wooledge
Pene ([EMAIL PROTECTED]) wrote:

> Matthew Toseland:
> >Do you have a freenet.log file? 
> 
> No, I have not any freenet.log files?  I thought that the Installation
> Program would have created one, that is why I did not do it myself.  Need I
> create a freenet.log file myself?  If there had been any such file, I should
> have added it in my query to be more precise about my troubles over here.

No, you should not create one manually.  The installation does not
create it; instead, the Freenet node creates it when you run the node.
It should be in your Freenet directory (which, for me, is
C:\Program Files\Freenet -- yours may be different).

> >Is your datastore native or monolithic? pre5 will automatically upgrade a
> >monolithic datastore, but it will take a while.
> 
> I am sorry that I do not understand your questions.  I do apologise.  Can you
> please tell me what I have missed?

You should have a freenet.ini file, which is created during the
installation.  This will (probably) have a storeType line it like
this:

storeType=native

But of course yours will probably not say "native".

> Although my node is permanent, this problem continues even to-day.  I
> uninstalled Mozilla 1.2 alpha and installed Mozilla 1.0.1.  But nothing.
> In the Microsoft Explorer 5.0 I get not even that famous warning about the
> inadequacy of this browser concerning anonymity.  It seems as though I had
> not installed anything.  The results in the Control Panel indicate that they
> have been installed.

I'm not a Windows expert by any means, but a couple things come to
mind:

1) Use the task manager (Ctrl-Alt-Del in Win98) to see what processes
   are running.  You should see either Freenet or Java there if it's
   running.

2) Use "netstat -an" from a command prompt to see what ports your OS
   is listening to.  You should see your Freenet node protocol port
   (which is unique to your node), and then the generic services like
   mainport () and possibly nodestatus (8889).

-- 
Greg Wooledge  |   "Truth belongs to everybody."
[EMAIL PROTECTED]  |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |



msg01464/pgp0.pgp
Description: PGP signature


[freenet-support] Can't access http://127.0.0.1:8888

2002-10-18 Thread Pene
Matthew Toseland:

>Do you have a freenet.log file? 

No, I have not any freenet.log files?  I thought that the Installation Program would 
have created one, that is why I did not do it myself.  Need I create a freenet.log 
file myself?  If there had been any such file, I should have added it in my query to 
be more precise about my troubles over here.

>Does it have anything in it? 

I cannot reply this question as there does exist such a file.

>Is your datastore native or monolithic? pre5 will automatically upgrade a
>monolithic datastore, but it will take a while.

I am sorry that I do not understand your questions.  I do apologise.  Can you please 
tell me what I have missed?

Although my node is permanent, this problem continues even to-day.  I uninstalled 
Mozilla 1.2 alpha and installed Mozilla 1.0.1.  But nothing. In the Microsoft 
Explorer 5.0 I get not even that famous warning about the inadequacy of this browser 
concerning anonymity.  It seems as though I had not installed anything.  The results 
in the Control Panel indicate that they have been installed.

I am still in need of your help. What else can I do?  Thanks.


--
Protect yourself from spam, 
use http://sneakemail.com

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] Can't access http://127.0.0.1:8888

2002-10-18 Thread Matthew Toseland
On Wed, Oct 16, 2002 at 02:10:13AM -, Pene wrote:
> I installed, under Windows 98, Java 2RE v1.4.1 and Mozilla v1.2 alpha.  Whenever I 
>tried http://127.0.0.1:/SSK@;rBjVda8pC-Kq04jUurIAb8IzAGcPAgM/TFE//
> 
> I get the message 'The connection was refused when attempting to contact 
>http://127.0.0.1:'.
> 
> I have not modified the configation file.  Neither have I found whether the file of 
>the log is.  The bunny icon shows an empty log.
> 
> Please, let me know what I am doing wrong (of course, it has nothing to do with the 
>contents which I used to insert before this problem showed up almost four weeks ago). 
> FYI, I often read the archives, though I am not subscribed because of spammers' 
>constant intervention.
> 
> Thank you.
Do you have a freenet.log file? Does it have anything in it? Is your
datastore native or monolithic? pre5 will automatically upgrade a
monolithic datastore, but it will take a while.
> 

-- 
Matthew Toseland
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Freenet/Coldstore open source hacker.
Employed full time by Freenet Project Inc. from 11/9/02 to 11/11/02.
http://freenetproject.org/



msg01433/pgp0.pgp
Description: PGP signature


[freenet-support] Can't access http://127.0.0.1:8888

2002-10-15 Thread Pene

I installed, under Windows 98, Java 2RE v1.4.1 and Mozilla v1.2 alpha.  Whenever I 
tried http://127.0.0.1:/SSK@rBjVda8pC-Kq04jUurIAb8IzAGcPAgM/TFE//

I get the message 'The connection was refused when attempting to contact 
http://127.0.0.1:'.

I have not modified the configation file.  Neither have I found whether the file of 
the log is.  The bunny icon shows an empty log.

Please, let me know what I am doing wrong (of course, it has nothing to do with the 
contents which I used to insert before this problem showed up almost four weeks ago).  
FYI, I often read the archives, though I am not subscribed because of spammers' 
constant intervention.

Thank you.

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] Can't access http://127.0.0.1:8888

2002-10-02 Thread Stephen Mollett

One reason you may be having trouble getting the gateway screen to come up is 
that there have been changes in the configuration file - see Greg Wooledge's 
message of 2002-09-24, "Configuration file changes".

Stephen

On Tuesday 01 Oct 2002 13:24, tom wrote:
> Am Die, 2002-10-01 um 14.04 schrieb Edgar Friendly:
> > tom <[EMAIL PROTECTED]> writes:
> > > I had the same problem with the latest JRE, everything worked, exept
> > > fproxy. I downgraded back to JRE1.3.1.
> > are you saying that downgrading JVMs made fproxy display the gateway
> > screen again?  I find that very hard to believe.
> I said so. You can try debugging freenet.jar on your own, if you don't
> believe, maybe you will find the clue. I didn't.


___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] Can't access http://127.0.0.1:8888

2002-10-01 Thread tom

Am Die, 2002-10-01 um 14.04 schrieb Edgar Friendly:
> tom <[EMAIL PROTECTED]> writes:
> 
> > I had the same problem with the latest JRE, everything worked, exept
> > fproxy. I downgraded back to JRE1.3.1.
> > 
> are you saying that downgrading JVMs made fproxy display the gateway
> screen again?  I find that very hard to believe.

I said so. You can try debugging freenet.jar on your own, if you don't
believe, maybe you will find the clue. I didn't.




___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] Can't access http://127.0.0.1:8888

2002-10-01 Thread Edgar Friendly

tom <[EMAIL PROTECTED]> writes:

> I had the same problem with the latest JRE, everything worked, exept
> fproxy. I downgraded back to JRE1.3.1.
> 
are you saying that downgrading JVMs made fproxy display the gateway
screen again?  I find that very hard to believe.

Thelema
-- 
E-mail: [EMAIL PROTECTED]Raabu and Piisu
GPG 1024D/36352AAB fpr:756D F615 B4F3 BFFC 02C7  84B7 D8D7 6ECE 3635 2AAB

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] Can't access http://127.0.0.1:8888

2002-10-01 Thread tom

Am Die, 2002-10-01 um 05.20 schrieb Keshav Joshi:
> New install on Win XP SP-1. Using Sun JRE (latest). Mozzila 1.1
> browser. Set my NAT firewall to forward the port as described in the
> FAQ. Still cant access http://127.0.0.1:. I always get error
> "Cant's retrieve Key:". Unable to find anything like this or solution
> to it any newsgroup. 
> 
> I, then, removed my forewall and tried uninstall and install. No luck.
> Same error.
> 
I had the same problem with the latest JRE, everything worked, exept
fproxy. I downgraded back to JRE1.3.1.




___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



Re: [freenet-support] Can't access http://127.0.0.1:8888

2002-09-30 Thread Edgar Friendly

Keshav Joshi <[EMAIL PROTECTED]> writes:

> New install on Win XP SP-1. Using Sun JRE (latest). Mozzila 1.1
> browser. Set my NAT firewall to forward the port as described in the
> FAQ. Still cant access http://127.0.0.1:. I always get error
> "Cant's retrieve Key:". Unable to find anything like this or solution
> to it any newsgroup. 
> 
> I, then, removed my forewall and tried uninstall and install. No luck.
> Same error.
> 
> Please help,
> 
> Thanks,
> 
> Keshav
> Cleveland, OH

The problem is not with your firewall, but with recent changes to how
the fproxy gateway page works.  Try requesting
http://localhost:/SSK@rBjVda8pC-Kq04jUurIAb8IzAGcPAgM/TFE//
directly.  If that doesn't work, you can try
http://localhost:[EMAIL PROTECTED].

requesting keys should work, but there's some wierd changes that
happenned to make the fproxy gateway page more difficult to access.

Thelema
-- 
E-mail: [EMAIL PROTECTED]Raabu and Piisu
GPG 1024D/36352AAB fpr:756D F615 B4F3 BFFC 02C7  84B7 D8D7 6ECE 3635 2AAB

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



[freenet-support] Can't access http://127.0.0.1:8888

2002-09-30 Thread Keshav Joshi

New install on Win XP SP-1. Using Sun JRE (latest). Mozzila 1.1
browser. Set my NAT firewall to forward the port as described in the
FAQ. Still cant access http://127.0.0.1:. I always get error
"Cant's retrieve Key:". Unable to find anything like this or solution
to it any newsgroup. 

I, then, removed my forewall and tried uninstall and install. No luck.
Same error.

Please help,

Thanks,

Keshav
Cleveland, OH

__
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

___
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support