[freenet-support] CAN'T LOCATE SERVER

2001-04-22 Thread MKazliner
  I recently downloaded the latest version of freenet, but everytime I 
atttempt to get on, my browser turns up "can't find server".


[freenet-support] Freenet no longer works

2001-04-22 Thread Mensch

I re-booted today and freenet doesn't work anymore. This is the second time
this has happened, I didn't report it last because I un-installed it and
lost all my data. I haven't made any changes to my ini files since I set it
up after the last time. I am guessing that it has something to do with the
size of my datastore. It is at 4.56 GB and was around that same size last
time this happened.

I am running Win98 not SE with Sun's jdk1.3.0_02. I haven't installed
anything recently. I usually re-boot every 3 days or so.

My freenet.ini file is attached. I did a fresh log with debug. Here is the
basic layout of the log. If you want the whole log (1.5MB) e-mail me.


Apr 22, 2001 11:57:41 AM:Freenet.Params:2951274:Debug:No value specified for
parameter 'keyTypes'
Apr 22, 2001 11:57:41 AM:Freenet.Params:2951274:Debug:No value specified for
parameter 'inputBandwidthLimit'
Apr 22, 2001 11:57:41 AM:Freenet.Params:2951274:Debug:No value specified for
parameter 'nodeAddress'
Apr 22, 2001 11:57:41 AM:Freenet.Params:2951274:Debug:No value specified for
parameter 'dsminsz'
Apr 22, 2001 11:57:41 AM:Freenet.support.CyclicArray:5994886:Debug:Inserted
Key: 7577c930802a14d2fa7f1059722bca5ff83561dd110301, Ref: null, Doc:
.freenet\13523\t377562 to position 0/3

snip, bunch of these

Apr 22, 2001 12:00:57 PM:Freenet.support.CyclicArray:5994886:Debug:Inserted
Key: 49e27978b85bef091f483649918f5a1e220b450f100202, Ref:
tcp/216.231.48.26:6028, Doc: .freenet\13523\t3022628 to position 1/3
Apr 22, 2001 12:00:57 PM:Freenet.support.CyclicArray:5994886:Debug:Inserted
Key: fec0f7080756aef22ff56d2baf28aad6fd808f6f100202, Ref:
tcp/198.60.22.10:41967, Doc: .freenet\13523\t5160446 to position 0/3
Apr 22, 2001 12:00:57 PM:Freenet.support.CyclicArray:5994886:Debug:Inserted
Key: 5581cb09faf257157d9dca33322ee96748465cb70e0301, Ref:
tcp/134.197.40.140:40653, Doc: .freenet\13523\t3345704 to position 2/3
Apr 22, 2001 12:00:58 PM:Freenet.node.Node:4660784:Normal:Freenet Core
running on 13523 (build 380)
Apr 22, 2001 12:00:58 PM:Freenet.node.StandardDataStore:615931:Debug:called
searchRef(6f288b1c30eeb7c84c7604bc8506bd17ffc0fc330101)
Apr 22, 2001 12:00:58 PM:Freenet.node.StandardDataStore:615931:Debug:Not
found.
Apr 22, 2001 12:00:58 PM:Freenet.node.StandardDataStore:615931:Debug:called
searchRef(4d467e4f44ef6e44754633110fba208909b41ab70101)

snip, bunch of these, mostly not found

Apr 22, 2001 12:00:58 PM:Freenet.node.StandardDataStore:615931:Debug:called
searchRef(a06e249b5b4b471a7446c5688ba29bd0c670f69e0101)
Apr 22, 2001 12:00:58 PM:Freenet.node.StandardDataStore:615931:Debug:Ref
found.

nothing after this line



 freenet.ini


Re: [freenet-support] Freenet as proxy?

2001-04-22 Thread Rick F

I modified these two lines in .freenetrc

services.fcp.allowedhosts=127.0.0.1,192.168.1.3,192.168.1.4,(etc,
up to .7)
AND
services.fproxy.allowedhosts=127.0.0.1,192.168.1.3,192.168.1.4,(etc,
up to .7)

So they are listed individually and not as a subnet

Assuming this is supposed to work, perhaps something
in my debian box is blocking port 8081?

--- Mika Hirvonen [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 - - Original Message - 
 From: "Rick F" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, April 22, 2001 7:00 AM
 Subject: [freenet-support] Freenet as proxy?
 
 
  1 Debian box (w/ 2 net cards, running ipchains)
  connected directly to the internet (dsl) with a
 static
  IP address.  Freenet is running on this computer. 
  (and it works...checked it with lynx)
 Mine is Redhat 7.0 with 2.4.3 kernel, iptables, 2
 net cards, connected to a
 cable modem and to my internal network.
  Is there any way to get my home network systems to
 use
  the freenet proxy running on the debian box?  I
  attempted to just type "http://192.168.1.1:8081"
 (the
  IP of debian) into my windows browser (from
  192.168.1.3) and it didn't work.
  
  Also note: I adjusted the .freenetrc file to allow
 the
  IPs of my internal computers (by modifying both
  services.fproxy.allowedhost and
  services.fcp.allowedhost)
 
 What exactly did you type in
 services.fproxy.allowedhosts and
 services.fcp.allowedhosts?
 Here's my working config. Note that I specifically
 allowed each host on my
 network to use the Freenet node, because Freenet
 can't (yet) allow entires
 subnets to use it.
 
 - --clip--
 # Set to Freenet.contrib.fcp.FCPHandler to start FCP
 automatically with the
 node.
 services.fcp.class=Freenet.contrib.fcp.FCPHandler

services.fcp.allowedhosts=127.0.0.1,192.168.0.103,192.168.0.112
 services.fcp.port=8082
 services.fcp.config=.fproxyrc
 
 # Set to Freenet.contrib.fproxy.HttpHandlerServlet
 to start FProxy
 automatically with the node

services.fproxy.class=Freenet.contrib.fproxy.HttpHandlerServlet

services.fproxy.allowedhosts=127.0.0.1,192.168.0.103,192.168.0.112
 services.fproxy.port=8081
 - --clip--
 
 - --
   Mika Hirvonen [EMAIL PROTECTED]
   http://www.saunalahti.fi/hirvox/
   PGP key @
 http://www.saunalahti.fi/hirvox/stormshadow.asc
 
 -BEGIN PGP SIGNATURE-
 Version: 6.5.8ckt http://www.ipgpp.com/
 Comment: KeyID: 0xA49FAC41E9DF74C1
 

iQA/AwUBOuJxWKSfrEHp33TBEQI6HwCg3HhHYchllDZqoNse0QE9xoj+dyUAoNH6
 wavgPnSpkuKZRmALpRaG4A8A
 =HoSo
 -END PGP SIGNATURE-
 
 
 
 ___
 Support mailing list
 [EMAIL PROTECTED]

http://lists.freenetproject.org/mailman/listinfo/support



__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

___
Support mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/support



[freenet-support] Bug? Bandwidth limiting not working

2001-04-22 Thread Howard Abrams


All,

I'm running 3.8.1, and in my ".freenetrc" I have
"bandwidthLimit=10".
According to the comment listed above it, this should limit bandwidth
usage ( I assume bi-directionally? ) to about 0.8Mbps ( maybe 1Mbps
with overhead, etc..). This doesn't seem to work. My node was eating
up approx. 2.5Mbps down and 60Kbps up (i.e. 2 to 3 times the limit ).
Which, as you may have guessed, reduces my roommate's porn surfing
efficiency.

So two questions:

1. Is bandwidthLimit supposed to work?

2. In 3.8.1, I know there are new options for up and down bandwidth
limits. Do those work?

Thanks in advance,

Howard

ps. Is there an online bug database for freenet?

___
Support mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/support



Re: [freenet-support] Freenet as proxy?

2001-04-22 Thread Mika Hirvonen

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- - Original Message - 
From: Rick F [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, April 22, 2001 7:00 AM
Subject: [freenet-support] Freenet as proxy?


 1 Debian box (w/ 2 net cards, running ipchains)
 connected directly to the internet (dsl) with a static
 IP address.  Freenet is running on this computer. 
 (and it works...checked it with lynx)
Mine is Redhat 7.0 with 2.4.3 kernel, iptables, 2 net cards, connected to a
cable modem and to my internal network.
 Is there any way to get my home network systems to use
 the freenet proxy running on the debian box?  I
 attempted to just type http://192.168.1.1:8081; (the
 IP of debian) into my windows browser (from
 192.168.1.3) and it didn't work.
 
 Also note: I adjusted the .freenetrc file to allow the
 IPs of my internal computers (by modifying both
 services.fproxy.allowedhost and
 services.fcp.allowedhost)

What exactly did you type in services.fproxy.allowedhosts and
services.fcp.allowedhosts?
Here's my working config. Note that I specifically allowed each host on my
network to use the Freenet node, because Freenet can't (yet) allow entires
subnets to use it.

- --clip--
# Set to Freenet.contrib.fcp.FCPHandler to start FCP automatically with the
node.
services.fcp.class=Freenet.contrib.fcp.FCPHandler
services.fcp.allowedhosts=127.0.0.1,192.168.0.103,192.168.0.112
services.fcp.port=8082
services.fcp.config=.fproxyrc

# Set to Freenet.contrib.fproxy.HttpHandlerServlet to start FProxy
automatically with the node
services.fproxy.class=Freenet.contrib.fproxy.HttpHandlerServlet
services.fproxy.allowedhosts=127.0.0.1,192.168.0.103,192.168.0.112
services.fproxy.port=8081
- --clip--

- --
  Mika Hirvonen [EMAIL PROTECTED]
  http://www.saunalahti.fi/hirvox/
  PGP key @ http://www.saunalahti.fi/hirvox/stormshadow.asc

-BEGIN PGP SIGNATURE-
Version: 6.5.8ckt http://www.ipgpp.com/
Comment: KeyID: 0xA49FAC41E9DF74C1

iQA/AwUBOuJxWKSfrEHp33TBEQI6HwCg3HhHYchllDZqoNse0QE9xoj+dyUAoNH6
wavgPnSpkuKZRmALpRaG4A8A
=HoSo
-END PGP SIGNATURE-



___
Support mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/support