[freenet-support] Configuration file changes

2002-09-24 Thread Greg Wooledge

I'm sorry to butt into the fascinating meta-discussion you've been
having about mailing list etiquette[0], but for those of us who are
actually trying to use Freenet, I have something important to say.

Recently, the CVS version of Freenet has made major changes which
will require many of us to rewrite parts of our configuration files
(freenet.conf and/or freenet.ini).  If you've updated recently and
found that you can't connect to your fproxy port, here's why.

The fproxy and nodeinfo services no longer exist.  They have both
been merged into, and replaced by, a service called "mainport".  You'll
need to go into your freenet.conf (or freenet.ini) file and remove
all of the fproxy.* and nodeinfo.* lines (or at least comment them
out) and replace them with appropriate mainport.* lines.  For example:

  mainport.port=
  mainport.bindAddress=*
  mainport.allowedHosts=127.0.0.1,192.168.1.1,192.168.1.2

Once again: if you've been accessing your node's fproxy port from
across a LAN, it *WILL STOP WORKING* when you update to a sufficiently
recent node snapshot, unless you *CHANGE* your configuration file.

(Apparently the developers felt they had to change the service name
in order to guarantee the least possible amount of backward compatibility.)

Also, if your web browser has cached the old http://NODEADDRESS:/
page which was a redirect to http://NODEADDRESS:8890/ then you may have
to clear your browser's cache (or restart it) to make it stop trying to
follow a redirect that no longer works.

I have also updated the FAQ, at
.

You may now return to your regularly scheduled support channel discussions.

[0] See "sarcasm".

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



msg01196/pgp0.pgp
Description: PGP signature


Re: {SPAM?} [freenet-support] Problèmeinstallation freenet

2002-09-24 Thread tom

Am Die, 2002-09-24 um 06.37 schrieb [EMAIL PROTECTED]:
>  
> 
> Hello i have some problems with freenet initialization.
> 
> Here there is the error message that I obtain...:
> 
>  
> 
> Native code off. Using Java FEC implementaion.
> 
> 24 sept. 2002 06:06:19 (freenet.client.FECFactory, main): Hard failure
> registering encoder: OnionFECEncoder. UPDATE freenet-ext.jar!
> 
> Couldn't initialize FEC support!
> 
Do as the node said: update freenet-ext.jar
You can download a new one from the snapshots
directory at http://freenet.org
 



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



[freenet-support] Problème installation freenet

2002-09-24 Thread gurdjieff23








Bonjour j’ai un problème au démarrage de freenet que
je n’arrive à résoudre.

Voici le message d’erreur que j’obtiens. :

 

Native code off. Using Java FEC implementaion.

24 sept. 2002 06:06:19 (freenet.client.FECFactory, main):
Hard failure registering encoder: OnionFECEncoder. UPDATE freenet-ext.jar!

Couldn't initialize FEC support!

 

Hello i have some problems with freenet
initialization.

Here there is the error message that I obtain...:

 

Native code off. Using Java FEC implementaion.

24 sept. 2002 06:06:19 (freenet.client.FECFactory,
main): Hard failure registering encoder: OnionFECEncoder. UPDATE
freenet-ext.jar!

Couldn't initialize FEC support!

 

 

Please can You help me ?








Re: [freenet-support] some problems

2002-09-24 Thread Nicholas Sturm

I installed 1.4 also.  Somewhere there was Something on this site that lead
me to believe I should install it.  I didn't have it until I installed
Freenet, actually until after I'd been running it for a while.  Since then,
of course, I have to download and install a new copy of Freenet every time
I shut it down or reboot my machine.

I do wonder at time that so many get things to run at all.

... and so the world turns ... even it is a bit wobbly...

P.S.:  I don't think I get the joke.  But then I never did feel too good
taking German. 
 
Herr Sturm

> [Original Message]
> From: Thomas Amm <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
 > Date: 9/24/2002 11:25:06 AM
> Subject: Re: [freenet-support] some problems
>
> Am Die, 2002-09-24 um 16.53 schrieb fabrice:
> > Hello,
> > I want to install Freenet  on Linux Mandrake 8.2 with Java j2r1.4.0_02 
> > installed. But after i run "sh start-freenet.sh" and answer to the
questions, 
> > somes lines appear : 
> > "[fab@localhost freenet]$ java.lang.NoSuchMethodError: 
> > freenet/support/Heap$Element.compareTo(Ljava/lang/Object;)I
> > at freenet.support.Heap.put(Heap.java:106)
> > at freenet.support.Heap.put(Heap.java:100)
> > at freenet.support.Heap.put(Heap.java:85)
> > at freenet.Ticker.addAbs(Ticker.java:89)
> > at 
> > freenet.node.states.maintenance.Checkpoint.schedule(Checkpoint.java:35)
> > at freenet.node.Main.main(Main.java:448)"
> > 
> > and there is nothing new . What can i do?
> > Fabrice
> 
> Why do you want to use Java j2r1.4.0?
> Java 1.4 is beta and Sun explicitely offer it for development only.
> Ah, I forgot - it's faster:). But it is experimental, guess that's what
> causes trouble.
> 
> 
> -- 
> Standard! Stand-ard! Standar-d! Mit "d" - das neben dem "s"!
>  
> 
> 
> ___
> support mailing list
> [EMAIL PROTECTED]
> http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support


--- Nicholas Sturm
--- Mail checked with Norton Virus Checker
--- [EMAIL PROTECTED]
--- http://www.trisware.net
--- The Sturm Center for Local History
  A not-for-profit center dedicated to collecting, preserving and
distributing 
the history of families who settled and developed Barbour County, West
Virginia.




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



Re: [freenet-support] some problems

2002-09-24 Thread Thomas Amm

Am Die, 2002-09-24 um 16.53 schrieb fabrice:
> Hello,
> I want to install Freenet  on Linux Mandrake 8.2 with Java j2r1.4.0_02 
> installed. But after i run "sh start-freenet.sh" and answer to the questions, 
> somes lines appear : 
> "[fab@localhost freenet]$ java.lang.NoSuchMethodError: 
> freenet/support/Heap$Element.compareTo(Ljava/lang/Object;)I
> at freenet.support.Heap.put(Heap.java:106)
> at freenet.support.Heap.put(Heap.java:100)
> at freenet.support.Heap.put(Heap.java:85)
> at freenet.Ticker.addAbs(Ticker.java:89)
> at 
> freenet.node.states.maintenance.Checkpoint.schedule(Checkpoint.java:35)
> at freenet.node.Main.main(Main.java:448)"
> 
> and there is nothing new . What can i do?
> Fabrice

Why do you want to use Java j2r1.4.0?
Java 1.4 is beta and Sun explicitely offer it for development only.
Ah, I forgot - it's faster:). But it is experimental, guess that's what
causes trouble.


-- 
Standard! Stand-ard! Standar-d! Mit "d" - das neben dem "s"!
 


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



[freenet-support] some problems

2002-09-24 Thread fabrice

Hello,
I want to install Freenet  on Linux Mandrake 8.2 with Java j2r1.4.0_02 
installed. But after i run "sh start-freenet.sh" and answer to the questions, 
somes lines appear : 
"[fab@localhost freenet]$ java.lang.NoSuchMethodError: 
freenet/support/Heap$Element.compareTo(Ljava/lang/Object;)I
at freenet.support.Heap.put(Heap.java:106)
at freenet.support.Heap.put(Heap.java:100)
at freenet.support.Heap.put(Heap.java:85)
at freenet.Ticker.addAbs(Ticker.java:89)
at 
freenet.node.states.maintenance.Checkpoint.schedule(Checkpoint.java:35)
at freenet.node.Main.main(Main.java:448)"

and there is nothing new . What can i do?
Fabrice


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



RE: [freenet-support] Test

2002-09-24 Thread Logsdon, Eric

I unsubsubscribed and sent the message to the list.  You do not evidently
have to be subscribed to send a message to the list.  I did not receive a
copy of the message, thus my assertion that the unsubscribe worked.  I used
the list archive to verify that the message did go out.  After I
re-subscribed, I started receiveing messages again.

--
Eric Logsdon
Product Manager
Cooperative Technologies, Inc.
(404) 315-4450 
mailto:[EMAIL PROTECTED]
http://www.CooperativeTechnologies.com 



-Original Message-
From: frank murray [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 23, 2002 11:23 PM
To: Logsdon, Eric; '[EMAIL PROTECTED]'
Subject: RE: [freenet-support] Test


i do not believe that you are unsubscribed...

unsubscribe me now, you slime pit spammers...i want no more of your nonsense
infecting my mailbox...

thanks,
frank
---

- Original Message -
From: "Logsdon, Eric" <[EMAIL PROTECTED]>
Date: Mon, 23 Sep 2002 10:13:11 -0400 
To: "''[EMAIL PROTECTED]''" <[EMAIL PROTECTED]>
Subject: RE: [freenet-support] Test


> I just went to the website (using the link inserted below) and followed
the
> instructions for unsubscribe.  It works fine for me.  It's real easy,
enter
> the e-mail address you subscribed with, your password and click
> "unsubscribe".  I even had the listserv mail me my password, which worked
> just fine.
> 
> --
> Eric Logsdon
> 
> 
> 
> -Original Message-
> From: frank murray [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, September 23, 2002 10:10 AM
> To: Logsdon, Eric; '[EMAIL PROTECTED]'
> Subject: Re: [freenet-support] Test
> 
> 
> is there no way offf this useless list??...
> 
> unsubscribe me now...
> 
> frank
> -
> 
> 
> 
> 
> 
> - Original Message -
> From: "Logsdon, Eric" <[EMAIL PROTECTED]>
> Date: Mon, 23 Sep 2002 10:05:56 -0400 
> To: "''[EMAIL PROTECTED]''" <[EMAIL PROTECTED]>
> Subject: [freenet-support] Test
> 
> 
> > Test
> > 
> > --
> > Eric Logsdon
> > Product Manager
> > Cooperative Technologies, Inc.
> > (404) 315-4450 
> > mailto:[EMAIL PROTECTED]
> >  
> > http://www.CooperativeTechnologies.com
> >   
> > 
> > 
> > 
> > ___
> > support mailing list
> > [EMAIL PROTECTED]
> > http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
> > 
> 
> -- 
> __
> Sign-up for your own FREE Personalized E-mail at Mail.com
> http://www.mail.com/?sr=signup
> 
> ___
> support mailing list
> [EMAIL PROTECTED]
> http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
> 

-- 
__
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

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



Re: [freenet-support] HOWTO unsubscribe

2002-09-24 Thread bruno

Thank you for help.
The unsubscribe proces seems to work well.
Pity nobody answers before I started to complain.
But I understand this kind of free system is reserved to high level IT
technician.
After the money closed community, we have now the expert closed community.

I continue to dream about a real open world ...


- Original Message -
From: "Stef" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 23, 2002 4:12 PM
Subject: [freenet-support] HOWTO unsubscribe


> Hello spammers on this mailinglist!
>
> You are annoyed about the Beta version 0.4 of Freenet? You can try Freenet
in some weeks/months, it improves (I
> hope) with every found bug in the software. If the most part of Freenet is
fixed and the code doesn't change so
> much, then I promise you the documentation will be better.
> You can try the "competition networks": GNUnet
(http://www.gnu.org/software/GNUnet/), Entropy
> (http://entropy.stop1984.com/); perhaps there are other ones.
>
> I never unsubscribed on this list, but I can say what I know. "Bruno" is
like a little child...
> I think that no human "listmaster" is reading this mailinglist, YOU have
to unsubscribe!
>
>
> This was the first mail I got from this mailinglist. Read it carefully:
>
> Subject: Welcome to the "support" mailing list
> Sender: [EMAIL PROTECTED]
> 
> Welcome to the [EMAIL PROTECTED] mailing list!
>
> To post to this list, send your email to:
>
>   [EMAIL PROTECTED]
>
> General information about the mailing list is at:
>
> http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
>
> If you ever want to unsubscribe or change your options (eg, switch to
> or from digest mode, change your password, etc.), visit your
> subscription page at:
>
>
http://hawk.freenetproject.org/cgi-bin/mailman/options/support/sbraun%40free
surf.ch
>
> You can also make such adjustments via email by sending a message to:
>
>   [EMAIL PROTECTED]
>
> with the word `help' in the subject or body (don't include the
> quotes), and you will get back a message with instructions.
>
> You must know your password to change your options (including changing
> the password, itself) or to unsubscribe.  It is:
>
>   ** [snipped: my password]
>
> If you forget your password, don't worry, you will receive a monthly
> reminder telling you what all your freenetproject.org mailing list
> passwords are, and how to unsubscribe or change your options.  There
> is also a button on your options page that will email your current
> password to you.
>
> You may also have your password mailed to you automatically from the
> Web page noted above.
> ~~
>
>
> I never used the above commands, but I think when you don't make mistakes,
then the list computer will
> unsubscribe you.
>
>
>
> I hope I could help you.
>
> Greetings,
> Stef
>
>
> PS: In the mailheaders of every mail you receive on this mailinglist are
the following tags:
>
> List-Help:
> 
> List-Post:
> 
> List- Subscribe:
> ,
 subject=subscribe>
> List-Id:
> 
> List- Unsubscribe:
> ,
 subject=unsubscribe>
> List-Archive:
> 
>
>
>
> ___
> support mailing list
> [EMAIL PROTECTED]
> http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support



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



[freenet-support] Unsubscribe test results

2002-09-24 Thread Victor Denisov

I'm subscribed to this list as [EMAIL PROTECTED] I also use Hotmail
account [EMAIL PROTECTED] To check if unsubscribe works or not,
I've done the following:

Software: Windows 98SE, Internet Explorer 6, Outlook Express 6.

1. Went to http://hawk.freenetproject.org/mailman/listinfo/support/.
2. Entered e-mail [EMAIL PROTECTED], password 12345678 (no, that's
not the password for Hotmail account ;-)).
3. Received e-mail from [EMAIL PROTECTED] with subject
"support -- confirmation of subscription -- request 792232"
4. Replied to this message, keeping subject line intact.
5. Received another message from [EMAIL PROTECTED], with
subject being "Welcome to the "support" mailing list".
6. Posted test message from this account to [EMAIL PROTECTED]
7. Received this message on both [EMAIL PROTECTED] and
[EMAIL PROTECTED]
8. Went to http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support,
entered [EMAIL PROTECTED], entered 12345678 in "Unsubscribing from
support - Passord" field, pressed "Unsubscribe" button.
9. Got "support Unsubscribe Results - You have been unsubscribed"
confirmation in browser.
10. Posted another test message to [EMAIL PROTECTED]
11. Received this message on primary account, but not on Hotmail account.

Hope I hadn't missed anything important.

So, my conclusion is that unsubscribe function _does_ work, at least for
some list members. What I would've done is try to use different
browser/e-mail client. If this won't work, I'd try to subscribe/unsubscribe
from the same machine/software, but use a different e-mail address. If this
will work, then it is definitely a glitch in the mailing list software. This
does happen, unfortunately. Since you got no response from list admins, just
configure your client to ignore messages from this list - it's not _that_
difficult, and the traffic on the list is quite small.

BTW, this list is open to non-subscribers, so no wonder everyone can send
messages to it. AFAIU, this was a deliberate (though questionable) decision
on the part of the developers.

With best regards,
Victor Denisov, aka Larder Larder.


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



[freenet-support] Test 2

2002-09-24 Thread Larder Larder

Final test. Sorry, people.

_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


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



[freenet-support] Test

2002-09-24 Thread Larder Larder

Test for the unsubscribe function. Sorry, people, someone has to do it :-(.

_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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