search for: minerva

Displaying 20 results from an estimated 30 matches for "minerva".

2008 Jul 24
4
umount oops
...s mountme2 mkdir loop loop2 mount -o loop mountme loop mount -o loop mountme loop2 umount loop # wait a moment maybe SMP machine will be necessary to experience the same thanks for the (otherwise ;-)) grea work and have a nice day, Lukas V. the interesting part of log goes next: Jul 24 22:44:00 minerva kernel: [ 1478.326985] device fsid 5442602040543dd1-d32561672012f7a2 devid 1 transid 12 /dev/loop1 Jul 24 22:44:54 minerva kernel: [ 1532.882212] Unable to handle kernel paging request at 00007effdc171f47 RIP: Jul 24 22:44:54 minerva kernel: [ 1532.882256] [wq_per_cpu+0x15/0x20] wq_per_cpu+0x15/0x...
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...
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
2017 Dec 10
2
Confidence intervals around the MIC (Maximal information coefficient)
...ot) myCor=function(data,index){ cor(data[index, ])[1,2] } results=boot(data=cbind(C,D),statistic=myCor, R=2000) boot.ci(results,type="all") ########## Now, I would like to calculate the CIs around the MIC (Maximal information coefficient). The MIC can be calculated thanks to the library(minerva). I don?t get the CIs for the MIC, I don?t know how to change my R codes to get the CIs around the MIC. Any help would be highly appreciated : ########## library(minerva) mine(C,D) library(boot) myCor=function(data,index){ mic(data[index, ])[1,2] } results=boot(data=cbind(C,D),statistic=myCor, R=...
2017 Dec 10
2
Confidence intervals around the MIC (Maximal information coefficient)
...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 library(boot) myCor <- function(data, index){ mine(data[index, ])$MIC } results=boot(data = cbind(C,D), statistic = myCor, R = 2000) boot.ci(results,type="all") ########## ________________________________ De : Rui Barradas <ruipbarradas at sapo.pt> roject....
2017 Dec 10
0
Confidence intervals around the MIC (Maximal information coefficient)
...(data[index, ])[1,2] > } > results=boot(data=cbind(C,D),statistic=myCor, R=2000) > boot.ci(results,type="all") > ########## > > > Now, I would like to calculate the CIs around the MIC (Maximal information coefficient). The MIC can be calculated thanks to the library(minerva). I don?t get the CIs for the MIC, I don?t know how to change my R codes to get the CIs around the MIC. Any help would be highly appreciated : > > ########## > library(minerva) > mine(C,D) > library(boot) > myCor=function(data,index){ > mic(data[index, ])[1,2] > } > res...
2017 Dec 10
0
Confidence intervals around the MIC (Maximal information coefficient)
...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 library(boot) myCor <- function(data, index){ mine(data[index, ])$MIC } results=boot(data = cbind(C,D), statistic = myCor, R = 2000) boot.ci(results,type="all") ########## ________________________________ De : Rui Barradas <ruipbarradas at sapo.pt> roject....
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
...1, send 12348005551212 and for Tenant 2, send 56788005551212. They'll then strip the prefix, and send along to 8005551212 Most trunk providers worth anything will support this type of termination. Hope this helps, Glenn @ VDO On Wed, May 25, 2016 at 2:13 PM, Attila Megyeri <amegyeri at minerva-soft.com<mailto:amegyeri at minerva-soft.com>> wrote: 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...
2015 Jan 07
5
reboot - is there a timeout on filesystem flush?
...ffers, etc. which are supposed to allow drives to properly flush the data to disk. There is still a slim chance in these cases that the data still will not reach the platter before power off or reboot, especially in catastrophic cases. -- Gary L. Greene, Jr. Sr. Systems Administrator IT Operations Minerva Networks, Inc. Cell: +1 (650) 704-6633
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 data HAS been flushed to disk. This is part of the reason why it i...
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
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
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
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.
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 was using a Workgroup with samba 2.2, and samba > was using /etc/passwd for user accounts (plain text passwords). Now I'm > migrating to LDAP, and I'm looking for a way to migrate the passwords &gt...
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,
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 06
2
reboot - is there a timeout on filesystem flush?
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 remote systems where I have to talk someone else through the recovery. Is there some time limit on the cache write with a 'reboot' (no options) command or is ext4 that