Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-12-12 Thread mancha
On Mon, 09 Dec 2013 10:53:20 +0100, Tijs Van Buggenhout wrote: > On Monday 18 November 2013 19:29:17 mancha wrote: >> Hauke Mehrtens hauke-m.de> writes: >> > On 10/17/2013 05:40 PM, chrono wrote: >> > > Ahoi everyone, >> > > >> > > it was requested on IRC that I send my solution to the entropy >>

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-12-09 Thread Tijs Van Buggenhout
On Monday 18 November 2013 19:29:17 mancha wrote: > Hauke Mehrtens hauke-m.de> writes: > > On 10/17/2013 05:40 PM, chrono wrote: > > > Ahoi everyone, > > > > > > it was requested on IRC that I send my solution to the entropy problem > > > with the current > > > kernel (e.g. having 0 available ent

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-11-18 Thread mancha
Hauke Mehrtens hauke-m.de> writes: > > On 10/17/2013 05:40 PM, chrono wrote: > > Ahoi everyone, > > > > it was requested on IRC that I send my solution to the entropy problem > > with the current > > kernel (e.g. having 0 available entropy): > > > > root OpenWrt:/# cat /proc/sys/kernel/random/

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-11-17 Thread Hauke Mehrtens
On 10/17/2013 05:40 PM, chrono wrote: > Ahoi everyone, > > it was requested on IRC that I send my solution to the entropy problem > with the current > kernel (e.g. having 0 available entropy): > > root@OpenWrt:/# cat /proc/sys/kernel/random/entropy_avail > 0 > > In the build root I've patched >

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-10-18 Thread Weedy
On 18/10/13 07:09 AM, José Vázquez Fernández wrote: > Take a look at this ticket: https://dev.openwrt.org/ticket/9631 Again, I do not personally have this issue but I can see why it would need to be fixed. $ ssh r...@openwrt.lan 'reboot';sleep 3;while ! ping -c3 openwrt.lan; do sleep 2; done; ssh

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-10-18 Thread José Vázquez Fernández
Take a look at this ticket: https://dev.openwrt.org/ticket/9631 - Original Message - From: Weedy To: OpenWrt Development List Sent: Friday, October 18, 2013 1:02 AM Subject: Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS On 17 Oct 2013 13:07, "c

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-10-17 Thread Weedy
On 17 Oct 2013 13:07, "chrono" wrote: root@OpenWrt:/# cat /proc/sys/kernel/random/entropy_avail 0 >>> >>> Uhh ok? >>> root@OpenWrt:~# cat /proc/sys/kernel/random/entropy_avail >>> 1189 >> >> >> What's your uptime? Entropy is added to the pool e.g. based on network >> activity. T

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-10-17 Thread chrono
root@OpenWrt:/# cat /proc/sys/kernel/random/entropy_avail 0 Uhh ok? root@OpenWrt:~# cat /proc/sys/kernel/random/entropy_avail 1189 What's your uptime? Entropy is added to the pool e.g. based on network activity. The issue is that the pool is empty right after boot up. Well it's not anymor

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-10-17 Thread Geert Uytterhoeven
On Thu, Oct 17, 2013 at 6:32 PM, Weedy wrote: > On Thu, Oct 17, 2013 at 11:40 AM, chrono wrote: >> Ahoi everyone, >> >> it was requested on IRC that I send my solution to the entropy problem with >> the current >> kernel (e.g. having 0 available entropy): >> >> root@OpenWrt:/# cat /proc/sys/kerne

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-10-17 Thread Weedy
On Thu, Oct 17, 2013 at 11:40 AM, chrono wrote: > Ahoi everyone, > > it was requested on IRC that I send my solution to the entropy problem with > the current > kernel (e.g. having 0 available entropy): > > root@OpenWrt:/# cat /proc/sys/kernel/random/entropy_avail > 0 Uhh ok? root@OpenWrt:~# c

[OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-10-17 Thread chrono
Ahoi everyone, it was requested on IRC that I send my solution to the entropy problem with the current kernel (e.g. having 0 available entropy): root@OpenWrt:/# cat /proc/sys/kernel/random/entropy_avail 0 In the build root I've patched build_dir/linux-ar71xx_nand/linux-3.3.8/arch/mips/includ