search for: ooops

Displaying 20 results from an estimated 310 matches for "ooops".

Did you mean: loops
2003 Oct 24
0
Ooops, apologies, it was my error re predict with subset
Sorry The problem was with my eyes, not with R, predict works as it is supposed to on a subset, I was misled by the labels, which looked like they were giving the wrong thing. Sorry again Peter
2001 Jun 04
1
Ooops output
Here's an oops output on 2.4.5 + CVS/ext3. This happened while trying to do a mkinitrd (on RedHat 7.1). ksymoops 2.4.0 on i686 2.4.5-2smp. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.5-2smp/ (default) -m /boot/System.map-2.4.5-2smp (specified) kernel BUG at inode.c:934! invalid operand: 0000 CPU: 1 EIP:
2006 Aug 31
0
Ooops, small mistake fixed (pretty printing multiple models)
The R code I just mailed out had a small error in it. This one works. Now what one needs is a way to get decimal alignment in LaTeX tabular objects. x1 <- runif(100); x2 <- runif(100); y <- 2 + 3*x1 - 4*x2 + rnorm(100) m1 <- summary(lm(y ~ x1)) m2 <- summary(lm(y ~ x2)) m3 <- summary(lm(y ~ x1 + x2)) # What I want is this table: # #
2001 Oct 05
1
Kernel Ooops probably in conjunction with lvm
Hello, I've got a rather strange setup over here with about 6 ext3 partitions, one 50gig lvm partition and one 2 gig software-raid1 partition running under a heavily patched 2.4.10 kernel (various netfilter patches, freeswan, current lvm patch (1.0.1-rc4 and current ext3 patch). Furthermore I have all of those neccessary filesystem tools, so don't tell me to upgrade :-) The machine was
2004 Jul 14
0
Slow Access *ooops*
Don't know how that last email took off, but that wasn't suppose to happen. Any the root 3 59.6 0.0 0 0 ? R< 10:16 11:04 [events/0] is a kernel thread that handles weird irq stuff. I just disabled onboard sound and USB and it went away. I'm still left with my other problems though, here they are 2.) I'm having LMB and DMB problems on the server,
2014 Nov 10
17
[Bug 86115] New: Suspend to RAM fails when using Nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=86115 Bug ID: 86115 Summary: Suspend to RAM fails when using Nouveau Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2004 Nov 18
2
[R-gui] RE: The hidden costs of GPL software?
...> > | - There is no possibility to make a commercial GUI for R (thanks to > | the GPL), > > This is false. Please don't confuse "commercial" (Red Hat > and SuSE GNU/Linux distributions are commercial software) > with "proprietary". > > jwe Ooops! Sorry, and thank you for correcting me. I mean "proprietary", of course. Best, Philippe Grosjean
2006 Sep 21
2
Sweave processes \Sexpr in commented LaTeX source
..."???")} elements in vector x. This works well for me, and you have more control than a global \SweaveOpts{eval.Sexpr=false} would allow, for instance : <<TimeConsumingCodeChunk1,eval=F>>= x <- rnorm(100) ... @ I have \Sexpr{ifelse(exists("x"), length(x), "Ooops, I forgot to evaluate TimeConsumingCodeChunk1")} elements in vector x. Wouldn't it be enough to mention this in Sweave's FAQ ? Best, Jean -- Jean R. Lobry (lobry at biomserv.univ-lyon1.fr) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I, 43 Bd 11/11/1918, F-6962...
2003 Jul 16
1
bwplot does something weird with Hmisc library attached
...ot bwplot(f1~x|f2) # 2 is bigger than 1 **OK** # 2nd plot bwplot(f1~x|f2*f3) # again 2 is bigger than 1 **OK** # removing some levels detach("data") data<-data[-c(1:10,21:30),] attach(data) # 3rd plot bwplot(f1~x|f2) # 2 is bigger than 1 **OK** # 4th plot bwplot(f1~x|f2*f3) ### OOOPS 1 is bigger than 2 ***FALSE*** after detaching Hmisc detach("package:Hmisc") #5th plot bwplot(f1~x|f2*f3) # again 2 is bigger than 1 **OK** The levels for factor f1 are in the OOOPS case reversed, maybe it has something to do with factor redefinition as stated when attaching Hmisc...
2010 Sep 05
4
igb pciback and e1000e pciback not work.
...( the network card doesn''t connect to the switch ), it''s fine. when I connect it to a switch , I got a lot of "Detected Tx Unit Hang" in dmesg of the DomU kernel and a kernel oops saying: Pid: 0, comm: swapper Not tained 2.6.32.18-xen #4 warn_slowpath_fmt+0x41/0x50 the ooops image is in the attachment of this post. I''ve checked the mailing list, some one said it''s about the e1000e driver with a wrong config of the EEPROM. So I switch to use the network card 82575EB with igb driver It seems to work well, until I find it can''t receive any pac...
2010 Sep 05
4
igb pciback and e1000e pciback not work.
...( the network card doesn''t connect to the switch ), it''s fine. when I connect it to a switch , I got a lot of "Detected Tx Unit Hang" in dmesg of the DomU kernel and a kernel oops saying: Pid: 0, comm: swapper Not tained 2.6.32.18-xen #4 warn_slowpath_fmt+0x41/0x50 the ooops image is in the attachment of this post. I''ve checked the mailing list, some one said it''s about the e1000e driver with a wrong config of the EEPROM. So I switch to use the network card 82575EB with igb driver It seems to work well, until I find it can''t receive any pac...
2015 Feb 18
3
CentOS 7: software RAID 5 array with 4 disks and no spares?
Le 18/02/2015 09:24, Michael Volz a ?crit : > Hi Niki, > > md127 apparently only uses 81.95GB per disk. Maybe one of the partitions has the wrong size. What's the output of lsblk? [root at nestor:~] # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 232,9G 0 disk ??sda1 8:1 0 3,9G 0 part ? ??md126 9:126 0 3,9G 0 raid1 [SWAP] ??sda2 8:2
2006 Apr 04
5
Not routing for 1 host?
Hi, I want to stop routing for 1 particular host in my network. I thought that this would do it: iptables -D INPUT -d aaa.bbb.ccc.ddd -j DROP iptables -D INPUT -s aaa.bbb.ccc.ddd -j DROP But that still shows traffic. What is the corract way to do that? Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail:
2015 Aug 06
2
[LLVMdev] Ideas for making llvm-config --cxxflags more useful
[Ooops, sent to the old list address by mistake] On 30 Jul 2015, at 21:04, tom at stellard.net wrote: > > For flags like -fno-rtti (are there others?) that are required in some cases > (I think -fno-rtti is required only if you sub-class LLVM objects), I would propose > adding a separate fla...
2006 Mar 30
3
Rails 1.1 hosed my Apache!
...ng fine on 1.0 suddenly broke, and started spewing FCGI errors. Of course, I''m lazy and I didn''t check them right away. Serves me right. So I woke up this morning to find that my apache has died. FCGI errors from apache filled all the logs as my sites were spidered by Google. Ooops. For some reason I was under the mistaken impression that 1.0 -> 1.1 should not have been a problem.
2006 Jul 28
11
Forum
Im making forum and i have problem with paths. Here is code: http://pastie.caboo.se/6389 With this code, it works. But its a bit weird to use so many paths function. For every path i need to make new function. So can you suggest me something. Tables are like here: http://wiki.rubyonrails.com/rails/pages/ForumExample -- Posted via http://www.ruby-forum.com/.
2016 Nov 11
3
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
After upgrading to Ubuntu 16.10, which brings GCC 6, I've noticed that packages are compiled in C++14 mode by default. Here's what a g++ command for compiling one of Rcpp's modules look like on my system: g++ -I/usr/share/R/include -DNDEBUG -I../inst/include/ -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c
2013 Jul 28
2
[LLVMdev] IntrinsicLowering::AddPrototypes
It seems that several intrinsics are missing from this routine. In particular, floor, which was causing problems in the mips16 port. Is there some reason to not add the ones that are missing? For example, adding the following fixed my problem with floor. case Intrinsic::floor: EnsureFPIntrinsicsExist(M, I, "floorf", "floor", "floor");
2013 Jul 28
0
[LLVMdev] IntrinsicLowering::AddPrototypes
Ooops... Ignore this previous mail. The problem still exists with this change. On 07/28/2013 02:36 PM, reed kotler wrote: > It seems that several intrinsics are missing from this routine. > > In particular, floor, which was causing problems in the mips16 port. > > Is there some reason to...
2013 Jul 29
1
[LLVMdev] IntrinsicLowering::AddPrototypes
On Sun, Jul 28, 2013 at 3:02 PM, Reed Kotler <rkotler at mips.com> wrote: > Ooops... Ignore this previous mail. > > The problem still exists with this change. > > > On 07/28/2013 02:36 PM, reed kotler wrote: > >> It seems that several intrinsics are missing from this routine. >> >> In particular, floor, which was causing problems in the mips16...