Re: [freenet-support] downloading

2015-05-01 Thread Eric Chadbourne
Does this help?

https://freenetproject.org/understand.html

Thanks,

Eric Chadbourne
Nonprofit-CRM





> On May 1, 2015, at 2:19 PM, ronald williams  wrote:
> 
> Hi ,I am a newbie and have what to most people is a stupid question, I have a 
> Mac OS X 10.10.3 Yosemite and have found some very interesting stuff to 
> download but  There are what you call keys? and I do not have a clue how use 
> them.
> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] data store > 500GB?

2015-04-08 Thread Eric Chadbourne

> On Apr 6, 2015, at 11:29 AM, xor  wrote:
> 
> On Sunday, March 29, 2015 05:54:43 PM Dennis New wrote:
>> On Sun, 29 Mar 2015 15:50:34 +0200, Bert Massop wrote:
>>> IIRC, bloom filters contribute to a memory usage of 1/3000th of the
>>> data store size, which would be around 1 GB of RAM for a 3TB data
>>> store
>> 
>> This calculation/check should be done by the software when the data
>> store size is set.
> 
> ACK.
> As a quick fix, I would like to suggest we add the 1/3000th information to 
> the 
> l10n string at least.
> Can someone do the l10n fix for now, or at least file a bug?
> 
> I can file a bug if nobody wants to deal with it, just tell me :)


It’s a bit over my head but I’ll help test if needed.

Thanks for looking into it!

Eric Chadbourne
http://Nonprofit-CRM.org/
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] Freenet on OS X. Was: VPN

2015-04-05 Thread Eric Chadbourne
I’d like to be the OS X maintainer.  Installer, tray, and bug squishing I could 
do.

Are you the author of the tray app?  If you currently don’t have access to a 
mac I can attempt to submit a patch. 

I’m reading up tonight on Oracle & Apple’s documentation on packaged releases.

Thanks,

Eric C


> On Apr 4, 2015, at 7:47 AM, Steve Dougherty  wrote:
> 
> On 03/29/2015 12:32 PM, Eric Chadbourne wrote:
>> Hi Steve,
>> 
>> How does one apply for the OS X maintainer spot?  If the duties are
>> within my skill set I’ll volunteer.
> 
> I think by saying something like "I'd like to be the OS X maintainer."
> I'm not sure what duties mrsteveman1 intends to take on, but as far as I
> understand has involved going through the bugs filed for OS X, working
> on the OS X tray as you saw, and testing/patching the OS X installer.
> 
>> FWIW I think it would be useful on the wiki to merely suggest OS X
>> users just install the jdk and the jar, instead of suggesting using
>> java web start.  Simple and works.
> 
>> A dmg would be nice.  We could hook that up.
> 
> It would indeed - that would be great! Is that at all related to
> Oracle's suggested method of distributing Java apps? [0] Do you know if
> bundled JREs are kept up to date?
> 
>> I commented on an open ticket for the tray app.  The dev was real
>> nice and is looking into it.
>> https://bugs.freenetproject.org/view.php?id=3093
> 
> Glad to hear it! :)
> 
>> Thanks,
>> 
>> — Eric Chadbourne http://Nonprofit-CRM.org/
> 
> [0]
> https://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html
> 
> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] Freenet fails

2015-04-05 Thread Eric Chadbourne
Hi Garrett,

1.  Do you have java installed?  Try typing ‘java -version’ like I did below.  
Does the OS respond correctly?

erics-Mac-mini:~ eric$ java -version
java version "1.8.0_40"
Java(TM) SE Runtime Environment (build 1.8.0_40-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode)

2.  Do you have freenet installed?  Maybe it died during the install?  You may 
want to delete the install directory and try again.  I personally have had 
success using the JDK and freenet jar file.

3.  If you do have freenet installed, is it running?  At terminal you can run:

 

For example, /Applications/Freenet/run.sh start

Hope that helps.

- Eric



> On Apr 2, 2015, at 1:20 PM, Garrett Pflugardt  wrote:
> 
> I installed freenet on my mac (10.10.2) using chrome.  I am unable to access 
> http://127.0.0.1:.  it is not available.  The actual install failed, and 
> i cant recreate the errors I received.
> 
> whats going on?
> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] data store > 500GB?

2015-03-29 Thread Eric Chadbourne
Hi Bert and Steve,

Excellent and informative answers.  I’ll increase max memory, physical RAM, and 
poke around other settings.

Thanks!

—
Eric Chadbourne
http://Nonprofit-CRM.org/




> On Mar 29, 2015, at 9:50 AM, Bert Massop  wrote:
> 
> On 28-03-15 20:36, Steve Dougherty wrote:
>> On 03/28/2015 12:07 PM, Eric Chadbourne wrote:
>>> Hi All,
>>> 
>>> Is it possible to use more than a 500GB data store?
>>> 
>>> On a fresh installation the largest selectable value for the 
>>> datastore is 500GB.  I would like to use 3TB if possible.  When I 
>>> attempt to change the value via the web page I get an out of memory 
>>> error.  If I change the value in freenet.ini the application won’t 
>>> start.  I may not be setting the value correctly.
>>> 
>>> Internal error: please report
>>> 
>>> java.lang.OutOfMemoryError: Java heap space
>> 
>> What is "Maximum memory usage" under "Wrapper" on the Configuration >
>> Core settings page set to? For a store that big it seems like it'll have
>> to be higher.
> 
> I think this correctly identifies the problem at hand: IIRC, bloom
> filters contribute to a memory usage of 1/3000th of the data store size,
> which would be around 1 GB of RAM for a 3TB data store — not counting
> memory consumption of other parts of Freenet, Java memory management
> overhead, etc.
> 
> Your problem can probably be solved by raising the memory limit.* Apart
> from the limits imposed by your storage and RAM capacities, there is no
> limit to datastore size (apart from some 2^63 bytes limits imposed by
> internal representation, but that should never be an issue in the
> foreseeable future).
> 
> Keep in mind that other settings may need additional tweaking for
> optimal performance when such a large datastore is used.
> 
> Thank you for running Freenet!
> 
> -- Bert
> 
> 
> * You can change the memory limit through the web interface as Steve
> pointed out, or change the `wrapper.java.maxmemory' option in
> wrapper.conf (after stopping Freenet): the value is the memory limit in
> megabytes.
> 
> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] Freenet on OS X. Was: VPN

2015-03-29 Thread Eric Chadbourne
Hi Steve,

How does one apply for the OS X maintainer spot?  If the duties are within my 
skill set I’ll volunteer.

FWIW I think it would be useful on the wiki to merely suggest OS X users just 
install the jdk and the jar, instead of suggesting using java web start.  
Simple and works.  A dmg would be nice.  We could hook that up.

I commented on an open ticket for the tray app.  The dev was real nice and is 
looking into it.  https://bugs.freenetproject.org/view.php?id=3093

Thanks,

—
Eric Chadbourne
http://Nonprofit-CRM.org/



> On Mar 28, 2015, at 3:40 PM, Steve Dougherty  wrote:
> 
> On 03/28/2015 11:52 AM, Eric Chadbourne wrote:
>> Hi Ronald,
>> 
>> It’s just two different ways to get java on your computer.  The JDK 
>> is more for developers.
>> 
>> On a fresh OS X system, install the JDK and then the Freenet jar and 
>> it will work and you won’t get the popups.  Somebody with wiki
>> access should probably update it.
> 
> Oops! Thanks for reporting this. Which page on the wiki? Or is it the
> downloads page on the main site?
> 
> This is what happens when we don't have an active OS X maintainer. :(
> 
>> Install the JDK: 
>> www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
>> 
>> Install Freenet jar:
>> https://freenetproject.org/jnlp/freenet_installer.jar
>> 
>> You may want to remove the applet as it doesn’t work.
> 
> The tray application is broken too?
> 
>> The JDK will update your java path so you won’t get those popups
>> anymore.  You can remove the JRE.  There are other ways of resolving
>> your issue, such as manually setting your java path to use the jre
>> but I had success with the above method.
>> 
>> Hope that helps,
>> 
>> — Eric Chadbourne
> 
> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] data store > 500GB?

2015-03-28 Thread Eric Chadbourne
Hi All,

Is it possible to use more than a 500GB data store?

On a fresh installation the largest selectable value for the datastore is 
500GB.  I would like to use 3TB if possible.  When I attempt to change the 
value via the web page I get an out of memory error.  If I change the value in 
freenet.ini the application won’t start.  I may not be setting the value 
correctly.

Internal error: please report

java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:3284)
at 
freenet.store.saltedhash.ResizablePersistentIntBuffer.resize(ResizablePersistentIntBuffer.java:268)
at 
freenet.store.saltedhash.SaltedHashFreenetStore.setMaxKeys(SaltedHashFreenetStore.java:1947)
at freenet.store.CachingFreenetStore.setMaxKeys(CachingFreenetStore.java:246)
at freenet.store.StoreCallback.setMaxKeys(StoreCallback.java:62)
at freenet.node.Node$32.set(Node.java:2017)
at freenet.node.Node$32.set(Node.java:1995)
at freenet.config.Option.set(Option.java:73)
at freenet.config.Option.setValue(Option.java:62)
at freenet.clients.http.ConfigToadlet.handleMethodPOST(ConfigToadlet.java:329)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at 
freenet.clients.http.ToadletContextImpl.callToadletMethod(ToadletContextImpl.java:735)
at freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:648)
at 
freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:1031)
at freenet.support.PooledExecutor$MyThread.innerRun(PooledExecutor.java:248)
at freenet.support.PooledExecutor$MyThread.realRun(PooledExecutor.java:188)
at freenet.support.io.NativeThread.run(NativeThread.java:129)

Thanks for any tips,

—
Eric Chadbourne
http://Nonprofit-CRM.org/
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] Freenet on OS X. Was: VPN

2015-03-28 Thread Eric Chadbourne
Hi Ronald,

It’s just two different ways to get java on your computer.  The JDK is more for 
developers.

On a fresh OS X system, install the JDK and then the Freenet jar and it will 
work and you won’t get the popups.  Somebody with wiki access should probably 
update it.

Install the JDK:
www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

Install Freenet jar:
https://freenetproject.org/jnlp/freenet_installer.jar

You may want to remove the applet as it doesn’t work.  The JDK will update your 
java path so you won’t get those popups anymore.  You can remove the JRE.  
There are other ways of resolving your issue, such as manually setting your 
java path to use the jre but I had success with the above method.

Hope that helps,

—
Eric Chadbourne
http://Nonprofit-CRM.org/



> On Mar 27, 2015, at 8:27 PM, ronald williams  wrote:
> 
>   Thank you for responding but I have a dumb question, what is JDK and what 
> is JRE? 
>> On Mar 27, 2015, at 11:52 AM, Eric Chadbourne  
>> wrote:
>> 
>> Hi Ronald,
>> 
>> I’ve just started playing around with Freenet on OS X.  It works fine for me 
>> so far if you use the defaults.
>> 
>> Install the JDK (not the JRE) and install the Freenet jar file (not the web 
>> install).  Should work fine.  I use terminal to start and stop freenet as 
>> needed.  The current indicator applet is being updated by the dev.
>> 
>> I assume the error you are getting is because the JRE doesn’t update the 
>> java path and something you have installed is looking for the path and the 
>> default OS X setting is to give you that pop up.  I suggest you remove the 
>> remove the JRE and use the JDK.
>> 
>> Hope that helps.
>> 
>> —
>> Eric Chadbourne
>> http://Nonprofit-CRM.org/
>> 
>> 
>>> On Mar 27, 2015, at 2:33 PM, Dsoslglece  wrote:
>>> 
>>> Le 27/03/2015 17:50, ronald williams a écrit :
>>>>  I assume you tech support for freeness? I have a problem that maybe you 
>>>> can help with, running a Mac  OSX 10.10.2  confirmed install of Java 40 , 
>>>> when attempting to open freenet a message appears can not connect to 
>>>> server 127.0.0.1  Any suggestions?  Thanks
>>>> 
>>> Well, this is exactly doing the same to me, for quite a few months, saying 
>>> it'll stop someday if no java update is made… just waiting to see if maybe 
>>> it's a misreadding of freenet, since being also on Yosemite, Apple makes 
>>> automatically the java updates and I've got the latest : java 8 rev 40
>>> ___
>>> Support mailing list
>>> Support@freenetproject.org
>>> http://news.gmane.org/gmane.network.freenet.support
>>> Unsubscribe at 
>>> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
>>> Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
>> ___
>> Support mailing list
>> Support@freenetproject.org
>> http://news.gmane.org/gmane.network.freenet.support
>> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
>> Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] Freenet on OS X. Was: VPN

2015-03-27 Thread Eric Chadbourne
Hi Ronald,

I’ve just started playing around with Freenet on OS X.  It works fine for me so 
far if you use the defaults.

Install the JDK (not the JRE) and install the Freenet jar file (not the web 
install).  Should work fine.  I use terminal to start and stop freenet as 
needed.  The current indicator applet is being updated by the dev.

I assume the error you are getting is because the JRE doesn’t update the java 
path and something you have installed is looking for the path and the default 
OS X setting is to give you that pop up.  I suggest you remove the remove the 
JRE and use the JDK.

Hope that helps.

—
Eric Chadbourne
http://Nonprofit-CRM.org/


> On Mar 27, 2015, at 2:33 PM, Dsoslglece  wrote:
> 
> Le 27/03/2015 17:50, ronald williams a écrit :
>>I assume you tech support for freeness? I have a problem that maybe you 
>> can help with, running a Mac  OSX 10.10.2  confirmed install of Java 40 , 
>> when attempting to open freenet a message appears can not connect to server 
>> 127.0.0.1  Any suggestions?  Thanks
>> 
> Well, this is exactly doing the same to me, for quite a few months, saying 
> it'll stop someday if no java update is made… just waiting to see if maybe 
> it's a misreadding of freenet, since being also on Yosemite, Apple makes 
> automatically the java updates and I've got the latest : java 8 rev 40
> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] VPN

2015-03-27 Thread Eric Chadbourne
It should be fine to use a vpn, though I have not tried it.  I wonder what the 
downsides would be?  A little extra latency shouldn’t matter.  If you leave it 
on all the time maybe bandwidth costs?

—
Eric Chadbourne
http://Nonprofit-CRM.org/


> On Mar 27, 2015, at 6:49 AM, John Verney  wrote:
> 
> Hello all,
> 
> Simple question -
> 
> Is it safe and secure to run freenet through a VPN? I use one of the major 
> VPN services. 
> 
> Thanks
> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] How to force freenet to use a non-default java

2010-09-07 Thread Eric Chadbourne
On 09/07/2010 08:33 PM, Uriel Carrasquilla wrote:
> I don't have root access to my machine.
> I installed Sun Java 1.6 in my own user directory.
> I created a java a soft link in $HOME/bin.
> But I cannot put $HOME/bin ahead of the other libraries in $PATH.
> How can I force freenet to use the java version in $HOME/bin?
> 
> Or if this is not the right approach, what would suggest?

at terminal can you export JAVA_HOME and then type env and see what it says?

alternatively can you specify which java version to use when starting
freenet?  off the top of my head i can't remember how to do this at
terminal.  i have two versions of java installed and gnome let's me
select which version to use when i right click on the jar.

hope that helps,
eric c



signature.asc
Description: OpenPGP digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] persistence question

2010-09-01 Thread Eric Chadbourne
>>> so, ahh, what does the persistence column exactly mean in freenet?
>>
>> Good question :b.

found the answer.

http://new-wiki.freenetproject.org/FCPv2#Persistence_and_the_Global_Queue

it has nothing to do with what i had assumed.  damn.

thanks for your help,
eric c



signature.asc
Description: OpenPGP digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] persistence question

2010-09-01 Thread Eric Chadbourne
On 08/31/2010 11:36 PM, Dennis Nezic wrote:
...
> Yea, data persistence isn't that great at the moment. But you "hosting"
> all the data just isn't how Freenet works. (Someone correct me if I'm
> wrong.) Each node is intended to specialize around a tight keyspace --
> I believe this is intrinsic to the routing algorithms. I'm not sure how
> your "location" (every node has one, which is directly related to the
> keys you're supposed to specialize in) would be handled if you hacked
> the code to promiscuously handle any key. My guess is it would make the
> topology of the network less efficient.

if this is true it is totally not what i expected.  very interesting!

>> so, ahh, what does the persistence column exactly mean in freenet?
> 
> Good question :b.

i grepped through the source but i couldn't figure it out.  looks like a
question for toad.

1.  it seems i need to verify whether or not persistence = forever is
keeping a local copy.  sounds like it might not be.

2.  if there is some tight key space voodoo going on then maybe whip up
a script to check periodically if file foo is available and if not reinsert.

am i thinking about this correctly?  many thanks for suggestions!

- eric c



signature.asc
Description: OpenPGP digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] persistence question

2010-09-01 Thread Eric Chadbourne
On 08/31/2010 11:36 PM, Dennis Nezic wrote:
> Yea, data persistence isn't that great at the moment. But you
> "hosting" all the data just isn't how Freenet works. (Someone correct
> me if I'm wrong.) Each node is intended to specialize around a tight
> keyspace -- I believe this is intrinsic to the routing algorithms.
> I'm not sure how your "location" (every node has one, which is
> directly related to the keys you're supposed to specialize in) would
> be handled if you hacked the code to promiscuously handle any key. My
> guess is it would make the topology of the network less efficient.

if this is true it is totally not what i expected.  very interesting!

>> so, ahh, what does the persistence column exactly mean in freenet?
> 
> Good question :b.

i grepped through the source but i couldn't figure it out.  looks like a
question for toad.

1.  it seems i need to verify whether or not persistence = forever is
keeping a local copy.  sounds like it might not be.

2.  if there is some tight key space voodoo going on then maybe whip up
a script to check periodically if file foo is available and if not reinsert.

am i thinking about this correctly?  many thanks for suggestions!

- eric c



signature.asc
Description: OpenPGP digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] persistence question

2010-08-31 Thread Eric Chadbourne
> That would defeat the purpose of Freenet :b. Entirely. Imagine if
> many people started doing this -- the data wouldn't spread properly,
> and would fall off the network fast. We sacrificed latency for
> redundancy (and security) from the beginning.

i hear what you're saying.  and i don't disagree for normal clients.
but, let's pretend, that i wanted to upload ~10TB of video.  now.  i
also want it to be quickly unavailable to others fall out of other folks
data stores too soon.  so some sort of extended persistence would be
wanted in the beginning.  what do you suggest?  i suspect the answer
nothing is currently available and i must roll my own...

so, ahh, what does the persistence column exactly mean in freenet?

thanks,
eric c



signature.asc
Description: OpenPGP digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] persistence question

2010-08-31 Thread Eric Chadbourne
hi all.

when i upload a file, is that file on my local data store?

what does the persistence column stand for in
http://127.0.0.1:/uploads/ ?

i would like to upload a very large amount of files and i would like to
*always* have it in my data store.  is this possible with the current
version of freenet or should i write some code to do this independently?
 i understand this may not be the wisest move from a security
perspective but i'm in a relatively free country.

thanks for any tips!

- eric c.



signature.asc
Description: OpenPGP digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] Could not load plugin KeyExplorer!

2009-05-18 Thread Eric Chadbourne
When I try to load the plugin manually it fails.  Google revealed no 
solution.  Tips?
Thanks,
Eric C
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe