Re: [freenet-support] Freenet directory sharing between Linux/windoz

2004-05-17 Thread Thomas Guyot-Sionnest
Roger Oksanen wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday 17 May 2004 07:30, Thomas Guyot-Sionnest wrote:
Hi,
I'm a long time Linux user, but sometimes I need to run windoz to do
somes tasks. I usually does them in batch and it keep my computer
busy for a few days every once in a month or two. I would like to
know if there any way to share the same freenet directory between
these two OS.
In fact, I'm actually doing it... Freenet is on a FAT32 volume, and
since Linux and windoz versions doesn't use the same config file, I
have no problems with path or any system-dependant configuration. It
looks like Freenet developpers had this kind of installation in mind
when they designed it.
However, everytime I switch OS, I lose all my datastore.

Is the long file name support coherent between Windows and Linux? The 
datastore uses lfn:s so breakage in it would break the datastore. You 
should probably take a file listing from Windows before switching to 
linux (or vice versa) and compare the listing with the actual display 
on the other OS.

- -- 
Roger Oksanen <[EMAIL PROTECTED]> 		+358 50 355 1990
CS Student at Helsinki University			 PGP id 1B125A3E
Homepage http://www.cs.helsinki.fi/u/raoksane/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAqI3078OZUBsSWj4RAgS9AJ0ankFAAP/PVjwuobKYmPeH6wmj4wCfb82E
M883CUYHKarTGzebK4mhhg8=
=x+rK
-END PGP SIGNATURE-
Long file names should bo ok. I never had problems, and sometimes even 
use Wine on windoz-installed apps that often deal with 
very-long-with-all-kind-of-weird-caracters file names.

Also, linux's FAT32 driver doesn't care for case... However, if the 
Freenet client get a directory listing and do case-sensitive operations 
on it, it may fail...  (and that would definetly be a bug of Freenet 
since hex strings doesn't care about case)

I'll follow-up on it if I find anything significant.
Thanks
Thomas Guyot
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] Freenet directory sharing between Linux/windoz

2004-05-17 Thread Thomas Guyot-Sionnest
TLD wrote:
Thomas Guyot-Sionnest wrote:
However, everytime I switch OS, I lose all my datastore.

Did you try sharing the same node, ??nodes_*, ngrt*, rtprops_* files
between the two installations?
The *whole* directory (/mnt/bigfat/freenet <=> T:\freenet) is shared! 
Only temp drives differs. I've been able to do this since clients for 
Linux and windoz doesn't share the same config file. No other paths are 
specified, so everything else is within freenet's directory.

Thomas Guyot
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] error first time start freenet

2004-05-17 Thread tripolar
I am running Debian-sid, 2.6.3 kernel, and java from sun ( j2re-1_4_2_04 
). I installed freenet, edited the conf file- just added my ip address. 
When I started freenet $sh start-freenet.sh I get this error ( below) 
though this part of the error is maybe a thousand lines down. Finally 
killed freenet with root.
Any ideas on how to fix this?
Thanks
"  at freenet.transport.AbstractSelectorLoop.loop 
(AbstractSelectorLoop.java:835)
  at freenet.transport.ListenSelectorLoop.run (ListenSelectorLoop.java:149)
  at java.lang.Thread.run (Thread.java:307)
java.lang.Exception
  at freenet.transport.AbstractSelectorLoop.loop 
(AbstractSelectorLoop.java:836)
  at freenet.transport.ListenSelectorLoop.run (ListenSelectorLoop.java:149)
  at java.lang.Thread.run (Thread.java:307)
Caught a java.nio.channels.IllegalBlockingModeException, 
LSL.processConnections failing
java.nio.channels.IllegalBlockingModeException
  at java.net.ServerSocket.implAccept (ServerSocket.java:350)
  at gnu.java.nio.NIOServerSocket.accept (NIOServerSocket.java:77)
  at gnu.java.nio.ServerSocketChannelImpl.accept 
(ServerSocketChannelImpl.java:110)
  at freenet.transport.ListenSelectorLoop.processConnections 
(ListenSelectorLoop.java:107)
  at freenet.transport.AbstractSelectorLoop.loop 
(AbstractSelectorLoop.java:835)
  at freenet.transport.ListenSelectorLoop.run (ListenSelectorLoop.java:149)
  at java.lang.Thread.run (Thread.java:307)"

___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Datastore loses keys on restart

2004-05-17 Thread Daves Lists








My node was up for 1 day 10 hours when I restarted it to
increase the thread limit. After the restart I lost about 6000 keys. My datastore
is set to 50 gigs and is no where near full. Below are the stats before and
after. Were those just temporary keys that were deleted after the restart?? I’m
running 5082 on WinXP pro.

 

Dave 

 

Histogram of keys in in fred's data store

These are the keys to the data in your node's local cache (DataStore)

May 18, 2004 1:46:42 AM

keys: 49543

scale factor: 0.01990668661892414 (This is used to keep
lines < 64 characters)

 

Histogram of keys in in fred's data store

These are the keys to the data in your node's local cache (DataStore)

May 18, 2004 1:48:23 AM

keys: 43176

scale factor: 0.022848982363939285 (This is used to keep
lines < 64 characters)






___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

[freenet-support] error in log when starting

2004-05-17 Thread Jason Barr
I get this error, and subsequently cannot connect to the fproxy... even 
though it says the daemon started properly:

^HException in thread "main" java.io.IOException: couldn't create native 
directory
   at 
freenet.fs.dir.NativeFSDirectory.(NativeFSDirectory.java:717)
   at freenet.node.Main.main(Main.java:541)

Anybody know how to fix this please?
Thanks.
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] mailing list subscriber email should bypassspam blockers

2004-05-17 Thread Phillip Hutchings

Edward J. Huff said:
> On Mon, 2004-05-17 at 15:53, Christopher Brian Jack wrote:
>> Please, please, please FIX this and allow direct MTA connections from
>> subscribed members only.
>
> Testing to see if I can send mail in.  My email is hosted on
> my own server.   I have a "send permitted from" record in the
> DNS for my domain.  Nothing goes through my ISP's mail server,
> but since traffic on port 25 is unencrypted, they can read my
> mail anyway.   They can also find out that I run a freenet
> node by running one themselves and looking at the IP numbers
> they collect.  I know the IP's of over 1000 freenet nodes.

Since I have a static IP my mail isn't blocked. Just one thing, port 25
can be encrypted if the mail servers use TLS between themselves - and it
does work, my logs prove it.

I may consider some sort of relay through my server for posting to the
freenet list only, but that would take more time to implement than I have
free at the moment.

-- 
Phillip Hutchings
[EMAIL PROTECTED]
http://www.sitharus.com/
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Re: mailing list subscriber email should bypass spam blockers

2004-05-17 Thread Someone
Edward J. Huff schrieb:
Nothing goes through my ISP's mail server,
but since traffic on port 25 is unencrypted, they can read my
mail anyway.
As an alternative you could post to and read the lists via the gmane
news group server, which also allows encrypted SSL connections.
But as long as the freenet node can be found via a short port scan
followed by an fnp connection attempt on open ports, it won't help
much if your provider dislikes freenet.
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Snapshots

2004-05-17 Thread Fwolff33
It seems so, as if the snapshots do not get updated anymore. At least the 
unstable-latest.jar (or similiar, the file which gets downloaded from the update 
script) is still version 60103, although 60105 was already announced.
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] mailing list subscriber email should bypass spam blockers

2004-05-17 Thread Edward J. Huff
On Mon, 2004-05-17 at 15:53, Christopher Brian Jack wrote:
> Please, please, please FIX this and allow direct MTA connections from
> subscribed members only.  

Testing to see if I can send mail in.  My email is hosted on
my own server.   I have a "send permitted from" record in the
DNS for my domain.  Nothing goes through my ISP's mail server,
but since traffic on port 25 is unencrypted, they can read my
mail anyway.   They can also find out that I run a freenet
node by running one themselves and looking at the IP numbers
they collect.  I know the IP's of over 1000 freenet nodes.

-- Ed Huff



signature.asc
Description: This is a digitally signed message part
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

[freenet-support] (fwd) Re: paypal (Re: Returned mail: see transcript for details)

2004-05-17 Thread Christopher Brian Jack

Um, perhaps your mailsever should check for subscriber addresses *before*
it runs the overzealous spam filtering services?

The message I tried to send (I am a subscribed member and think getting
blocked like this is BS) is at the very bottom

-- Forwarded message --
Date: Mon, 17 May 2004 12:38:45 -0700 (PDT)
From: Christopher Brian Jack <[EMAIL PROTECTED]>
To: Freenet Support Mailing List <[EMAIL PROTECTED]>
Subject: (fwd) Re: paypal (Re: Returned mail: see transcript for details)



On Mon, 17 May 2004, it was written:

> Return-Path: <[EMAIL PROTECTED]>
> Received: from localhost (localhost)
>   by ruby.enugen.net (8.12.10/8.12.10) id i4HJVc2m010539;
>   Mon, 17 May 2004 12:31:38 -0700 (PDT)
>   (envelope-from MAILER-DAEMON)
> Date: Mon, 17 May 2004 12:31:38 -0700 (PDT)
> From: Mail Delivery Subsystem 
> Message-Id: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> MIME-Version: 1.0
> Content-Type: multipart/report; report-type=delivery-status;
>   boundary="i4HJVc2m010539.1084822298/ruby.enugen.net"
> Subject: Returned mail: see transcript for details
> Auto-Submitted: auto-generated (failure)
>
> This is a MIME-encapsulated message
>
> --i4HJVc2m010539.1084822298/ruby.enugen.net
>
> The original message was received at Mon, 17 May 2004 12:31:14 -0700 (PDT)
> from localhost.enugen.net [127.0.0.1]
>
>- The following addresses had permanent fatal errors -
> <[EMAIL PROTECTED]>
> (reason: 554 Service unavailable; Client host [24.71.255.81] blocked using 
> dul.dnsbl.sorbs.net; Dynamic IP Address See: 
> http://www.dnsbl.sorbs.net/cgi-bin/lookup?IP=24.71.255.81)
>
>- Transcript of session follows -
> ... while talking to a.mx.freenetproject.org.:
> >>> DATA
> <<< 554 Service unavailable; Client host [24.71.255.81] blocked using 
> dul.dnsbl.sorbs.net; Dynamic IP Address See: 
> http://www.dnsbl.sorbs.net/cgi-bin/lookup?IP=24.71.255.81
> 554 5.0.0 Service unavailable
> <<< 554 Error: no valid recipients
>
> --i4HJVc2m010539.1084822298/ruby.enugen.net
> Content-Type: message/delivery-status
>
> Reporting-MTA: dns; ruby.enugen.net
> Received-From-MTA: DNS; localhost.enugen.net
> Arrival-Date: Mon, 17 May 2004 12:31:14 -0700 (PDT)
>
> Final-Recipient: RFC822; [EMAIL PROTECTED]
> Action: failed
> Status: 5.0.0
> Remote-MTA: DNS; a.mx.freenetproject.org
> Diagnostic-Code: SMTP; 554 Service unavailable; Client host [24.71.255.81] blocked 
> using dul.dnsbl.sorbs.net; Dynamic IP Address See: 
> http://www.dnsbl.sorbs.net/cgi-bin/lookup?IP=24.71.255.81
> Last-Attempt-Date: Mon, 17 May 2004 12:31:29 -0700 (PDT)
>
> --i4HJVc2m010539.1084822298/ruby.enugen.net
> Content-Type: message/rfc822
>
> Return-Path: <[EMAIL PROTECTED]>
> Received: from ruby.enugen.net (localhost.enugen.net [127.0.0.1])
>   by ruby.enugen.net (8.12.10/8.12.10) with ESMTP id i4HJVE2m010537
>   for <[EMAIL PROTECTED]>; Mon, 17 May 2004 12:31:14 -0700 (PDT)
>   (envelope-from [EMAIL PROTECTED])
> Received: from localhost ([EMAIL PROTECTED])
>   by ruby.enugen.net (8.12.10/8.12.10/Submit) with ESMTP id i4HJVDLX010534
>   for <[EMAIL PROTECTED]>; Mon, 17 May 2004 12:31:14 -0700 (PDT)
>   (envelope-from [EMAIL PROTECTED])
> X-Authentication-Warning: ruby.enugen.net: brian owned process doing -bs
> Date: Mon, 17 May 2004 12:31:13 -0700 (PDT)
> From: Christopher Brian Jack <[EMAIL PROTECTED]>
> To: Freenet Support Mailing List <[EMAIL PROTECTED]>
> Subject: Re: PayPal
> Message-ID: <[EMAIL PROTECTED]>
> MIME-Version: 1.0
> Content-Type: TEXT/PLAIN; charset=US-ASCII
>
>
> I'm guessing the next people they freeze are going to be people that have
> their picture on their website and they appear to be northeastern Saudi
> Arabian becuase they might be laundering funds for terrorism?
>
> Your situation needs answers.  Unfortunately PayPal is probably pretty
> well legally grounded and there won't be much you can do.  And to date I
> haven't read a slashdot post about it yet.
>
> Maybe you should suggest people start sending money orders to the project
> maintainers directly?
>
> Another suggestion, what about SourceForge's donation system, or does THAT
> go thru paypal too?  Of all the open source projects, how many of THEM
> pertain to some sort of anonymization project?  Is PayPal going to freeze
> them too?
>
> You might want to ask the sourceforge people for help on this one.
>
> --i4HJVc2m010539.1084822298/ruby.enugen.net--
>
>
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] mailing list subscriber email should bypass spam blockers

2004-05-17 Thread Christopher Brian Jack

And to further the mail objection against having to use my ISP's mailer
to talk to *this* list is that Shaw in theory can now look at my mail
traffic and if they don't like the Freenet project, could suspend my
internet account in a similar manner to how PayPal suspended yours.

Please, please, please FIX this and allow direct MTA connections from
subscribed members only.  Having to go thru the ISP mail server is a MAJOR
privacy concern for me (I know from sysadmin experience that they can look
at any mail passing thru their server at any time).

Just remember every ISP you're forcing subscribers to send their mail
through may be the next 'PayPal'.

Also note that you have an identity of the sender (they subscribed after
all) so if you get a spam from a subscriber you know who to tar and
feather so there's no reason to use the overzealous IP blocking services
on mailing list subscribers.
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: Freenet project paypal account frozen was Re: [freenet-support] Payment failure

2004-05-17 Thread Ian Clarke
Yep, I phoned them up and they wouldn't give me any reason beyond "use 
of anonymizing proxy", but did point out that according to their Terms 
of Service, they don't need one.

This is extremely annoying because we lose the numerous monthly 
subscriptions that people had signed up for, hopefully most of those 
people are subscribed to one or more of these mailing lists so they can 
re-sign up once we have found a suitable alternative.

My suspicion is that someone inside or outside of Paypal took a dislike 
to the project and emailed their abuse address.

I am sure Toad will agree that we make it his #1 priority to get us set 
up with an alternative to Paypal ASAP.

Ian.
Toad wrote:
The account has apparently been frozen. Feel free to slashdot. (I was
rather tempted to CC this to announce, but I don't think it would have
been a good idea :) ). We should be able to get the money back 
(fortunately there wasn't much in the account).. but it may take 6 
months... Apparently the AUP prohibits the use of anonymizing proxies. 
We naively assumed that this means to access the account - which is 
something we have never done. But perhaps it means that you are 
prohibited from developing one, in which case that would explain it.

On Mon, May 17, 2004 at 10:23:43AM -0700, Dave Hershberger wrote:
Dear Freenet people,
I just got this email from Paypal:

Dear David Hershberger,
Your subscription payment to Freenet Project Inc for Freenet Project
Membership failed on May 17, 2004 because of problems with Freenet Project
Inc's account.
We will try to make this subscription payment again on May 20, 2004.
--
Subscription Details
--
Amount: $20.00 USD
Date of payment failure: May 17, 2004
Date of next payment attempt: May 20, 2004
Subscription Name: Freenet Project Membership
Subscription Number: S-8HJ8572886814752L

Is there something going on with freenet's paypal account that you know 
of?  Is the money still needed I presume?

Thanks,
-Dave
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at 
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] freenet web-install (58K) 7/16/23 used in folder /freenet worked today

2004-05-17 Thread Nicholas Sturm
Could the failure be due to using freenet web-install (113 KB) 2/11/204
from a fold  /freenet-save?  It put the other version into folder /freenet
but then complained.  Was there a router vs a server down about 12-14 hours
ago?


___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Freenet project paypal account frozen was Re: [freenet-support] Payment failure

2004-05-17 Thread Toad
The account has apparently been frozen. Feel free to slashdot. (I was
rather tempted to CC this to announce, but I don't think it would have
been a good idea :) ). We should be able to get the money back 
(fortunately there wasn't much in the account).. but it may take 6 
months... Apparently the AUP prohibits the use of anonymizing proxies. 
We naively assumed that this means to access the account - which is 
something we have never done. But perhaps it means that you are 
prohibited from developing one, in which case that would explain it.

On Mon, May 17, 2004 at 10:23:43AM -0700, Dave Hershberger wrote:
> Dear Freenet people,
> 
> I just got this email from Paypal:
> 
> Dear David Hershberger,
> 
> Your subscription payment to Freenet Project Inc for Freenet Project
> Membership failed on May 17, 2004 because of problems with Freenet Project
> Inc's account.
> 
> We will try to make this subscription payment again on May 20, 2004.
> 
> --
> Subscription Details
> --
> 
> Amount: $20.00 USD
> 
> Date of payment failure: May 17, 2004
> Date of next payment attempt: May 20, 2004
> Subscription Name: Freenet Project Membership
> Subscription Number: S-8HJ8572886814752L
> 
> 
> Is there something going on with freenet's paypal account that you know 
> of?  Is the money still needed I presume?
> 
> Thanks,
> -Dave
> 
> 
> ___
> Support mailing list
> [EMAIL PROTECTED]
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at 
> http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:[EMAIL PROTECTED]

-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

RE: [freenet-support] Re: Unable to download freenet

2004-05-17 Thread Nicholas Sturm
Thanks, but I'm not at all sure that is enough for window users that have
uninstalled because of a download failure.   On here I some times feel I'm
back in the era when Apple users didn't know there were other computer
systems on earth.:-)  I do appreciate Linux, unfortunately the amount
of end user friendly software even yet remains rather scarce.

But, thanks.


> [Original Message]
> From: Someone <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Date: 5/17/2004 8:54:32 AM
> Subject: [freenet-support] Re: Unable to download freenet
>
> Nicholas Sturm schrieb:
>
> > Any advise?
>
> Get the freenet-latest.jar from http://freenetproject.org/snapshots/ and
replace
> the current freenet.jar with it. That's all when it comes to upgrading a
node.
>
> ___
> Support mailing list
> [EMAIL PROTECTED]
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:[EMAIL PROTECTED]



___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] Payment failure

2004-05-17 Thread Salah Coronya
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dave Hershberger wrote:
> Dear Freenet people,
>
> I just got this email from Paypal:
> 
> Dear David Hershberger,
>
> Your subscription payment to Freenet Project Inc for Freenet Project
> Membership failed on May 17, 2004 because of problems with Freenet Project
> Inc's account.
>
> We will try to make this subscription payment again on May 20, 2004.
>
> --
> Subscription Details
> --
>
> Amount: $20.00 USD
>
> Date of payment failure: May 17, 2004
> Date of next payment attempt: May 20, 2004
> Subscription Name: Freenet Project Membership
> Subscription Number: S-8HJ8572886814752L
> 
>
> Is there something going on with freenet's paypal account that you know
> of?  Is the money still needed I presume?
>
> Thanks,
> -Dave
>

Me too:

Dear XX,

Your subscription payment to Freenet Project Inc for Freenet Project
Membership failed on May 17, 2004 because of problems with Freenet Project
Inc's account.

We will try to make this subscription payment again on May 20, 2004.

- --
Subscription Details
- --

Amount: $20.00 USD

Date of payment failure: May 17, 2004
Date of next payment attempt: May 20, 2004
Subscription Name: Freenet Project Membership
Subscription Number: S-9J382119C2149390U
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAqP2dhctESbvQ8ZwRAj1bAJ48uoppApyg59ZC5he0gix/gFGZ/ACaAo/6
XcHnjp+zOSiNHcM1UoKdraw=
=z6p1
-END PGP SIGNATURE-
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Payment failure

2004-05-17 Thread Dave Hershberger
Dear Freenet people,
I just got this email from Paypal:

Dear David Hershberger,
Your subscription payment to Freenet Project Inc for Freenet Project
Membership failed on May 17, 2004 because of problems with Freenet Project
Inc's account.
We will try to make this subscription payment again on May 20, 2004.
--
Subscription Details
--
Amount: $20.00 USD
Date of payment failure: May 17, 2004
Date of next payment attempt: May 20, 2004
Subscription Name: Freenet Project Membership
Subscription Number: S-8HJ8572886814752L

Is there something going on with freenet's paypal account that you know 
of?  Is the money still needed I presume?

Thanks,
-Dave
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Router Problem

2004-05-17 Thread Rylon t.H.D.
Hallo und Grüße von Rylon t.H.D.

Hello,

Im Rylon and I have a Problem with a router...
-I forworded the port (I think it was the right one)
-I wrote my wan Ip in the Config (Also right I think)

but i dind't get acces anyway! Why

I searched all Forums and eMail lists...but dind't get an answer!

My Stats:

-Java(from the newest package of freenet)
-Freenet(Newest Package (downloaded 16.05.04)
-Router(With Portforwarding)

I always get the message

RouteNotFound Inserting ARK(Looked around throught the forums-didn't get anything)

I alsow get the normal message(I think)...like: ."..start","...stop"...usw...but it 
doesn't work!

My Question:

What to do
...Ports to forwoard???
...Settings(Freenet)
...or other thinks could help to solve this problems!

Thank you for answers!


Rylon (t.H.D.)


Ps: Sorry for my bad english...I hope you could understand! :-)


 
|  )  \ /  <   ( ]  |\ **  |
| )\ /   <  ( ]|  \ |
| \  \ /  <(*   ]  |\   |
|\   /<  ( ] |  \ |
|   \ /  << ( ]  |   \|***

* = Dont talk about that because its not needed to talk about things which are not 
good to know!
** = Dont talk about this, too : The second halfe of him is the good one and you 
always talk to the evil side!
*** = Hes trying to hide! - And hes good! - But if you find him you have found the 
real one!!!

___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] Freenet directory sharing between Linux/windoz

2004-05-17 Thread Roger Oksanen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 17 May 2004 07:30, Thomas Guyot-Sionnest wrote:
> Hi,
>
> I'm a long time Linux user, but sometimes I need to run windoz to do
> somes tasks. I usually does them in batch and it keep my computer
> busy for a few days every once in a month or two. I would like to
> know if there any way to share the same freenet directory between
> these two OS.
>
> In fact, I'm actually doing it... Freenet is on a FAT32 volume, and
> since Linux and windoz versions doesn't use the same config file, I
> have no problems with path or any system-dependant configuration. It
> looks like Freenet developpers had this kind of installation in mind
> when they designed it.
>
> However, everytime I switch OS, I lose all my datastore.

Is the long file name support coherent between Windows and Linux? The 
datastore uses lfn:s so breakage in it would break the datastore. You 
should probably take a file listing from Windows before switching to 
linux (or vice versa) and compare the listing with the actual display 
on the other OS.

- -- 
Roger Oksanen <[EMAIL PROTECTED]>   +358 50 355 1990
CS Student at Helsinki UniversityPGP id 1B125A3E
Homepage http://www.cs.helsinki.fi/u/raoksane/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAqI3078OZUBsSWj4RAgS9AJ0ankFAAP/PVjwuobKYmPeH6wmj4wCfb82E
M883CUYHKarTGzebK4mhhg8=
=x+rK
-END PGP SIGNATURE-
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] Freenet directory sharing between Linux/windoz

2004-05-17 Thread TLD
Thomas Guyot-Sionnest wrote:
> However, everytime I switch OS, I lose all my datastore.

Did you try sharing the same node, ??nodes_*, ngrt*, rtprops_* files
between the two installations?

-- 
/~\ The ASCIITLD
\ / Ribbon Campaign "They that can give up essential liberty to obtain
 X  Against HTMLa little temporary safety deserve neither liberty
/ \ Email!  nor safety." -- Benjamin Franklin

___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Re: Unable to download freenet

2004-05-17 Thread Someone
Nicholas Sturm schrieb:
Any advise?
Get the freenet-latest.jar from http://freenetproject.org/snapshots/ and replace
the current freenet.jar with it. That's all when it comes to upgrading a node.
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] about freenet install

2004-05-17 Thread west boy
Now I still stop at " install" stage,because I have not good method to link the freenet software website.
Tod gave me a distributed file ,but when I install the jvm system told me "can't not find main class"
So  who can tell me why or give me a distributed file link so I can join the freenet world.
 
Thank you!
		Do you Yahoo!?SBC Yahoo! - Internet access at a great low price.___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]