Displaying 14 results from an estimated 14 matches for "errornous".
Did you mean:
erroreous
2010 Mar 07
2
smbget returns wrong exit code
smbget -Rr smb://localhost/share
[all files and folders are copied successfully!]
echo $?
1
On the other hand, when smbget is introduced with an error
smbget -Rr smb://localhost/shar
Can't open directory smb://localhost/shar: No such file or directory
echo $?
0
This is breaking my error checking in backup scripts. I can't find any
place to file a bug report, I hope this is the right
2010 Jan 08
2
how to get perfect fit of lm if response is constant
Hello.
Consider the response-variable of data.frame df is constant, so analytically
perfect fit of a linear model is expected. Fitting a regression line using
lm result in residuals, slope and std.errors not exactly zero, which is
acceptable in some way, but errorneous. But if you use summary.lm it shows
inacceptable error propagation in the calculation of the t value and the
corresponding
2009 Mar 30
1
Empty To: Header and message_address_parse
Using dovecot 1.2beta (but earlier versions should behave similarly) we
have a problem in conjunction with empty To: headers and the RT request
tracker.
RT sends mail out using Bcc: and no To: header at all. To make some
mailers happy one can configure to send a dummy To: header, which we do.
Our To header looks like:
To: "AdminCc of rt Ticket #123456":;
The message_address_parse
2009 Jul 02
1
xensource Wiki - cannot edit pages
Hi,
I wondered why the pages on the Wiki are immutable?? The page
http://wiki.xensource.com/xenwiki/XenStoreReference contains an
errorneous Python example and I want to correct it. Does anybody have
access to the Wiki? (and yes, I just created an account)
Cheers
Andreas
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2009 Mar 09
0
error correcting a signal
Hello,
I know, this list is for R, not for mathematics,
but because of this problem in question, which may
be interesting for others too, I ask it here.
I want to correct a signal (timeseries).
There is a jump up, and later a jump down.
This error signal (must be an error, because
the normal data should not contain such a jump)
seems to be overlayed additive, but maybe also can have
a
2011 Dec 30
0
[R-SIG-Finance] Removing outliers in tick data in R?
On 30 December 2011 10:21, Michael <comtech.usa at gmail.com> wrote:
> But are there reasonably good and realistic methods of identifying
> outliers/errornous quotes ?in tick data in R?
Check out the OutlierD package at
http://www.bioconductor.org/packages/release/bioc/html/OutlierD.html.
--
Sent from my mobile device
Envoyait de mon portable
2009 Apr 30
2
DO NOT REPLY [Bug 6307] New: --remove-source-files removes files if source and destination are the same
https://bugzilla.samba.org/show_bug.cgi?id=6307
Summary: --remove-source-files removes files if source and
destination are the same
Product: rsync
Version: 3.0.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo:
2008 Sep 17
3
unix-type commandline keystrokes in the windows RGUI
Hi all,
I am generally quite fond of the unix commandline keystrokes (e.g. searching
back in your history with [CTRL]-R, and cutting/pasting with [CTRL]-K/Y)
which work in the R commandline in *nix. Does anyone know if there's any
way to get similar functionality in the Windows RGUI?
I know that as of now, [CTRL]-A and -E do the same as unix (beginning and
end of line) and [CTRL]-Y does a
2010 Aug 30
2
S4 Method Rd Warning
Hello,
I am using R 2.11.0. I have a curious problem where I get a warning in R CMD check which is seemingly not relevant to my Rd file.
The warning says :
* checking Rd \usage sections ... WARNING
Bad \usage lines found in documentation object 'enrichmentCalc':
<unescaped bksl>S4method{enrichmentCalc}{GenomeDataList, BSgenome}(rs, organism, seqLen=NULL, ...)
<unescaped
2010 Aug 30
2
S4 Method Rd Warning
Hello,
I am using R 2.11.0. I have a curious problem where I get a warning in R CMD check which is seemingly not relevant to my Rd file.
The warning says :
* checking Rd \usage sections ... WARNING
Bad \usage lines found in documentation object 'enrichmentCalc':
<unescaped bksl>S4method{enrichmentCalc}{GenomeDataList, BSgenome}(rs, organism, seqLen=NULL, ...)
<unescaped
2017 Feb 02
3
Serious attack vector on pkcheck ignored by Red Hat
On Thu, 2017-02-02 at 07:16 -0800, Gordon Messmer wrote:
> On 02/02/2017 06:51 AM, Leonard den Ottolander wrote:
> > pkcheck might not be directly vulnerable. However, pkexec is.
>
>
> If that's so, why are you supplying patches to pkcheck rather than
> fixing pkexec?
The patch has a fix for three memory leaks. One memory leak that allows
heap spraying in pkexec.c that
2006 Jul 17
6
Nested functions
Hi there,
I'm having myself a hard time writing an algorithm for finding patterns
within a given melody. In a vector I'd like to find ALL sequences that
occur at least twice, without having to check all possible patterns via
pattern matching.
I finally found a solution in a style that I'm used from C, i.e. calling
one function from within another. GNU R doesn't seem to like that,
2005 Mar 23
4
Samba-LDAP TLS problems with inofficial Debian OpenLDAP 2.2 packages
Dear Torsten, dear samba list reader
Three days ago I switched our domain from a NT 4 domaincontroller to
Samba-OpenLDAP, controlled by a Debian Sarge system. I installed the
following inofficial Debian OpenLDAP 2.2 packages (I know these are not
supported, but TLS with OpenSSL is essential to us...):
Package: slapd
Version: 2.2.20-1.hrz.1
Package: libldap2.2
Version: 2.2.20-1.hrz.1
2011 Sep 06
8
Ajax and rails 3 UJS (jquery)
Hi, guys,
I''m in the midst of moving an app from rails 2.3.8 to rails 3.0.9.
Sadly, rails 3 no longer has javascript generators and I''m now forced
to do more javascript.
For my project, I have selected jQuery as the javascript framework for
my rails 3.0.9 app.
What I have done to have my app''s deletion link (for each item)
trigger an alert box when the deletion