Re: [freenet-support] Bug: 'Freenet Download button is not func...'

2009-12-10 Thread Evan Daniel
On Thu, Dec 10, 2009 at 12:26 AM, UserVoice supp...@uservoice.com wrote:

 manojmast...@aol.com wrote:

 Freenet Download button is not functioning. I am being redirected next 
 page, displaying some code error.

 On http://freenetproject.org/index.html
 Using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) 
 Gecko/20090824 Firefox/3.5.3

This should be fixed now.  Please try again, and let us know if you
experience any difficulties.

Evan Daniel
___
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] Bug: 'I can't download (0.7.5 for Windows).'

2009-12-10 Thread Evan Daniel
On Wed, Dec 9, 2009 at 7:52 AM, UserVoice supp...@uservoice.com wrote:

 davide.min...@gmail.com wrote:

 I can't download (0.7.5 for Windows).

 On http://freenetproject.org/
 Using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 
 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0

This should be fixed now.  If you have any further problems, let us know.

Evan Daniel
___
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] Not enought entropy on headless system

2009-12-10 Thread Marco A. Calamari

I installed today Freenet on a headless Soekris 5501 
 (Geode I586 compatible processor) running Debian Lenny

The node hangs during boot with the message 

There isn't enough entropy available on your system... 
Freenet won't start until it can gather enough.

and stalls forever; the old find trick doesn't work
 either.

I suppose that Freenet uses /dev/random as entropy source;
 can I redirect on urandom ?

Many thanks.   Marco

-- 

+--- http://www.winstonsmith.info ---+
| il Progetto Winston Smith: scolleghiamo il Grande Fratello |
| the Winston Smith Project: unplug the Big Brother  |
| Marco A. Calamari mar...@marcoc.it  http://www.marcoc.it   |
| DSS/DH:  8F3E 5BAE 906F B416 9242 1C10 8661 24A9 BFCE 822B |
+ PGP RSA: ED84 3839 6C4D 3FFE 389F 209E 3128 5698 --+



signature.asc
Description: This is a digitally signed message part
___
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] Not enought entropy on headless system

2009-12-10 Thread Evan Daniel
On Thu, Dec 10, 2009 at 9:56 AM, Marco A. Calamari marc...@dada.it wrote:

 I installed today Freenet on a headless Soekris 5501
  (Geode I586 compatible processor) running Debian Lenny

 The node hangs during boot with the message

 There isn't enough entropy available on your system...
 Freenet won't start until it can gather enough.

 and stalls forever; the old find trick doesn't work
  either.

 I suppose that Freenet uses /dev/random as entropy source;
  can I redirect on urandom ?

 Many thanks.   Marco

You could probably do that, but I would recommend against it.  Good
random numbers important for securing cryptographic applications.

My recommendation would be to install something like turbid (
http://www.av8n.com/turbid/ ) to get a secure source of random
numbers.  (There are a few other programs that do similar things, but
turbid is the only one I know of that makes guarantees about the
*minimum* entropy content of its output, which is what cryptographic
applications care about.)

Evan Daniel
___
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] Not enought entropy on headless system

2009-12-10 Thread Marco A. Calamari
On Thu, 2009-12-10 at 10:17 -0500, Evan Daniel wrote:
 On Thu, Dec 10, 2009 at 9:56 AM, Marco A. Calamari marc...@dada.it wrote:

...

 You could probably do that, but I would recommend against it.  Good
 random numbers important for securing cryptographic applications.
 
 My recommendation would be to install something like turbid (
 http://www.av8n.com/turbid/ ) to get a secure source of random
 numbers.  (There are a few other programs that do similar things, but
 turbid is the only one I know of that makes guarantees about the
 *minimum* entropy content of its output, which is what cryptographic
 applications care about.)

Hi Evan

I perfectly agree with your concern.

Apart for the need to have a solution that fits in the Debian
 architecture, the problem is that Freenet apparently do not
 allow to choose the entropy source.

And worst, the package you suggest uses the audio subsystem, and
 being the Soekris an headless systes, it is also earless .

;)

Many thanks

-- 

+--- http://www.winstonsmith.info ---+
| il Progetto Winston Smith: scolleghiamo il Grande Fratello |
| the Winston Smith Project: unplug the Big Brother  |
| Marco A. Calamari mar...@marcoc.it  http://www.marcoc.it   |
| DSS/DH:  8F3E 5BAE 906F B416 9242 1C10 8661 24A9 BFCE 822B |
+ PGP RSA: ED84 3839 6C4D 3FFE 389F 209E 3128 5698 --+



signature.asc
Description: This is a digitally signed message part
___
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] Not enought entropy on headless system

2009-12-10 Thread Marco A. Calamari
On Thu, 2009-12-10 at 15:56 +0100, Marco A. Calamari wrote:
 I installed today Freenet on a headless Soekris 5501 
  (Geode I586 compatible processor) running Debian Lenny
 
 The node hangs during boot with the message 
 
 There isn't enough entropy available on your system... 
 Freenet won't start until it can gather enough.
 
 and stalls forever; the old find trick doesn't work
  either.
 
 I suppose that Freenet uses /dev/random as entropy source;
  can I redirect on urandom ?

Sorry for the answer, I found the solution myself.

It is an interesting issue, worth reading.

Geode has an excellent hw RNG, but Debian 
installs the conventional software one that uses HD, mouse
and keyboard. All those entropy sources are not present
or doesn't work on Soekris.

Installing the Debian package rng-tools installs a daemon that
uses Geode RNG and give an excellent entropy source

Happy RANDoming !


-- 

+--- http://www.winstonsmith.info ---+
| il Progetto Winston Smith: scolleghiamo il Grande Fratello |
| the Winston Smith Project: unplug the Big Brother  |
| Marco A. Calamari mar...@marcoc.it  http://www.marcoc.it   |
| DSS/DH:  8F3E 5BAE 906F B416 9242 1C10 8661 24A9 BFCE 822B |
+ PGP RSA: ED84 3839 6C4D 3FFE 389F 209E 3128 5698 --+



signature.asc
Description: This is a digitally signed message part
___
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] Not enought entropy on headless system

2009-12-10 Thread Luke771
't enough entropy available on your system...
 Freenet won't start until it can gather enough.
 
 and stalls forever; the old find trick doesn't work
  either.
 
 I suppose that Freenet uses /dev/random as entropy source;
  can I redirect on urandom ?
 

just do a find /  as freenet loads
___
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