search for: errorn

Displaying 14 results from an estimated 14 matches for "errorn".

Did you mean: error
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 p-value for the slope, as well R-Square – just consider the adj R-Square of 0.6788! This result is independent of which mode used for the input vectors. Is there any way to...
2009 Mar 30
1
Empty To: Header and message_address_parse
...inCc of rt Ticket #123456: MISSING_MAILBOX at MISSING_DOMAIN ; and then at least alpine does use that invalid address as Cc: address when replying. If the mail is stored in a local folder, i.e. does not get fetched via IMAP then the To: line is displayed as is and a reply does not result in an errorneous Cc: This behaviour is at least inconsistent from a user point of view. Is there some advice other than change the RT mail header generation? (other mailers seem to copy the To: line unaltered which results in an invalid address as well, therefore I admit that the real problem is with RT) -...
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 http://lists.xensource.com/xen-users
2009 Mar 09
0
error correcting a signal
...s a statistical program. What about using more statistical approaches? Could a variance analysis help? So I could check both corrected and non-corrected values, and compare them with the samples outside the shifted/multiplied part. The problem here is, that the signals are quite noisy, and the non-errorneous part is just a small part of the sample. I hope this is an interesting question to the users of the list, and apologize for such a non-R question. I'm not a statistician, so apologize for maybe asking simple things. ;-) Oliver P.S.: I also have in mind do a correction with a complete ch...
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
...Component: core AssignedTo: wayned@samba.org ReportedBy: cdauth+samba.org@cdauth.de QAContact: rsync-qa@samba.org I wanted to move the files of a directory (whose path was only slightly different from the current directory) to the current directory. Unfortunately, I errorneously passed the current directory as first parameter instead of the other one. The rsync call was rsync --append -avAHSP --remove-source-files /path/to/current/directory/ . The files in the current directory were deleted. I think rsync should check whether the source and the destination files are...
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)
...tab 3) Looked at the header and json sub tabs and I see the expected data that I defined to return from the destroy action in the parts controller (above) What am I missing? The json data gets returned but somehow, jquery is not intercepting it :( Is the ajax callback that I put in application.js errorneous/ incomplete? Any good references (that work) with rails 3 UJS (ajax)? My references were: 1) http://net.tutsplus.com/tutorials/javascript-ajax/using-unobtrusive-javascript-and-ajax-with-rails-3/comment-page-1/#comment-377817 2) http://rails3stuff.posterous.com/#!/59899595 3) http://docs.jqu...