Displaying 20 results from an estimated 11261 matches for "rm".
Did you mean:
rom
2006 Jul 30
6
zfs mount stuck in zil_replay
...be better if zfs mount -a would actually do it in parallel
as it looks like it mounts in serial fashion right now
Above behavior is really BAD and it makes ZFS looks like fsck is
actually build-in - I know it isn''t.
--
Best regards,
Robert mailto:rmilkowski at task.gda.pl
http://milek.blogspot.com
2012 Aug 22
9
make uninstall can delete xen-kernels
Nice time.
# make uninstall
...
rm -rf //boot/*xen*
...
if somebody use "xen" in kernel name (maybe as suffix), so it will be deleted from /boot/ too.
Thanks.
Denis.
2004 Apr 19
3
How to write an S4 method for sum or a Summary generic
If I have a class Foo, then i can write an S3 method for sum for it:
>setClass("Foo",representation(a="integer"));aFoo=new("Foo",a=c(1:3,NA))
>sum.Foo <- function(x,na.rm){print(x);print(na.rm);sum(x at a,na.rm=na.rm)}
>sum(aFoo)
But how do I write an S4 method for this? All my attempts to do so have
foundered. For example
>setMethod("sum",signature("Foo","logical"),
function(x,na.rm){print(x);print(na.rm);sum(x at a,na.rm=na.rm)...
2023 Oct 20
0
[PATCH] Clean up the regress directory with make clean
...created during
make tests. It might not be as compact as it could be, and I'd be happy
to get comments on that, but it does work.
diff --git a/Makefile.in b/Makefile.in
index 70287f51f..0f1ef844d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -296,6 +296,45 @@ clean: regressclean
rm -f regress/misc/sk-dummy/*.o
rm -f regress/misc/sk-dummy/*.lo
rm -f regress/misc/sk-dummy/sk-dummy.so
+ rm -f regress/agent-ca.pub
+ rm -f regress/agent.log
+ rm -f regress/allowed_signers
+ rm -f regress/authkeys_orig
+ rm -f regress/command
+...
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
On Thursday 04 October 2007 04:27:47 you wrote:
> Sir, you need to provide more information. What kind of errors? What
> is not working? What exactly are you trying to do? What compiler are
> you using?
H IV0,
we are using a lot of different cross-compiler (mainly based on GCC 3.4.x)
When I tried to cross-compile FLAC for non-i386 platforms (such as ARM), I use
use "...
2005 Dec 29
1
trouble with S4 methods for group "Summary"
...ample:
> setClass("track", representation(x="numeric", y="character"))
[1] "track"
> setGeneric("max", group="Summary")
[1] "max"
> setMethod("Summary", signature(x="track"), function(x, ..., na.rm)
callGeneric(x at x, ..., na.rm))
[1] "Summary"
> dd<-new("track", x=c(1,2), y="abc")
> max(dd)
[1] -Inf
Warning message:
no finite arguments to max; returning -Inf
> showMethods("max")
Function "max":
na.rm = "ANY"...
2009 Dec 15
7
how to delete file "--filename"??
i have file on CENTOS 4.6 and I tried to delete it failed. I have been tried following way but NOT work:
rm -i *
rm --filename
rm \--filename
rm "\--filename"
rm '\--filename'
any ideal?
___________________________________________________
??????? ? ????????????????
http://messenger.yahoo.com.tw/
2012 Mar 30
6
9-STABLE, ZFS, NFS, ggatec - suspected memory leak
...additionally there are 3 (4 actually, 1
unused by now) 120GB SSDs serving as cache devices for the zpools. I
first starting using the whole device, but in my hopes to change
something limited cache to partitions of 32GB without change in
behaviour.
Problem:
After about a week of runtime in normal workload the systems starts to
swap (with about 300 to 500 MB of RAM free). Lots of swapping in and
out, but only very few swap space used (30 to 50 MB). ZFS ARC at that
point reaches it's minimum (while using up to it's configured maximum
before). Most of the RAM is wired. L2ARC head...
2003 Jan 29
3
na.rm in sd()
Hello, I think this qualify as a bug
> x<-c(1,2,3,4,NA,6,7)
> mean(x)
[1] NA
> mean(x,na.rm=T)
[1] 3.833333
> sd(x)
Error in var(as.vector(x)) : missing observations in cov/cor
> sd(x,na.rm=T)
Error in sd(x, na.rm = T) : unused argument(s) (na.rm ...)
> var(x)
Error in var(x) : missing observations in cov/cor
> var(x,na.rm=T)
[1] 5.366667
>
why sd() does not recognize...
2006 Dec 05
4
has_many with :uniq not working for me
...erity < RiskFactor
acts_as_list :scope => :risk_matrix
end
I don''t want any duplicates for a given risk matrix of a risk factor so I
wrote a couple of tests. Both of them fail but I''m not sure why.
def test_no severity should be duplicated for a risk_matrix
sev = @rm.severities.find(:first ) # @rm is a risk matrix set during
setup
@rm.severities << sev
assert_equal 1, @rm.severities.select{ |s| s == sev }.size
end
def test_descriptor should be uniq for a given risk matrix
@sev = Severity.find(:first )
@rm = @sev.risk_matrix
@rm.se...
2009 Dec 17
2
issue with using rm: cannot generate on-the-fly list
Hello,
I have the following problem when trying to use rm:
In a top level script file I have a loop iterating over some index. The loop
is not contained within a function, so the scope of variables declared in
the loop is global. Within this loop I generate several variables which
should be removed at the end of each iteration. To do this, I wrote a
func...
2019 Sep 10
2
tablegen exponential behavior
Hi,
I implemented a pattern matching of the dot product for arm64
and it seemed to work well for the basic case, i.e.,
class mulB<SDPatternOperator ldop> :
PatFrag<(ops node:$Rn, node:$Rm, node:$offset),
(mul (ldop (add node:$Rn, node:$offset)),
(ldop (add node:$Rm, node:$offset)))>;
class mulBz<SDPatternOperator ldop&...
2007 Sep 13
5
cannot compile latest git since 8c921f54f26b483cd271a0677bb6e731bf7feb0b
Hi!,
latest git does not compile:
rm at eurasia:~/swfdec/swfdec$ make
make all-recursive
make[1]: Entering directory `/home/rm/swfdec/swfdec'
Making all in libswfdec
make[2]: Entering directory `/home/rm/swfdec/swfdec/libswfdec'
make[2]: *** No rule to make target `swfdec_as_scope.c', needed by
`swfdec_asnative.h'. S...
Assigning NULL to large variables is much faster than rm() - any reason why I should still use rm()?
2013 May 25
2
Assigning NULL to large variables is much faster than rm() - any reason why I should still use rm()?
Hi,
in my packages/functions/code I tend to remove large temporary
variables as soon as possible, e.g. large intermediate vectors used in
iterations. I sometimes also have the habit of doing this to make it
explicit in the source code when a temporary object is no longer
needed. However, I did notice that this can add a noticeable overhead
when the rest of the iteration step does not take that much time.
Tryi...
2005 Oct 09
3
cor doesn't accept na.rm? (PR#8193)
Full_Name: Paul Bailey
Version: 2.1.1
OS: OS X 10.3
Submission from: (NULL) (68.252.250.144)
?cor
[tells me that it has a na.rm variable]
> cor(frame2[1,],frame2[2,],na.rm=T)
Error in cor(frame2[1, ], frame2[2, ], na.rm = T) :
unused argument(s) (na.rm ...)
hmm.
2005 Sep 25
1
Question on lm(): When does R-squared come out as NA?
I have a situation with a large dataset (3000+ observations), where
I'm doing lags as regressors, where I get:
Call:
lm(formula = rj ~ rM + rM.1 + rM.2 + rM.3 + rM.4)
Residuals:
1990-06-04 1994-11-14 1998-08-21 2002-03-13 2005-09-15
-5.64672 -0.59596 -0.04143 0.55412 8.18229
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) -0.003297 0.017603 -0.187 0.851
rM...
2016 Oct 27
2
2016 LLVM Dev Mtg: Moderators needed!
...d to introduce the speakers.
If you are interested in moderating, please send me your top 2 session choices. I will try very hard to give you your top pick. You must already be registered to attend the meeting.
Below are the session options.
Session #1: November 3, 10:30-12:45, General Session, Rm LL20ABC
Intrinsics, Metadata, and Attributes: The story continues!
LLVM Coroutines: Bringing resumable functions to LLVM
Devirtualization in LLVM
Session #2: November 3, 10:30-12:45, Technical Talk, Rm LL21AB
Causes of Performance Instability due to Code Placement in X86
Scalable Vectorization fo...
2008 Oct 17
7
ls and rm: "argument list too long"
Since when is there a limit in how long directory listings CentOS can show
(ls), or how large directories can be removed (rm). It is really annoying to
say, for example
rm -rf /var/amavis/tmp
and get only "argument list too long" as feedback.
Is there a way to go round this problem?
I have CentOS 5.2.
- Jussi
--
Jussi Hirvi * Green Spot
Topeliuksenkatu 15 C * 00250 Helsinki * Finland
Tel. & fax +...
2011 May 02
2
Re: Caution when deleting .wine ...
David Shaw wrote:
>
> At the risk of getting flamed, you yourself have often told people to
> 'rm -rf ~/.wine' :-)
>
> David Shaw
When I entered 'rm -rf ~/.wine' it says:
rm: /Users/christopherwelch/.wine/drive_c/Program Files/Inbox Toolbar: Permission denied
rm: /Users/christopherwelch/.wine/drive_c/Program Files: Directory not empty
rm: /Users/christopherwelch/.wine/driv...
2008 Sep 05
2
typo in cov()? var() fails on NA in R 2.7.2 but not R 2.6.1
I recently started using R 2.7.2, and noticed a surprising change in
the behavior of var() on NA data:
R 2.6.1 (Patched), 2007-11-26, svn.rev 43541, x86_64-unknown-linux-gnu:
> stdev(rep(NA,3), na.rm=F)
[1] NA
> stdev(rep(NA,3), na.rm=T)
[1] NA
> var(rep(NA,3), na.rm=T, use="complete.obs")
[1] NA
R 2.7.2 (Patched), 2008-09-02, svn.rev 46491, x86_64-unknown-linux-gnu:
> stdev(rep(NA,3), na.rm=F)
[1] NA
> stdev(rep(NA,3), na.rm=T)
Error in var(x, na.rm =...