similar to: Increasing max stat cache

Displaying 20 results from an estimated 2000 matches similar to: "Increasing max stat cache"

2011 Sep 07
1
Gluster on Clustered Storage
Hi ..., How does one deploy Gluster on a clustered storage i.e. two server nodes with a common storage array? Say one has, two server nodes connected to a common storage array, that exports 2 LUNs visible to both nodes. [ Server 1 ]------[ Storage ]------[ Server 2 ] Each server node mount a single LUN, but in case one of the node fails, the other node takes over the LUN. [ Server 1
2018 Apr 21
1
Issue while upgrading from 4.4.4 to 4.7.7
Hi ..., I am trying to upgrade from Samba 4.4.4 to Samba 4.7.7 and I am facing an error similar to the one mentioned here - https://bugzilla.samba.org/show_bug.cgi?id=12297 https://bugzilla.samba.org/show_bug.cgi?id=12385 I get the following error message *every time* I run - samba-tool dbcheck --cross-ncs --fix --yes
2015 Aug 14
15
[Bug 91632] New: Crash in nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=91632 Bug ID: 91632 Summary: Crash in nouveau Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org
2018 Oct 03
3
2038 year Problem
On 02/10/2018 18:46, Larry Martell wrote: > I got 2 years of work solving the year 2000 issue. I don't think I've ever said this but I am very envious of all these people who had loads of work due to Y2K or were paid obscene amounts of money to tend systems over new year's eve/day. I was working for an ISP at the time and got none of this. Nothing happened. I don't even recall
2014 Mar 27
3
arm64 support
I have used the patch to build opus 1.1. Although I have not tried the latest git master, will try that. Will that work for armv7, armv7s and arm64? On Wed, Mar 26, 2014 at 11:01 PM, Martin Storsj? <martin at martin.st> wrote: > On Wed, 26 Mar 2014, Jonathan Lennox wrote: > > >> On Mar 26, 2014, at 7:55 AM, Peter Robinson <pbrobinson at gmail.com> wrote: >>
2007 Aug 07
5
small sample techniques
If my sample size is small is there a particular switch option that I need to use with t.test so that it calculates the t ratio correctly? Here is a dummy example? รก =0.05 Mean pain reduction for A =27; B =31 and SD are SDA=9 SDB=12 drgA.p<-rnorm(5,27,9); drgB.p<-rnorm(5,31,12) t.test(drgA.p,drgB.p) # what do I need to give as additional parameter here? I can do it manually but
2002 Mar 26
2
does function predplot still exist?
Venables and Ripley's MASS 3ed mentions a function predplot, used for plotting results of lda and qda. But even with the library MASS loaded, R (1.4.1) tells me predplot doesn't exist, and when I search the 1.4.1 documentation for predplot, it finds nothing. Does predplot still exist somewhere, or has it been replaced by a new and improved version with a different name? Thanks.
2007 Oct 04
5
combining vectors on unequal length
If I have two vectors X<-1:10 Y<-1:5 When I combine them using cbind, the shorter one is repeated and both are made of the same length. Is there a methods that does this without duplicating the shorter one. I want to use this to store the data back to a file. Thanks ../Murli [[alternative HTML version deleted]]
2013 Sep 23
1
Mounting a sub directory of a glusterfs volume
I am not sure if posting with the subject copied from the webpage of mail-list of an existing thread would loop my response under the same. Apologies if it doesn't. I am trying to figure a way to mount a directory within a gluster volume to a web server. This directory is enabled with quota to limit a users' usage. gluster config: Volume Name: test-volume features.limit-usage:
2015 Jul 11
2
restrictions on module names
Hi, I had named a module as "global" and it appears not to be recognized. It appears a section [global] path=xxx etc. is interpreted as global parameters and not as a module named global. Is that the expected behaviour? Any pointers as to what names are allowed for modules will be appreciated. Thanks, Selva -------------- next part -------------- An HTML attachment was scrubbed...
2008 Sep 20
3
without passwd
Hi, I have two Fedora box and rsync running on both systems. One system ip is 192.168.1.110 and the other is 192.168.1.71. I run manually for the following commands in both systems. my problem is whenever run it asking the user passwd and i cannot run the same automatically using crontab. My question is how to avoid the passwd option... rsync -aPrv rsync://192.168.1.110/detailing/
2004 Aug 13
3
Tutorials on R
Hi !! Is there a good tutorial for the R language ? I really find it hard to find methods in R. Thanks and Cheers ../Murli
2009 Jul 14
4
Trig functions strange results
I am trying to calculate coordinate transformations and in the process of debugging my code using debug I found the following Browse[1]> direction[i] [1] -1.570796 Browse[1]> cos(direction[i]) [1] 6.123032e-17 Browse[1]> cos(-1.570796) [1] 3.267949e-07 Browse[1]> direction[i] [1] -1.570796 Browse[1]> cos(direction[i]) [1] 6.123032e-17 Browse[1]> cos(-1.570796) [1] 3.267949e-07
2007 Oct 24
2
Asterisk integration with IBM Sametime
Hi, I wanted to know if anyone has experience in integration asterisk with IBM Sametime server (by implementing TCSPI). Any pointers for this would be very helpful. Have been reading/googling around a bit and I get to understand that the communication between the Sametime server and Asterisk is SIP. Wanted to know if my understanding is right. Since this is part of some experiment I'm
2003 Feb 24
5
-bash: /bin/rm: Argument list too long
Folks: Is there a limit to the number of arguments that can be passed to fileutils programs such as mv or rm ? If yes, is it filesystem dependant/kernel config dependant/fileutils version dependant? Can this maximum limit be tuned/controlled ? I googled on it a bit, but couldn't find anything much more relevant than a message in the OS-X forum.
2014 Mar 26
2
arm64 support
On Mar 26, 2014, at 7:55 AM, Peter Robinson <pbrobinson at gmail.com> wrote: > On Wed, Mar 26, 2014 at 11:45 AM, Vinay <vinay.nair at novanet.net> wrote: >> Hi, >> >> I wanted to build opus along with PJSIP for iOS for the architecture arm64. >> I wanted to know if opus supports arm64? > > The opus code builds fine on ARM64 on Linux at least,
2007 Aug 01
5
t-distribution
If I have a calculated t can I get the probability associated with it using an R function by giving it the df and t? I know I can do the whole calculation using t.test() or get the t-distribution using qt(). If t=1.11 and df =9 can I get the probability? Thanks../Murli [[alternative HTML version deleted]]
2007 Jun 26
3
inter-rater agreement index kappa
Is there a function that calculates the inter-rater agreement index (kappa) in R? Thanks ../Murli [[alternative HTML version deleted]]
2014 Mar 27
1
arm64 support
I am trying to generate the config and makefiles using ./autogen.sh on the mac but get the following error: Can't exec "aclocal": No such file or directory at /usr/local/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory How do I build opus from source? Am I missing some step? On Thu, Mar 27, 2014 at 11:29 AM, Vinay Nair
2006 Jul 22
3
Multcomp
Here it is again, hope this is more clear I am using the following data (only a small subset is given): Habitat Fungus.yield Birch 20.83829053 Birch 22.9718181 Birch 22.28216829 Birch 24.23136797 Birch 22.32147961 Birch 20.30783598 Oak 27.24047258 Oak 29.7730014 Oak 30.12608508 Oak 25.76088669 Oak 30.14750974 Hornbeam 17.05307949 Hornbeam 15.32805111 Hornbeam 18.26920177 Hornbeam 21.30987049