[freenet-support] Mail me

2002-12-14 Thread Tld

Here it is, the mail :D

--
--- TLD
"Oh, how uncomfortable that word must feel on your lips: evil.
 Good...there is no good, there is no evil. There is only flesh,
 and the patterns to which we submit it." [Pinhead]



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



Re: [freenet-support] How to compile with gcj?

2002-12-14 Thread Matthew Toseland
On Fri, Dec 13, 2002 at 03:20:31PM +0100, Vadim wrote:
> Hello, I need some help with this. I got the Freenet source, and 
> successfully did make -f Makefile.gcj. That worked fine, and produced 
> 'frednode'. However, something seems to be missing. It can't load 
> FEC, and mainport fails to start.
Known problem with GCJ :(. Probably ought to get fixed before 1.0, but
not a priority for the dev team at this moment. Help would be
appreciated :). For more info on gcj, suggest you search the archives of
the devl list.
> 
> I guess I have to compile freenet-ext somehow, but I don't see 
> makefiles for that anywhere, and can't make one myself. Here's the 
> log:
> 
> 8-Dec-02 2:55:19 PM (freenet.support.io.Bandwidth, main): new 
> Bandwidth(10,0,BOTH)
> 8-Dec-02 2:55:20 PM (freenet.node.Main, main): loading node keys: 
> /home/freenet/data/node
> 8-Dec-02 2:55:21 PM (freenet.node.Main, main): starting filesystem
> 8-Dec-02 2:55:21 PM (freenet.node.Main, main): loading data store
> 8-Dec-02 2:55:21 PM (freenet.node.Main, main): loading routing table
> 8-Dec-02 2:55:53 PM (freenet.node.Main, main): loading temp bucket 
> factory
> 8-Dec-02 2:55:53 PM (freenet.node.Main, main): loaded temp bucket 
> factory
> 8-Dec-02 2:56:14 PM (freenet.node.Main, main): read seed nodes
> 8-Dec-02 2:56:14 PM (freenet.node.Main, main): Initial refs count: 38
> 8-Dec-02 2:56:14 PM (freenet.node.Main, main): seeded routing table
> 8-Dec-02 2:56:14 PM (freenet.node.Main, main): saved routing table
> 8-Dec-02 2:56:14 PM (freenet.node.Main, main): starting node
> 8-Dec-02 2:56:14 PM (freenet.node.Main, main): loading service: 
> mainport
> 8-Dec-02 2:56:15 PM (freenet.node.Main, main): Failed to load service: 
> mainport
> class java.lang.ExceptionInInitializerError: 
> java.util.MissingResourceException: Bundle 
> javax.servlet.http.LocalStrings not found
>at 0x003e3337: java.lang.Throwable.Throwable(java.lang.String) 
> (/usr/lib/libgcj.so.3)
>at 0x003d627e: java.lang.Exception.Exception(java.lang.String) 
> (/usr/lib/libgcj.so.3)
>at 0x003d9b8a: 
> java.lang.RuntimeException.RuntimeException(java.lang.String) 
> (/usr/lib/libgcj.so.3)
>at 0x004169d0: 
> java.util.MissingResourceException.MissingResourceException(java.lang.String, 
> java.lang.String, java.lang.String) (/usr/lib/libgcj.so.3
> )
>at 0x0041949e: java.util.ResourceBundle.getBundle(java.lang.String, 
> java.util.Locale, java.lang.ClassLoader) (/usr/lib/libgcj.so.3)
>at 0x00418d1c: java.util.ResourceBundle.getBundle(java.lang.String) 
> (/usr/lib/libgcj.so.3)
>at 0x0812fb7d: javax::servlet::http::HttpServlet::() 
> 
>(/home/vadim/freenet-0.5.0.7-source/freenet/src/javax/servlet/http/HttpServlet.java:143)
>at 0x003c269f: java.lang.Class.initializeClass() 
> (/usr/lib/libgcj.so.3)
>at 0x003c26d1: java.lang.Class.initializeClass() 
> (/usr/lib/libgcj.so.3)
>at 0x003c12c5: java.lang.Class.forName(java.lang.String, boolean, 
> java.lang.ClassLoader) (/usr/lib/libgcj.so.3)
>at 0x003c133f: java.lang.Class.forName(java.lang.String) 
> (/usr/lib/libgcj.so.3)
>at 0x0810139d: 
> 
>freenet::interfaces::servlet::MultipleHttpServletContainer::loadServlet(javax::servlet::ServletContext*,
> 
> freenet::FieldSet*) (/home/vad
> 
>im/freenet-0.5.0.7-source/freenet/src/freenet/interfaces/servlet/MultipleHttpServletContainer.java:190)
>at 0x08101272: 
> 
>freenet::interfaces::servlet::MultipleHttpServletContainer::loadContext(freenet::FieldSet*)
> 
> (/home/vadim/freenet-0.5.0.7-source/freenet
> /src/freenet/interfaces/servlet/MultipleHttpServletContainer.java:163)
>at 0x08100f90: 
> 
>freenet::interfaces::servlet::MultipleHttpServletContainer::init(freenet::config::Params*)
> 
> (/home/vadim/freenet-0.5.0.7-source/freenet/
> src/freenet/interfaces/servlet/MultipleHttpServletContainer.java:130)
>at 0x0805c6bb: freenet::node::Main::loadService(freenet::FieldSet*, 
> freenet::node::Node*) 
> (/home/vadim/freenet-0.5.0.7-source/freenet/src/freenet/node
> /Main.java:1359)
>at 0x0805c09c: freenet::node::Main::startNode(freenet::node::Node*, 
> JArray*, freenet::config::Params*) 
> (/home/vadim/freenet-0.5.0.7
> -source/freenet/src/freenet/node/Main.java:1291)
>at 0x080592fc: 
> freenet::node::Main::main(JArray*) 
> (/home/vadim/freenet-0.5.0.7-source/freenet/src/freenet/node/Main.java:734)
>at 0x003bf7ee: gnu.gcj.runtime.FirstThread.call_main() 
> (/usr/lib/libgcj.so.3)
>at 0x00428de1: gnu.gcj.runtime.FirstThread.run() 
> (/usr/lib/libgcj.so.3)
>at 0x003caece: _Jv_ThreadRun(java.lang.Thread) 
> (/usr/lib/libgcj.so.3)
>at 0x0039d458: _Jv_RunMain(java.lang.Class, byte const, int, byte 
> const, boolean) (/usr/lib/libgcj.so.3)
>at 0x0039d549: JvRunMain (/usr/lib/libgcj.so.3)
>at 0x08056b3c: main (/tmp/ccDpISR3.i:12)
>at 0x007e90bf: __libc_start_main (/lib/libc.so.6)
>at 0x08056a89: _start (??:0)
> 8-Dec-02 2:56:31 PM (freenet.node.Node, main): Starting ticker..
> 8-Dec-02 2:56:31 PM (freenet.node

Re: [freenet-support] problème de décompression

2002-12-14 Thread Matthew Toseland
On Wed, Dec 11, 2002 at 09:19:24PM +0100, gladys wrote:
> Bonjour
> j'utilise un mac (OS X).
> Lorsque je dois utiliser "Stuffit Expander" pour décompresser l'archive.
> j'ai un méssage : "format d'en-tête zip inconnu. Cette opération ne peut pas
> être executée.
> 
> Merci de me repondre (je débute).
Remove the ZIP, download it again. If that doesn't work, mail here and
tell us the date of the ZIP and its exact size. Sometimes things get
mangled if you download it in the middle of an update...

Babelfish translates this into french as:
Enlevez la FERMETURE ÉCLAIR, téléchargez-l'encore. Si cela ne fonctionne
pas, expédier ici et nous dire la date de la FERMETURE ÉCLAIR et de son
taille exacte. Parfois les choses obtiennent mangled si vous le
téléchargez au milieu d'une mise à jour...

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



msg02353/pgp0.pgp
Description: PGP signature


Re: [freenet-support] Maxmimum number of connections?

2002-12-14 Thread Matthew Toseland
On Wed, Dec 11, 2002 at 10:41:15PM +0100, Tld wrote:
> [EMAIL PROTECTED] wrote:
> >I have have read somewhere (i do not know anymore, where i have read it),
> >that the maximum connections are set to the same value as the setting
> >"maximumThreads"in the settings. But i do not know, if the setting 
> >"maximumThreads" is
> >also deprecated. So just try it ;)
> 
> Now, now. This is interesting.
> I tried lowering the maximumThreads value (to 60 or such). What resulted 
> was even worse than before: 25, 30 connections and it was dead again.
> 
> So I tried the other way, setting it to 512 (from 120, the default).
> Its uptime is now 40 minutes, the average number of active connections is 
> about 80 (the top I've seen so far is 138..!) and it's working jolly 
> good.
> 
> What I'm thinking about is that the "what to do when maximumThreads value 
> is reached" routine has something bad in it, at least not compatible with 
> the kaffe 1.0.7 I have installed.
> Hope this helps solving some problems :)
Hmmm. Set it back to 120, set logLevel=debug, gzip freenet.log and mail me
it. Maybe I can fix. But Kaffe has known problems with current freenet.
> 
> >P.S.: Have i said already that i cannot write English... 
> It sure is good enough to have the message unerstood :)
> 
> -- 
> --- TLD
> "Oh, how uncomfortable that word must feel on your lips: evil.
>  Good...there is no good, there is no evil. There is only flesh,
>  and the patterns to which we submit it." [Pinhead]
> 

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



msg02352/pgp0.pgp
Description: PGP signature


Re: [freenet-support] Maxmimum number of connections?

2002-12-14 Thread Matthew Toseland
On Wed, Dec 11, 2002 at 06:28:46PM +0100, Tld wrote:
> 
> Hello.
> 
> I have noticed that my node dies when number of opened connections reach 
> 50. I am using #537
> I get loads of inbound traffic, so it takes less than a minute to reach 50 
> connections and crash again. Then a script kicks in and reloads freenet for 
> another couple of minutes, and so on.
What JVM are you using? Any idea what the cause of the crash is? Can you
send me the end of your freenet.log ?
> 
> I have tried with setting "maxNodeConnections=35" in freenet.conf, but I 
> still have "Number of open connections: 48" or near that.
It is. maxNodeConnections is forced to 0.4*maximumThreads. You can try
lowering maximumThreads. It is probably an out of memory error, try
giving freenet more memory (java -mx200m freenet.node.Main).
> I was told on IRC that maxNodeConnections is deprecated, but I couldn't 
> find an alternative directive, and noone could tell me of one. :(
> Hence I ask on the mailing list, hoping someone has a solution.
> 
> I really do not want to shut my node down, and neither to make it transient 
> until a more stable version appear (of either the java machine or the 
> freenet jar).
> 
> Thank you :)
> 
> -- 
> --- TLD
> "Oh, how uncomfortable that word must feel on your lips: evil.
>  Good...there is no good, there is no evil. There is only flesh,
>  and the patterns to which we submit it." [Pinhead]

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



msg02351/pgp0.pgp
Description: PGP signature


[freenet-support] In just 48 HOURS!!! Guaranteed!

2002-12-14 Thread Be on ALL the Major Search Engines
Title: Goodman Systems, Inc - Flyer








  
  

  

  

  
  

  
  

   
  
   
   
  When you search for your website on many of the search engines you cannot find it or when you do you find it is on the back
  pages! Can this be changed? YES!
   
  
  "You have your
  web site designed and have sorted out the maintenance and waiting for the
  business to roll in, but there's one small problem No one
  knows!" You
  need a professional company to do it!.
  Getting onto the worlds search
  engines and high in their listings doesn't  just happen. You
  have to be put there! 
   
  
  
  Your web site designer and your host
  are NOT
  responsible for getting your web site seen!  Yes, they may submit your site to a few search
  engines periodically but to stay on the TOP of the search
  engines is an aggressive business.
  
  
  
  
  
  
  The fact is that over 80
  million real people use the search engines every day. Search engines are
  the most effective way of reaching your customers. So you must be on
  them! We guarantee to give your web site the exposure that it deserves
  both locally and globally. Using the expertise of years in the industry
  our aim is to get you to the top of the search engine listings and then
  keep you there. Guaranteed!
  
   To Book our
  Service Simply PRESS
  this  BOOK NOW!  Button and we can begin submitting your web site to the
  worlds search engines today! 
  This is a one off payment for an entire year of submission
  service!
  
   
  
  We will submit your web site to the top search engines every two days. We guarantee that your
  web site will be on them within 48 Hours and then we will submit your web
  site to another 1000 top search engines and
  directories every 30 days.
  So
  once we have got you onto the search engines you will stay on
  them!
  
  BUT we do more: We will submit your site using the most effective meta tags and keywords. How do we know which are the most
  effective ones to use on your web site?  Our team of experts will examine
  your website and see what meta-tags and keywords
  you are presently using and then
  replace them with keywords and meta-tags
  from the top companies in your category. If it works for them it will work for you!
  See our
  testimonials.
   
   
  
  


  

  

  Search Engine Facts
  Testimonials
  Our Money Back
  Guarantee
  Major Search Engine
  Information
  About Goodman Systems,
  Inc
  Visit
  the Goodman Systems website:  www.goodmansystems.com
  

  
Click the button below to
book now:



  
  

  
  > B O O K  N O W <<">

  
  
  
  
 


If you have any questions please
send us an mail and one of our
technical team will be happy to help you: [EMAIL PROTECTED]
Goodman
Systems, IncThe leader in Professional
Web Site Submission
 
 
 
If you do not wish to receive
offers of this type in the future, please click the unsubscribe link below. All
trade names/trademarks are the properties of their respective owners. This
message is sent in compliance of the proposed bill SECTION 301. Per section 301,
Paragraph (a)(2)(C) of S. 1618. By providing a valid "Remove" feature it can not
be considered SPAM. We make every effort to insure that the recipients of our
direct marketing are those individuals who have asked to receive additional
information on promotional offers from companies who offer internet marketing
products. Again we apologize if this message has reached you in error. To be
removed from our mailing list, please click here Remove