search for: 490k

Displaying 8 results from an estimated 8 matches for "490k".

Did you mean: 490
2014 Sep 15
2
[PATCH v2 3/3] hw_random: increase schedule timeout in rng_dev_read()
On Tue, 16 Sep 2014 00:02:29 +0800 Amos Kong <akong at redhat.com> wrote: > This patch increases the schedule timeout to 10 jiffies, it's more > appropriate, then other takes can easy to hold the mutex lock. > > Signed-off-by: Amos Kong <akong at redhat.com> > --- > drivers/char/hw_random/core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
2014 Sep 15
2
[PATCH v2 3/3] hw_random: increase schedule timeout in rng_dev_read()
On Tue, 16 Sep 2014 00:02:29 +0800 Amos Kong <akong at redhat.com> wrote: > This patch increases the schedule timeout to 10 jiffies, it's more > appropriate, then other takes can easy to hold the mutex lock. > > Signed-off-by: Amos Kong <akong at redhat.com> > --- > drivers/char/hw_random/core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
2005 Feb 28
1
Mail server on DMZ
...prot opt in out source destination 592 34399 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0 0 0 DROP !icmp -- * * 0.0.0.0/0 0.0.0.0/0 state INVALID 299K 333M eth1_in all -- eth1 * 0.0.0.0/0 0.0.0.0/0 490K 69M eth0_in all -- eth0 * 0.0.0.0/0 0.0.0.0/0 12739 5222K eth2_in all -- eth2 * 0.0.0.0/0 0.0.0.0/0 0 0 Drop all -- * * 0.0.0.0/0 0.0.0.0/0 0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0...
2005 Mar 07
10
DNS Name problem with mail server on LAN
...prot opt in out source destination 592 34399 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0 0 0 DROP !icmp -- * * 0.0.0.0/0 0.0.0.0/0 state INVALID 299K 333M eth1_in all -- eth1 * 0.0.0.0/0 0.0.0.0/0 490K 69M eth0_in all -- eth0 * 0.0.0.0/0 0.0.0.0/0 12739 5222K eth2_in all -- eth2 * 0.0.0.0/0 0.0.0.0/0 0 0 Drop all -- * * 0.0.0.0/0 0.0.0.0/0 0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0...
2014 Sep 16
0
[PATCH v2 3/3] hw_random: increase schedule timeout in rng_dev_read()
...be effected. | if (!size && num_online_cpus() == 1) | schedule_timeout_interruptible(timeout); Set timeout to 1: non-smp guest with quick backend (1.2M/s) -> about 49K/s) Set timeout to 10: non-smp guest with quick backend (1.2M/s) -> about 490K/s) We might need other benchmark to test the performance, but we can see the bug clearly caused a regression. As we discussed in other thread, need_resched() should work in this case, so those patches might be wrong fixing. > I think we need some benchmarks. > > -- > Michael --...
2014 Sep 28
0
how to install NUT on raspberry pi
...busb-1.0.18.tar.bz2 Resolving netcologne.dl.sourceforge.net (netcologne.dl.sourceforge.net)... 78.35.24.46, 2001:4dd0:1234:6::5f Connecting to netcologne.dl.sourceforge.net (netcologne.dl.sourceforge.net)|78.35.24.46|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 502160 (490K) [application/octet-stream] Saving to: `libusb-1.0.18.tar.bz2?r=http:%2F%2Fwww.libusb.org%2F' 100% [======================================================================= ======================================================================== ========>] 502,160 204K/s in 2.4s 2014...
2007 Jun 21
0
Network issue in RHCS/GFS environment
...> usr sys idl wai hiq siq|_read _writ|_recv _send:_recv _send:_recv _send> 0 25 72 3 1 0| 38k 192k| 125k 119k: 949B 268B: 584B 37k> 1 21 76 1 1 0| 0 446k| 191k 160k: 18M 339k: 843B 506k> 1 22 75 2 1 0| 40k 524k| 250k 183k: 69M 694k:1066B 490k> 1 35 61 1 1 0| 0 51M| 158B 123B: 72M 135k: 611B 467k> 1 33 61 5 1 0| 94k 52M| 0 35B: 61M 58M: 814B 399k> 0 19 60 20 0 0| 12k 33M| 0 0 : 54M 47M: 478B 260k> 1 33 40 25 1 0| 0 52M| 35B 35B: 38M 41M: 874B...
2014 Sep 08
8
how to install NUT on raspberry pi
Hello all, Here is build instructions for putting NUT on a Raspberry Pi. Charles - Feel free to put this on your docs list. # Do an rpi-update to prevent USB strangeness #some dependencies from repo sudo apt-get -y install m4 libtool libudev-dev automake #fixing autoconf for later sudo ln -s /usr/share/autoconf/Autom4te /usr/local/share/autoreconf/Autom4te sudo ln -s /usr/bin/autom4te