similar to: filesystem is going read-only

Displaying 20 results from an estimated 500 matches similar to: "filesystem is going read-only"

2009 Oct 22
0
[PATCH] indexed-dirs: fix brelse order in ocfs2_find_entry_dx()
In ocfs2_find_entry_dx(), if ocfs2_read_inode_block() failed, both di_bh and dx_root_bh are both released. In this case, for dx_root_bh, it's unnecessary (even buggy if refcount of dx_root_bh is non-zero). This patch fixes this issue by change brelse order of di_bh and dx_root_bh. Signed-off-by: Coly Li <coly.li at suse.de> --- fs/ocfs2/dir.c | 5 +++-- 1 files changed, 3
2013 Aug 15
1
[LLVMdev] Removing metadata from instruction
Hi, I want to remove metadata from an instruction. Is there any way doing this in my pass? Regards, Kyriakos -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130815/08200e23/attachment.html>
2002 Jul 30
3
Error running sammon() in multiv package
When I try to run the "sammon" function of the multiv package, I always get this error message: Error in as.vector(dist(a)) : couldn't find function "dist" It happens even with example(sammon). I am running R 1.5.0 on Win98 and I have still installed R 1.4.1 but it doesn't work on the old R version with the older multiv package either. Is there a problem with the
2002 Dec 18
2
acceptable p-level for scientific studies
Dear list members, I have a statistical question, that doesn't belong to this list, and I apologise for that in advance but I would appreciate your help very much. Is there some convention for selecting the a level for significance testing in scientific (e.g. chemical processes) studies? Most people use the 0.05 level but I could not find a reference to justify this. Why not 0.01 or 0.1?
2002 Aug 01
1
question about AIC
Please, forgive my ignorance on statistics, but I have a rather simple question concerning AIC. Small values of AIC mean good fit of the model. How about negative values of AIC? Is a model with AIC=0.5 considered to have better fit than a model with AIC=-500? I couldn't find anything explaining this in the documentation or any elementary statistics textbook that I have at my disposal. Thanks
2003 Nov 10
1
model constant relations
Dear list members, this is not an R question and forgive me for using the list for irrelevant questions, but this is the only place I know where I can find some good statisticians and I need an expert opinion. There is this power law kinetic model of the form: M=kt^n where t is the time, M is the fraction of drug released, k is the rate constant and n is an exponent related to the mechanism of
2007 Nov 20
1
ACD functionality , Skills for agents
Hi all, I have a question regarding ACD for queues. What happens when I have 2 or more queues with same weight and each queue has a call in? How will it decide which call will be routed to the next available agent? Will it take the call with the longest waiting time in queue? If not how would I do this? Also can someone point me to resources for making a single queue with customer calls
2009 Jan 30
8
[PATCH 0/7] ocfs2: Directory indexing support
The following patches implement indexed directory support in Ocfs2, mostly according to the design doc I wrote up a while ago: http://oss.oracle.com/osswiki/OCFS2/DesignDocs/IndexedDirectories The patches have been rebased on top of 2.6.29-rc2. It should be trivial to put them into merge_window. Things are what I'd call complete now. I'd like to get these into the merge_window branch
2011 Sep 13
3
[LLVMdev] Handling of DebugLocs during CSE of SelectionDAG nodes.
I've been investigating a case with the XCore target (which doesn't use FastISel) where the DWARF line number emitted at -O0 results in the xgdb visiting source lines in an unexpected order. I've tracked down the problem to the handling of DebugLocs in the selection DAG, in the getNode method shown bellow. It first tries to find if a similar node already exists in order to use that
2002 Mar 04
1
coplots
Hello list members, I am new to this list and don't know very much about what R can do or how to program it, but I am interested in plotting 4 variables as sequential contour plots (or surface plots), something like the conditioning plots for 4 variables (coplot(X1~X2|X3+X4)). To be more specific, I need a tool that will automatically create contour (orsurface) plots of X1 vs X2 vs X3 for
2012 Apr 29
1
Error in if (nuhat < 2) stop("The degrees of freedom must be greater than or equal to 2") : missing value where TRUE/FALSE needed
Hi, i am trying to run an ANCOVA and a bootstrapped ANCOVA analysis on a specific data set. I am using the ancova and ancboot functions as in the following code: setwd("C:/Users/User/Desktop/Rdatabilingualstudy2012") bilingualismdata<-read.spss("bilingualdataforconferences2012.sav", use.value.labels = TRUE, to.data.frame = TRUE)
2011 Sep 13
0
[LLVMdev] Handling of DebugLocs during CSE of SelectionDAG nodes.
On Sep 13, 2011, at 4:01 AM, Kyriakos Georgiou wrote: > I've been investigating a case with the XCore target (which doesn't use > FastISel) where the DWARF line number emitted at -O0 results in the xgdb > visiting source lines in an unexpected order. I've tracked down the > problem to the handling of DebugLocs in the selection DAG, in the getNode > method shown bellow.
2011 Sep 14
3
[LLVMdev] Handling of DebugLocs during CSE of SelectionDAG nodes.
On 13/09/11 17:40, Devang Patel wrote: > On Sep 13, 2011, at 4:01 AM, Kyriakos Georgiou wrote: >> I've been investigating a case with the XCore target (which doesn't use >> FastISel) where the DWARF line number emitted at -O0 results in the xgdb >> visiting source lines in an unexpected order. I've tracked down the >> problem to the handling of DebugLocs in
2008 Feb 04
0
AGENTDUMP lines in queue.log????
Hi all, I noticed that in queue.log I keep getting lines with AGENTDUMP like this one "1202044353|1202044326.152|AccountingQueue|Agent/1001|AGENTDUMP|" I cannot find any other lines in the file regarding this call id, no ENTERQUEUE or anything else. I just have this line with AGENTDUMP. Has someone had the same problem? Why do I get these lines? A small note: I have
2013 Apr 15
0
[LLVMdev] Power/Energy Awareness in LLVM
Dear Shobaki, We are currently working on this in the scope of the ENTRA project. You can find info about the project at: www.entraproject.eu If you need more info, or updates about the it please feel free to contact me. Kind Regards, Kyriakos Georgiou -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi, The following patches comprise the bulk of Ocfs2 updates for the 2.6.30 merge window. Aside from larger, more involved fixes, we're adding the following features, which I will describe in the order their patches are mailed. Sunil's exported some more state to our debugfs files, and consolidated some other aspects of our debugfs infrastructure. This will further aid us in debugging
2007 Dec 12
1
Going back to old kernels?
As the latest 4.5 kernel (2.6.9-55.0.12.EL) is unstable for me (crashes about once a day) I want to go back to the rock solid kernel that I had before the update (2.6.9-34.0.2.EL). If nothing else then to confirm it's not a kernel problem. Are there any current packages that might not work with this older kernel? As kernels don't get updated but installed the old kernel is still there
2007 Feb 12
0
New mailing lists: CentOS is going international!
Guten Tag, bonjour, sauda??es, hola, ahoj, welkom and of course hello. Ladies and gentlemen, the CentOS mailing lists are going international! Yes, now you can talk about your favourite linux distribution in your favourite language. If - and that is a big if - you are able to talk in - german - french - czech - dutch - the brasilian variant of portuguese - spanish Which should be about,
2006 Aug 17
4
Many rails sites are going slow lately?
Has anyone else noticed that a lot of rails powered sites (eg, typo blogs, http://dev.rubyonrails.org/, etc) have been taking a long time to render pages or are not resolving at all? What is causing this? Is it related to DOS attacks, poor programming, etc? -- Posted via http://www.ruby-forum.com/.
2006 Aug 19
0
Is this list going off at some point ?
Still getting emails , I thought this list was going bye bye. ? Stuart