Re: [freenet-support] 0.3.9.1+IBM 1.3 JDK+Linux 2.2.14 = Splat?

2001-05-30 Thread Ruediger Kapitza



On Wed, 30 May 2001, Doug Bostrom wrote:

 Wondering if anybody else has seen this. I've been running 0.3.9.1 on i386 Linux 
2.2.14 w/ IBM JDK 1.3. successfully since 0.3.9.1 was released. Tons of traffic, lots 
of 
 storage and retrieval happening, everything seemed to be working smoothly. A couple 
of days ago the box the whole affair was running began locking hard- no console 
 access, ethernet unresponsive, etc. This happened several times, but stopped when I 
reluctantly shut off the freenet facility. Crashes happened within 1 hour of 
 restarting the box. Notify time is set to 15 mins (and I hope I've not violated any 
sanctions with that).
Hi!

Have you set a useful limit for incoming connections ?

# Should we use thread-management?  If this number is defined and 
#non-zero,
# this specifies how many inbound connections can be active at once.
maximumConnectionThreads=50

If this value is not set in .freenetrc than there could be so
many incoming connections and this means threads and this maybe means
native thread(== processes) that it may exceed the system limit.

Another reason could be that you 
a) insert to much into freenet through a script
or 
b) request many things through fproxy

If b is the case you could try to run fproxy in a new jvm
and disable it in the config file.

All just guesses ...
Ruediger



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



[freenet-support] Re:error message during start freenet Win release plan

2001-05-30 Thread Sebastian Späth

Dave Hooper schrieb:
 This is true and I am assisting with the release.  I'm sorting out some
 final things and hopefully the release will be this Friday.   The weird
 thing is I'm almost completely sure that the cannot find main class bug
 was fixed already in the latest (0.3.9.1-1) release, I've certainly not been
 able to reproduce it here (also Win2000)

Neither can I (Win 98 and ME) that is really weird. But as
-cp/-classpath option does not work for all Java's we have to try to fix
it via the CLASSPATH variable.

 The latest version does this itself anyway so it shouldn't be necessary.
 However, if setting CLASSPATH=c:\freenet\freenet.jar (or whatever your path
 is) gets things working then I think we've found the problem -- if this
 truly works then it means the 'latest' version of freenet didn't contain the
 latest code!

:-) You are suspecting me of not using the latest code? :-) Actually, I
think what we should do is the following:

1) I lost the updated source code of config.dll due to hd crash, so we
need to continue from what we have in CVS
   (Dave would you provide a updated and noncrashing config.dll to CVS
if you haven't done it already?)
2) Put out a new release on Friday, with what we have in CVS right now
(I changed e.g. some small things in cfgclient and yes, they are in CVS
:-).
3) I am sorry but there will be no pre-release testing this way, but it
can't get worse at the moment, so we should just push out something ASAP
and see if the number of complaints decreases.
4) After that release, the very next thing we do is fixing Javafind

Sebastian

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



[freenet-support] Installing problems

2001-05-30 Thread psamland



Hi,
Download works fine. On installation in a windows 
2000 environment a prompt appears that java environment can't be found. I have 
downloaded java environment but screen freezes following appearance of the same 
message (java environment can't be found.
Any suggestions?
Thank you kindly
Hella


[freenet-support] Could not find main class - exiting! Workaround found.

2001-05-30 Thread Perks, Graham

I too had this problem (on Windows 2000). 
 
I went to the Freenet install directory and edited flaunch.ini.
 
javaexec and javaw were pointing at c:\program files\jre\1.3.01 or
similar.  I changed the paths to c:\jdk1.3\jre\..., restarted Freenet, and
now it works! 
 
I suspect the space in the original pathname.
 
--
Cheers,
Graham Perks.
SQL Explorer Developer
BMC Software, Inc   Austin, Texas, USA  
 
 

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



Re: [freenet-support] Could not find main class - exiting! Workaround found.

2001-05-30 Thread Sebastian Späth

Perks, Graham schrieb:
 javaexec and javaw were pointing at c:\program files\jre\1.3.01 or
 similar.  I changed the paths to c:\jdk1.3\jre\..., restarted Freenet, and
 now it works!
 
 I suspect the space in the original pathname.

Mmh, we had this error already a couple of times connected to spaces in
folder names. Dave, I can think of a possible error source now: Do we
wrap the Classpath variable in   if there are spaces in the path? I
think we might need to do that the classpath variable might not allow
spaces? What do you think of this? Do you change it and give it a try,
or should I (I have very little time at the moment and can't do it
before the weekend)?

Sebastian

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



Re: [freenet-support] Port 8081 already used by another application

2001-05-30 Thread Greg Wooledge

Perks, Graham ([EMAIL PROTECTED]) wrote:

 So... is there a way to change the port freenet uses?  Some other
 centralized administration app my company uses already takes up port 8081.
 I can't get to http://localhost:8081/ http://localhost:8081/ , and I can't
 do much with Freenet!

Yes, all the port numbers are configurable.  Just edit your .freenetrc
(or freenetrc.ini on Windows(?)) file and change them.

 BTW, is it reasonable for Freenet to be used as a team-private super shared
 drive?  For example, have one Freenet system with disk space spread over 10
 nodes, running on a particular port separate from the open-to-anyone
 worldwide Freenet?

I suppose you could do this, but you might need to disable the announcement
that goes to the inform server.  I'm not sure how best to do that.

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

 PGP signature


RE: [freenet-support] Port 8081 already used by another application

2001-05-30 Thread Perks, Graham

Thanks for the replies!

I tried sticking the line:

services.fproxy.port=8081

into both freenet.ini and flaunch.ini with no luck.  The entry didn't
previously exist.

I changed the serverAddress in .fproxyrc from 12401 to 8083, still no
luck.

I can't find 8081 in any of the installed files!
--
Cheers,
Graham Perks.
SQL Explorer Developer
BMC Software, Inc   Austin, Texas, USA  


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



Re: [freenet-support] Port 8081 already used by another applicati on

2001-05-30 Thread Greg Wooledge

Perks, Graham ([EMAIL PROTECTED]) wrote:

 I tried sticking the line:
 
 services.fproxy.port=8081
 
 into both freenet.ini and flaunch.ini with no luck.  The entry didn't
 previously exist.
 
 I changed the serverAddress in .fproxyrc from 12401 to 8083, still no
 luck.

The serverAddress in .fproxyrc should match the listenPort in .freenetrc.

In my .freenetrc I have the following (they aren't consecutive, but I'll
show them here as though they were):

listenPort=19114
services.fcp.port=8082
services.fproxy.port=8081
services.xmlrpc.port=6690

The first is the port on which Freenet listens for all requests.  The
second is for FCP (Freenet Core Protocol?), which is apparently an
alternative interface used in C/C++/perl programs.  The third is where
fproxy listens for requests from web browsers.  I have no idea what
xmlrpc does.

Since I'm running Freenet on the default port of 19114, I don't have a
.fproxyrc file.

I'm using Linux, so you'll have to adjust filenames appropriately if
you're on Windows.

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

 PGP signature


RE: [freenet-support] Port 8081 already used by another applicati on

2001-05-30 Thread Perks, Graham

The Windows file (freenet.ini I think) has a different format.  The full
contents after install are:

[Freenet Node]
listenPort=12401

I added 

services.fproxy.port=8083

with no luck; I played around for example creating a [services] section but
still no joy.  Maybe tomorrow I'll hit the right combination :-)

--
Cheers,
Graham Perks.
SQL Explorer Developer
BMC Software, Inc   Austin, Texas, USA  
(512) 340-6203


-Original Message-
From: Greg Wooledge [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 30, 2001 6:34 PM
To: Perks, Graham
Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Subject: Re: [freenet-support] Port 8081 already used by another
applicati on


Perks, Graham ([EMAIL PROTECTED]) wrote:

 I tried sticking the line:
 
 services.fproxy.port=8081
 
 into both freenet.ini and flaunch.ini with no luck.  The entry didn't
 previously exist.
 
 I changed the serverAddress in .fproxyrc from 12401 to 8083, still no
 luck.

The serverAddress in .fproxyrc should match the listenPort in .freenetrc.

In my .freenetrc I have the following (they aren't consecutive, but I'll
show them here as though they were):

listenPort=19114
services.fcp.port=8082
services.fproxy.port=8081
services.xmlrpc.port=6690

The first is the port on which Freenet listens for all requests.  The
second is for FCP (Freenet Core Protocol?), which is apparently an
alternative interface used in C/C++/perl programs.  The third is where
fproxy listens for requests from web browsers.  I have no idea what
xmlrpc does.

Since I'm running Freenet on the default port of 19114, I don't have a
.fproxyrc file.

I'm using Linux, so you'll have to adjust filenames appropriately if
you're on Windows.

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

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



[freenet-support] (no subject)

2001-05-30 Thread right ma

Would you tell me how to use your freenet to open the sites wich locked my 
the communist party?

thanks

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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



(None)[freenet-support] (no subject)

2001-05-30 Thread kvv454fv56
Title: Untitled Document




Educate yourself about everything you ever wanted to know !!!
Individually, these products often sell for as much as $100!!!
 
1. Satellite TV/RCA Dish Descrambler
 
Our unique, complete plans for building your own home satellite TV descrambler. 
  For access to a clear reception of pay TV signals on your home satellite dish! 
  It does not require any additional equipment! Complete PC board template  
  instructions! This also includes a manual for accessing the RCA/DSS satellite 
  dish to receive free pay channels. All the latest information for doing it right. 

 
2. X-Ray Envelope Spray
 
Have you ever wanted to read the contents of an envelope without opening it? 
  Many government and other organizations use what is known as X-Ray Envelope 
  Spray to do this! An envelope is sprayed with this secret chemical and it becomes 
  translucent for a short period of time which allows the contents to be read 
  without opening. Private supply houses sell small cans of this aerosol spray 
  for up to $50 a can! The spray is actually a commonly available item found in 
  major grocery and discount stores. No modification of the spray is needed, as 
  it is ready to use as X-Ray Envelope Spray and sells for about $1.99 in retail 
  stores!
 
3. How to Find Anyone and Obtain Unlisted Phone Numbers.
 
Tired of getting the wrong number? Stop looking! We can help! We'll show you 
  how to get the unlisted phone number of anyone. No one can hide now! Simple. 
  Skip tracers use these tricks. We also include everything you need to know about 
  finding missing people or loved ones from the comfort of your home. Why pay 
  money when you can do it yourself? 
 
4. Radar Zapper 
 
This simply technique converts existing radar detectors into a device that 
  will jam police radar. This device sends false readings back to the police radar! 
  Works on virtually all detectors and easy to use!
 
5. Untraceable E-Mail 
 
How to send totally anonymous and untraceable E-mail. We're not talking about 
  those generic Yahoo! accounts -- this is the real McCoy, anonymous email. Everything 
  explained. Absolutely untraceable.
 
6. Underground Guide to Utility Meters
 
The illustrated guide to gas, water  electric meters! We show you in detail 
  methods many people use to stop, slow down, even reverse all three types! This 
  underground manual is one of our most popular items! Complete illustrated techniques 
  and easy to do. Shows how to defeat all major brands  models of gas, water 
   electric meters.
 
7. Scan-Tron Genius
 
Here at last!! This very controversial report describes in detail how any student 
  can easily defeat Scan-Tron test readers to pass a test even though he does 
  not know the answer! This simple method will fool the scan reader into thinking 
  your answered correctly! No tools needed. Completely tested. You won't believe 
  how simple this method is!
 
8. Bad Credit Cleaning Manual
 
Simple ways to restore your bad credit rating to A++. Don't pay a credit counselor 
  good money to do what you can do yourself. Many methods presented here - some 
  legal  some not so legal. Wipe your slate clean from your own 
  home. Get a fresh start.
 
9. Pass Drug Tests 
 
Don't use of drugs! However, many innocent people are victims of drug testing. 
  Some over the counter medicine can trigger false results  cost you your 
  job. Proven methods to beat drug tests. We show you how to build a simple device 
  that can fool the best! Protect yourself  your job, even if you don't use 
  drugs.
 
10.Cable TV Decoders
 
How to get cable TV and turn your converter box into full service 
  mode. This is the latest and best way to gain access. Also, how to build your 
  own snooper stopper for pennies. Prevents cable companies from spying 
  on you.
 
11. Free Long Distance
 
You can make long distance calls to other countries at no cost! The information 
  in these reports explains everything you need to call other countries! Country 
  codes, city codes, overseas sender codes! Call England, Germany, the UK, practically 
  anywhere!
 
12. Dissolving Checks
 
We show you in detail the insufficient funds checks scam used by 
  people to obtain goods  cash without having any money in the account. Many 
  people do not even use false ID's in pulling this scam off. Complete detailed 
  instructions plus rare information on the famous dissolving checks. 
  These checks dissolve after being chemically coated  deposited 
  in the bank leaving no trace of the writer or account number. Not for illegal 
  purposes. See how others do it. 
 
13. Outsmart Lie Detector Tests
 
Hundreds of thousands of people in this country are wrongfully fired or not 
  hired simply because they did not pass the lie detector test even though they've 
  done nothing wrong! Read drugless methods to help pass whether you are lying 
  or not! A valuable tool for any job seeker. Don't be harassed by your employer 
  ever 

Re: [freenet-support] Port 8081 already used by another applicati on

2001-05-30 Thread Mr . Bad

 GW == Greg Wooledge [EMAIL PROTECTED] writes:

GW The serverAddress in .fproxyrc should match the listenPort in
GW .freenetrc.

Actually, you should get rid of your .fproxyrc, if it exists.

All configuration should go through:

service.[servicename].[configname]=[configvalue]

And unless you're using another node as the server for FProxy, you
shouldn't ever have to set the serverAddress config.

I find it hard to believe that service.fproxy.port=[portno] doesn't
work.

~Mr. Bad

-- 
 ~
 Mr. Bad [EMAIL PROTECTED] | Pigdog Journal | http://pigdog.org/ 
 freenet:MSK@SSK@u1AntQcZ81Y4c2tJKd1M87cZvPoQAge/pigdog+journal//
  Cetere, Kartago estas detruenda.
 ~

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



[freenet-support] Fw: [freenet-devl] Freenet Winstaller - 0.3.9.1-2 TEST RESULTS

2001-05-30 Thread Dave Hooper

  I am currently checking in fixes into CVS.  I will announce when they
are
  ready

 'Kay, done it.

 New freenet.exe is in CVSROOT/Contrib/wininstall/Freenet  as you'd expect.
 All source in the obvious place too (../wininstall/Sources/freenet.exe)

 To the best of my knowledge, this update fixes all current bugs and
support
 problems in freenet.exe

Dave



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