similar to: umount oops

Displaying 20 results from an estimated 100 matches similar to: "umount oops"

2017 Dec 10
2
Confidence intervals around the MIC (Maximal information coefficient)
Dear R-Experts, Here below is my R code (reproducible example) to calculate the confidence intervals around the spearman coefficient. ########## C=c(2,4,5,6,3,4,5,7,8,7,6,5,6,7,7,8,5,4,3,2) D=c(3,5,4,6,7,2,3,1,2,4,5,4,6,4,5,4,3,2,8,9) cor(C,D,method= "spearman") library(boot) myCor=function(data,index){ cor(data[index, ])[1,2] } results=boot(data=cbind(C,D),statistic=myCor, R=2000)
2010 Nov 03
2
Anvil client_limit reached
Hello, we have the following problem: Nov 3 09:43:33 minerva dovecot: [ID 583609 local0.warning] master: Warning: service(anvil): client_limit reached, client connections are being dropped Nov 3 09:51:33 minerva dovecot: [ID 583609 local0.error] imap-login: Error: net_connect_unix(anvil) failed: Connection refused Nov 3 09:51:33 minerva dovecot: [ID 583609 local0.crit] imap-login: Fatal:
2017 Dec 10
2
Confidence intervals around the MIC (Maximal information coefficient)
Hi Rui, Many thanks. The R code works BUT the results I get are quite weird I guess ! MIC = 0.2650 Normal 95% CI = (0.9614, 1.0398) The MIC is not inside the confidence intervals ! Is there something wrong in the R code ? Here is the reproducible example : ########## C=c(2,4,5,6,3,4,5,7,8,7,6,5,6,7,7,8,5,4,3,2) D=c(3,5,4,6,7,2,3,1,2,4,5,4,6,4,5,4,3,2,8,9) library(minerva) mine(C,D)$MIC
2017 Dec 10
0
Confidence intervals around the MIC (Maximal information coefficient)
Hello, First of all, when I tried to use function mic I got an error. mic(cbind(C, D)) Error in mic(cbind(C, D)) : could not find function "mic" So I've changed your function myCor and all went well, with a warning relative to BCa intervals. myCor <- function(data, index){ mine(data[index, ])$MIC } results=boot(data = cbind(C,D), statistic = myCor, R = 2000)
2017 Dec 10
0
Confidence intervals around the MIC (Maximal information coefficient)
You need: myCor <- function(data, index){ mine(data[index, ])$MIC[1, 2] } results=boot(data = cbind(C,D), statistic = myCor, R = 2000) boot.ci(results,type="all") Look at the differences between: mine(C, D) and mine(cbind(C, D)) The first returns a value, the second returns a symmetric matrix. Just like cor() David L. Carlson Department of Anthropology Texas A&M
2012 Apr 26
4
Modelo de Nelson y Siegel
Hola a todos: En la estimación de parametros de Nelson-Siegel vienen definidos 3 argumentos: rate, maturity y MidTau. Este último lo define como un vector el cual indica el término medio del vencimiento para maximizar el factor beta2.Si yo tengo un vector de maturity de 77 datos, la pregunta es:¿Qué tan importante es el argumento MidTau, y qué otra especificación tiene? no me queda muy claro cómo
2015 Jan 07
5
reboot - is there a timeout on filesystem flush?
On Jan 6, 2015, at 4:28 PM, Fran Garcia <franchu.garcia at gmail.com> wrote: > > On Tue, Jan 6, 2015 at 6:12 PM, Les Mikesell <> wrote: >> I've had a few systems with a lot of RAM and very busy filesystems >> come up with filesystem errors that took a manual 'fsck -y' after what >> should have been a clean reboot. This is particularly annoying on
2015 Jan 07
5
reboot - is there a timeout on filesystem flush?
> On Jan 6, 2015, at 5:50 PM, Les Mikesell <lesmikesell at gmail.com> wrote: > > On Tue, Jan 6, 2015 at 6:37 PM, Gary Greene <ggreene at minervanetworks.com> wrote: >> >> >> Almost every controller and drive out there now lies about what is and isn?t flushed to disk, making it nigh on impossible for the Kernel to reliably know 100% of the time that the
2012 May 24
6
How to open a file with a name changed?
Hi, I apologize for my english. I?m trying to read a file, but the name of this file changes every day, for example: today is May 24, 2012 bonos<- read.table("C:/Bonos/*20120524*.csv", header=TRUE, sep="\t") So, tomorrow I want to read the file again, but i don?t want to put the date by myself, i want this automatically. I know that if a put day() this instruccion gives
2016 May 25
3
Sending Calls via SIP trunk from several different IP addresses from same Asterisk Machine, to the same destination IP
Hi! I would like to reopen a discussion that I saw a couple of years ago, with the subject "Sending Calls via SIP trunk from two different IP addresses from same Asterisk Machine" The use case is simpe: There are providers that want to see a separate source IP address for each of their customers SIP trunks. Now, if we have an asterisk box with several customers, we have a problem.
2016 May 26
2
Sending Calls via SIP trunk from several different IP addresses from same Asterisk Machine, to the same destination IP
Hi, Unfortunately this is not the case. For some reasons (separation, fraud detection) they separate the customer using their source IP address. So I am still looking for some solution. Thanks, Attila From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Glenn Geller (VDOPh) Sent: Wednesday, May 25, 2016 11:47 PM To: Asterisk Users
2003 Oct 17
1
Migrating /etc/shadow passwords to LDAP
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Date: Thu, 16 Oct 2003 12:25:48 +0200 (CEST) > From: Dani Pardo <dani@enpl.es> > Subject: [Samba] Migrating /etc/shadow passwords to LDAP > To: <samba@lists.samba.org> > Message-ID: <Pine.LNX.4.33L2.0310161221220.5408-100000@minerva> > Content-Type: TEXT/PLAIN; charset=US-ASCII > > > Hi!. Since now, I
2010 Apr 21
2
cve-2010-0436 patch for CentOS 5.4
Hello, I am using a self compiled kde-3.5.10 from ftp.kde.org as a desktop system under CentOS 5.4. Does anybody knows where to get a cve-2010-0436 patch (kdebase, kdm) for kde-3.5.10? Thanks! regards Olaf
2009 Jun 20
2
More then one version of KDE
Hello, Is it possible to have more then one version of KDE installed and switch between them? I'd like to try out the new KDE but don't want to lose what I have now. Thnx -- Regards Robert Linux User #296285 http://counter.li.org
2010 Jul 24
1
really removing klipper - script wise
Hi all, Is there a way to automate the removal of Klipper? It fouls up one of our major applications. Thanks in advance.
2013 Jul 18
1
Filesystem missing from computer:///
Hi Does anyone know what exactly controls which filesystems are listed when opening Computer (URL computer:///) in the File Browser? I have a system disk with 4 different data partitions, but only 3 of them show up in the list. The "missing" one can, however, be mounted just fine from the command line, and it's also included in /dev/disk/by-label. It has an NTFS file system,
2009 Dec 03
1
LDAP for central authentication?
I have the following on a network: 1) RHEL 5.0 Server acting as NIS and Samba domain controller 2) CentOS 5.x machines on NIS network 3) Win XP machines on Samba domain When I create an account for someone, I need to first type adduser new_person -d /home/new_person then passwd new_person, then cd /var/yp and make. ? ?Then smbpasswd -a new_person. ? Thus, two different databases. On
2012 Feb 17
1
Any experience with eSATA and port multiplier...?
Hey, just bought an eSATA/USB dual drive docking station and my CentOS 5 can only see one drive at a time... Any one knows if there are specific parameters to set somewhere? Or do I need a more recent kernel (like upgrading to CentOS 6?) The docking is a Sharkoon Quickport Duo v2 + 2 drives + 1 eSATA cable... http://www.sharkoon.com/?q=en/content/sata-quickport-duo-v2 The eSATA controller is an
2015 Jan 07
2
reboot - is there a timeout on filesystem flush?
> On Jan 6, 2015, at 9:23 PM, Gordon Messmer <gordon.messmer at gmail.com> wrote: > > On 01/06/2015 04:37 PM, Gary Greene wrote: >> This has been discussed to death on various lists, including the >> LKML... >> >> Almost every controller and drive out there now lies about what is >> and isn?t flushed to disk, making it nigh on impossible for the
2011 Sep 29
1
Need help getting colour printing features restricted to a specific group
I?ve got a Ricoh multi-function printer/copier that I need to restrict the colour printing functions to only members of the @ColorPrinting group. I?ve two print queues for the Ricoh, one colour, one not. Unfortunately, even users on the B&W queue can change the colour settings on the print dialog in Windows and bypass the restriction and prints in colour. Part of this likely is our CUPS